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.32.0
Released
Aug 8, 2026
SHA256 Checksums
Verify the integrity of your downloaded files using these SHA256 checksums.
Linux
fileFortress-console-linux-x64-v0.32.0.tar.gz
SHA256
macOS
fileFortress-console-osx-x64-v0.32.0.tar.gz
SHA256
Windows
fileFortress-console-win-x64-v0.32.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
What's New in v0.32.0
One-click OneDrive, and Google Drive connections that stay connected
-
NewConnect OneDrive with a single browser sign-in — no registering your own app, no copying client IDs and secrets.
-
ImprovedOneDrive connections made this way renew their own access directly with Microsoft, without going through FileFortress's servers.
-
FixedGoogle Drive connections using your own OAuth app no longer stop working after about a week. The setup steps now cover the Google publishing setting that caused it.
-
ImprovedSetting up your own OAuth app now walks you through it step by step for Google and Microsoft, instead of asking for a client ID with no explanation. Connecting OneDrive this way no longer asks for a client secret, which Microsoft desktop apps don't issue.
-
FixedGoogle Drive connections set to include all folders now index files at the top level of your Drive, and pick up folders you create later. Re-add an existing connection to get this.
-
FixedRe-authorizing a storage connection no longer clears its encryption settings and folder selection.
-
Fixed CLIScripted setups that asked for encryption are no longer created without it. Adding a Google Drive remote with --non-interactive used to accept the encryption options, ignore them, and report success — if you set one up that way, check it and re-add it if needed.
-
New WebA new What's New page on the website lists what changed in every release.
Need Help?
Visit our FAQ for installation instructions and troubleshooting tips, or check out the Getting Started guide.