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.28.9
Released
May 31, 2026
SHA256 Checksums
Verify the integrity of your downloaded files using these SHA256 checksums.
Linux
fileFortress-console-linux-x64-v0.28.9.tar.gz
SHA256
macOS
fileFortress-console-osx-x64-v0.28.9.tar.gz
SHA256
Windows
fileFortress-console-win-x64-v0.28.9.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
- **Web Portal**: Introducing a new enrichment page that enhances file management.
## 🚀 Improvements
- **Web Portal**: The enrichment page has been polished with a tool selector, limits, and a recent activity overview.
Need Help?
Visit our FAQ for installation instructions and troubleshooting tips, or check out the Getting Started guide.