← Package directory
Available on winget

Install AeroFTP

A modern, multi-protocol file manager and FTP client with integrated AI, cloud sync, and military-grade encryption.

Install with winget
winget install --id axpnet.AeroFTP
Upgrade
winget upgrade --id axpnet.AeroFTP
Uninstall
winget uninstall --id axpnet.AeroFTP

About AeroFTP

AeroFTP is an open-source, multi-protocol file manager built with Tauri 2 (Rust + React 18 + TypeScript). It supports 16 protocols (FTP, FTPS, SFTP, WebDAV, S3, Google Drive, Dropbox, OneDrive, MEGA, Box, pCloud, Azure Blob, 4shared, Filen, Zoho WorkDrive, and Cryptomator vaults), features an AI assistant with 45 tools and 15 LLM providers, military-grade encrypted vaults (AES-256-GCM-SIV + Argon2id), bidirectional real-time sync, a built-in code editor, SSH terminal, and media player with visualizers. Available in...

What's new in 3.8.4

[3.8.4] - 2026-05-20 Unified Transfer DAG, Staging Queue and AeroFile Sync v3.8.4 is a big release: the slow work of the last cycle was converging every transfer surface (GUI, CLI, AeroSync, cross-profile) onto one shared execution engine, building a staging queue on top of it, shipping a CLI dispatcher set, unifying three disconnected sync dialogs, and acting on the v3.8.3 community feedback. Seventy commits since v3.8.3, organized below. What's new This section is the high-level tour. The detailed lists below cover every change. A single DAG transfer executor AeroFTP had multiple parallel transfer paths: the GUI segmented download, intra-file range downloads, cross-profile transfers, the AeroSync engine, the CLI pget and sync commands, and the legacy per-protocol code. v3.8.4 lands a ready-frontier executor over a Directed Acyclic Graph (DAG: every transfer is a graph of nodes where each edge says "this step depends on that one", and the executor walks the graph fanning out as soon as a node's dependencies are satisfied), and progressively converges every one of those paths onto it. The same code now powers concurrent-range downloads for SFTP and FTP, B2 large-file uploads, cross-profile transfers, and the AeroSync download stage. The executor ships with prudent AIMD backpressure (Additive Increase, Multiplicative Decrease: the classic TCP-style self-tuning that ramps up while the link is healthy and backs off hard at the first sign of strain) so it adapts to the slowest link without the user having to pick a number, and an AppHandle-free observability sink so non-Tauri c...

Read release notes

Version history

Version Updated Notes
3.8.4 [3.8.4] - 2026-05-20 Unified Transfer DAG, Staging Queue and AeroFile Sync v3.8.4 is a big release: the slow work of the last cycle was converging every transfer surface (GUI, CLI, AeroSync, cross-profile) onto one share...
3.8.3 Unknown [3.8.3] - 2026-05-18 Critical Linux Hotfix v3.8.2 shipped a Tauri 2.11.1 dependency bump that made every Linux build non-functional: the production webview origin was reclassified as remote and all backend commands were...
3.8.2 Unknown [3.8.2] - 2026-05-17 Profile Bridge Expansion, Server-Side Hashing and Interop Fixes The profile bridge grows from three sources to fifteen, with the twelve new sources now fully wired into the Export/Import dialog (not...
3.8.1 Unknown [3.8.1] - 2026-05-16 Two New Themes, Toolbar Legibility and Quota Polish A UI polish patch on top of v3.8.0: two new application themes, a toolbar contrast fix, a form-header width tweak, and the manual storage-quota aut...
3.8.0 Unknown [3.8.0] - 2026-05-15 AeroVault Wrapper-Stack, Behind-the-Scenes Telemetry, AeroRsync Streaming and Dual-Panel Unification A large release across three fronts: the AeroVault v3 wrapper stack gets real small-file packing a...
3.7.9 Unknown [3.7.9] - 2026-05-11 AeroFile Dual Panel (Slice A) and AeroVault v3 (Experimental) A feature release with two large additions and the usual fix sweep. AeroFile Dual Panel ships Slice A of T-DUAL-PANEL-UNIFICATION (issue...
3.7.8 Unknown [3.7.8] - 2026-05-11 Full Keystore Backup v2 with zstd Compression, Security Audit Closure, and CLI Parity A security and infrastructure release. The .aeroftp-keystore format is now a complete, single-file application sn...
3.7.7 Unknown [3.7.7] - 2026-05-10 Benchmark Trash Purge, AeroFile UX Polish, and Windows Update No-Trace A consolidation release. The original benchmark trash-purge work (still detailed below) ships alongside a sweep of file-browser...
3.7.6 Unknown [3.7.6] - 2026-05-08 Hotfix: restore IPC after Tauri 2.11.1 origin-confusion regression A hotfix release that restores Linux production builds after v3.7.5 shipped a critical regression which broke every IPC call with "C...
3.7.4 Unknown [3.7.4] - 2026-05-07 Filen reliability, provider polish and Windows Auto-Update parity Added - Activity Log is reachable from the View menu: the Activity Log panel is now exposed through the desktop menu, making authenti...
3.7.3 Unknown [3.7.3] - 2026-05-06 Community Benchmark (Phase 1) + CI / UX fixes Added - aeroftp-cli benchmark CLI command: schema-v1 conforming, sanitization-enforced community benchmark across upload, download, list, stat, and delet...
3.7.2 Unknown [3.7.2] - 2026-05-06 AeroCrypt overlay, IntroHub & community polish, CLI security hardening, 2 new image-CDN providers A wide release that consolidates the v3.7.2 community wishlist (#161), promotes the rclone-crypt over...
3.7.1 Unknown [3.7.1] - 2026-05-04 Mount Manager + community wishlist push (issue #147) A community-driven release closing the v3.7.x medium-effort cluster from issue #147 and shipping the first big-feature ask from the same thread, t...
3.7.0 Unknown [3.7.0] - 2026-05-01 AeroRsync session batch + Crypto overlay + Server Health Check + CLI/MCP parity Big-batch release closing the P3-T01 wave (AeroRsync streaming + batch transport) and shipping three parallel workstrea...
3.6.10 Unknown [3.6.10] - 2026-04-28 MEGA Native canonical crypto, 2FA modal hookup, TOTP QR, mouse Back button Same-day rollup on top of v3.6.8. The originally-tagged v3.6.9 build was deleted before a Linux release was published becau...
3.6.8 Unknown [3.6.8] - 2026-04-28 Community wishlist quick wins + MEGA 2FA + Filen TOTP persistence A focused patch release built around the v3.6.8 wishlist thread (issue #133) plus two long-standing items from issue #128 (MEGA 2FA T...
3.6.7 Unknown [3.6.7] - 2026-04-27 Share-link reliability and UX paper cuts A focused patch release. The headline is a silent regression on MEGA Native share-link generation that surfaced during an interoperability test session agains...
3.6.6 Unknown [3.6.6] - 2026-04-27 Agent surface, onboarding polish, server speedtest, community wishlist The full v3.6.6 cycle ran in roughly 36 hours and is shaped by two parallel community feedback waves. Issue #125 (@EhudKirsh) —...
3.6.5 Unknown [3.6.5] - 2026-04-26 CLI polish + cross-provider correctness sweep Drop-in patch driven by an end-to-end stress test of aeroftp-cli 3.6.4 against real provider accounts (S3, Backblaze, Storj, FTPS, Dropbox, Google Drive,...
3.6.4 Unknown [3.6.4] - 2026-04-25 Patch release: Windows keystore export fix + autostart UX + update opt-out Small but high-impact patch release driven by two community bug reports (issues #123 and #124). The headline fix unblocks th...