Available for All Platforms

Download File Fortress

Get the latest FileFortress CLI for your platform. All downloads include SHA256 checksums for integrity verification.

Latest Version
0.31.0
Released
Jul 12, 2026

Available Platforms

Choose your operating system to download the appropriate installer.

Linux

fileFortress-console-linux-x64-v0.31.0.tar.gz
23.43 MB
Download

macOS

fileFortress-console-osx-x64-v0.31.0.tar.gz
23.49 MB
Download

Windows

fileFortress-console-win-x64-v0.31.0.zip
23.74 MB
Download

SHA256 Checksums

Verify the integrity of your downloaded files using these SHA256 checksums.

Linux
fileFortress-console-linux-x64-v0.31.0.tar.gz
SHA256
macOS
fileFortress-console-osx-x64-v0.31.0.tar.gz
SHA256
Windows
fileFortress-console-win-x64-v0.31.0.zip
SHA256

How to Verify Downloads

Use these commands to verify the integrity of your downloaded files.

Windows (PowerShell)

# Calculate the hash of your downloaded file
$actualHash = (Get-FileHash fileFortress-console-win-x64.zip -Algorithm SHA256).Hash

# Compare with the expected hash (copy from above)
$expectedHash = "PASTE_HASH_HERE"

if ($expectedHash -eq $actualHash) {
    Write-Host "✓ Checksum verified!" -ForegroundColor Green
} else {
    Write-Host "✗ Checksum mismatch!" -ForegroundColor Red
}

Linux / macOS

# Create a checksum file with expected hash
echo "PASTE_HASH_HERE  fileFortress-console-linux-x64.tar.gz" > expected.sha256

# Verify the download
sha256sum -c expected.sha256

# Or for macOS:
shasum -a 256 -c expected.sha256

Release Notes

## ✨ New Features - ****Console App | Web Portal****: You can now rename a remote directly from the product GUI, making it easier to manage your connections. - ****Web Portal****: A new 'Application data' section shows where the app runs from, with an 'Open folder' button to reveal it in your file manager. - ****Web Portal****: Native duplicate removal is now available, allowing you to efficiently delete redundant copies of files. - ****Console App****: A new command `duplicates remove` lets you delete duplicate files quickly and safely. - ****Web Portal****: Added a public documentation page for the new native duplicate removal feature. - ****Web Portal****: You can now view the product's usage statistics directly in the admin area. ## 🚀 Improvements - ****Web Portal****: The search filters will now remember their state even after you reload the page. - ****Web Portal****: User privacy is enhanced with the new admin usage dashboard that does not collect any new data. - ****Web Portal****: The native duplicate removal interface has been improved to provide a preview of deletions before confirming. ## 🐛 Bug Fixes - ****Web Portal****: Fixed an issue where the FAQ incorrectly stated that the app could not delete your files. - ****Web Portal****: Resolved a bug that prevented the correct display of aggregate usage stats.

Need Help?

Visit our FAQ for installation instructions and troubleshooting tips, or check out the Getting Started guide.