About & Credits

AeroFTP

AeroFTP is a free, open-source, multi-protocol file manager built with Rust and React. It connects to 23 protocols from a single desktop application, with built-in encryption, AI assistance, and a production CLI.

Current version: v3.0.1

Developer

AXP Developmentgithub.com/axpnet

License

AeroFTP is released under the GNU General Public License v3.0 (GPL-3.0).

  • Desktop app: 100% free and open-source. No Pro tier, no license gating, no nag banners, no telemetry.
  • Mobile app: Paid on Google Play Store. No ads, no subscriptions, no in-app purchases.

Technology Stack

LayerTechnology
BackendRust (Tauri 2)
FrontendReact 18 + TypeScript + Tailwind CSS
Code EditorMonaco Editor (VS Code engine)
Terminalxterm.js with PTY
BuildVite 6
CI/CDGitHub Actions
Packages.deb, .rpm, .AppImage, .snap, .msi, .exe, .dmg

Key Rust Dependencies

CratePurpose
russh 0.57SSH/SFTP protocol
suppaftp 8FTP/FTPS with TLS, MLSD/MLST
reqwest 0.13HTTP client for cloud APIs
quick-xml 0.39WebDAV/Azure XML parsing
keyring 3OS Keyring integration
oauth2 5OAuth2 PKCE flows
aes-gcm-siv 0.11AeroVault v2 content encryption (RFC 8452)
argon2Key derivation (RFC 9106)
chacha20poly1305 0.10AeroVault cascade mode (RFC 8439)
aes-siv 0.7Filename encryption (RFC 5297)
aes-kw 0.2Key wrapping (RFC 3394)
blake3BLAKE3 hashing in AeroTools
similar 2Unified diff for AeroAgent
zip 7ZIP archive support
globsetCLI glob pattern matching
indicatifCLI progress bars
clapCLI argument parsing
ed25519-dalekLicense signature verification
tokio-util 0.7Streaming I/O

Security Audits

AeroFTP has been continuously reviewed by independent AI auditors throughout its development:

  • 12-auditor security audit (v2.4.0) — Grade: A-
  • 5-auditor CLI security audit (v2.9.2) — 97 findings, all resolved
  • Dual-engine audit (v2.9.5) — Claude Opus 4.6 + GPT-5.4, 117 findings
  • GitHub provider audit (v3.0.0) — Claude Opus 4.6 + GPT-5.4, all critical resolved

Protocols (23)

  1. FTP
  2. FTPS
  3. SFTP
  4. WebDAV
  5. S3-Compatible
  6. Google Drive
  7. Dropbox
  8. OneDrive
  9. MEGA
  10. Box
  11. pCloud
  12. Azure Blob Storage
  13. 4shared
  14. Filen
  15. Zoho WorkDrive
  16. Internxt Drive
  17. kDrive
  18. Koofr
  19. FileLu
  20. Yandex Disk
  21. OpenDrive
  22. Jottacloud
  23. GitHub

AI Providers (19)

OpenAI, Anthropic, Google Gemini, xAI (Grok), OpenRouter, Ollama, Kimi (Moonshot), Qwen (Alibaba), DeepSeek, Mistral, Groq, Perplexity, Cohere, Together AI, AI21 Labs, Cerebras, SambaNova, Fireworks AI, Custom.

Internationalization

47 languages at 100% coverage. English is the reference locale. Technical terms (FTP, SFTP, OAuth, AeroSync, AeroVault, AeroAgent, AeroPlayer, AeroTools) are never translated.

This Documentation

This documentation site is built with mdBook and deployed automatically via GitHub Actions to GitHub Pages.


AeroFTP — github.com/axpnet/aeroftp — GPL-3.0