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.24.4
Released
Jan 13, 2026

Available Platforms

Choose your operating system to download the appropriate installer.

Linux

fileFortress-console-linux-x64-v0.24.4.tar.gz
15.42 MB
Download

macOS

fileFortress-console-osx-x64-v0.24.4.tar.gz
15.37 MB
Download

Windows

fileFortress-console-win-x64-v0.24.4.zip
14.67 MB
Download

SHA256 Checksums

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

Linux
fileFortress-console-linux-x64-v0.24.4.tar.gz
SHA256
macOS
fileFortress-console-osx-x64-v0.24.4.tar.gz
SHA256
Windows
fileFortress-console-win-x64-v0.24.4.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

## 🚀 Improvements - ****Console App****: Streamlined the user experience by removing the exit intent popup functionality. - ****Console App****: Improved file detail retrieval by including file modification dates. - ****Console App****: Enhanced flexibility in rendering options for the ls command. - ****Console App****: Allowed for more flexible output options with improved structured metadata handling. - ****Console App****: Enabled detailed metadata retrieval based on user requests. - ****Console App****: Improved clarity and maintainability in token management with a new TokenResponse model. - ****Console App****: Enhanced error handling and response parsing for authorization and token processes. - ****Console App****: Improved robustness in command processing with enhanced error handling and validation mechanisms. - ****Console App****: Added detailed information about remote storage operations and file processing results in command outputs. - ****Console App****: Improved handling of encrypted file names to ensure accurate file type recognition. ## 🐛 Bug Fixes - ****Console App****: Improved robustness and clarity in error handling for invalid inputs in the LsChoiceEncoding.

Need Help?

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