Download Latest Version AeroFTP-3.7.6-portable-windows-x64.zip (33.7 MB)
Email in envelope

Get an email when there's a new version of AeroFTP

Home / v3.7.6
Name Modified Size InfoDownloads / Week
Parent folder
aeroftp_3.7.6_amd64.snap 2026-05-08 222.2 MB
aeroftp_3.7.6_amd64.snap.sigstore.json 2026-05-08 10.2 kB
AeroFTP-3.7.6-1.x86_64.rpm 2026-05-08 73.8 MB
AeroFTP-3.7.6-1.x86_64.rpm.sigstore.json 2026-05-08 9.9 kB
AeroFTP_3.7.6_amd64.AppImage 2026-05-08 66.9 MB
AeroFTP_3.7.6_amd64.AppImage.sigstore.json 2026-05-08 9.9 kB
AeroFTP_3.7.6_amd64.deb 2026-05-08 74.0 MB
AeroFTP_3.7.6_amd64.deb.sigstore.json 2026-05-08 10.0 kB
AeroFTP-3.7.6-portable-windows-x64.zip 2026-05-08 33.7 MB
AeroFTP-3.7.6-portable-windows-x64.zip.sigstore.json 2026-05-08 9.8 kB
AeroFTP_3.7.6_x64-setup.exe 2026-05-08 40.6 MB
AeroFTP_3.7.6_x64-setup.exe.sigstore.json 2026-05-08 9.8 kB
AeroFTP_3.7.6_x64_en-US.msi 2026-05-08 60.0 MB
AeroFTP_3.7.6_x64_en-US.msi.sigstore.json 2026-05-08 10.1 kB
AeroFTP_3.7.6_aarch64-beta.dmg 2026-05-08 58.1 MB
AeroFTP v3.7.6 source code.tar.gz 2026-05-08 12.0 MB
AeroFTP v3.7.6 source code.zip 2026-05-08 12.4 MB
README.md 2026-05-08 3.3 kB
v3.7.6 source code.tar.gz 2026-05-08 12.0 MB
v3.7.6 source code.zip 2026-05-08 12.4 MB
Totals: 20 Items   678.1 MB 2

[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 "Command X not allowed by ACL". Health checks, local file listing and the rest of the application were unable to invoke any backend command. The v3.7.5 GitHub Release, remote tag, Snap stable channel and the open winget submission were rolled back before users could pick up the broken build, so v3.7.6 is the first build a user receives after v3.7.4 unless they manually pulled the v3.7.5 .deb. No user data was lost.

Fixed

  • IPC restored on Linux production builds: pinned tauri = "=2.11.0" to avoid the new is_local_url() check introduced by tauri 2.11.1's GHSA-7gmj-67g7-phm9 fix. The check classifies http://127.0.0.1:14321 as a remote origin and rejects every custom command from remote origins unless the app ships a full ACL manifest listing every command. AeroFTP's Linux production build has historically loaded its bundled frontend from the tauri-plugin-localhost loopback server to work around WebKitGTK rendering issues with tauri:// for Monaco, xterm.js and iframes, so the new check broke the entire backend surface. Keeping the existing webview origin intact also preserves every WebKit origin-scoped value on upgrade (localStorage, IndexedDB, master password unlock cache, theme, local tabs, recent paths, server filters, Activity Log entries), so users with established profiles do not see the consolidation Migration Wizard re-fire and lose visibility on entries that require master password unlock.
  • Main window creation moved from tauri.conf.json to a programmatic WebviewWindowBuilder in setup(): the URL is now set up-front per platform with no post-creation navigate(), eliminating the previous origin-swap pattern that the future tauri 2.11.x fix will block again and aligning Linux with the splash screen pattern. On Linux production the URL is http://127.0.0.1:14321/index.html directly; macOS and Windows production keep the bundled-protocol default (tauri://localhost/index.html or https://tauri.localhost/index.html); dev mode uses the configured devUrl.

Security

  • GHSA-7gmj-67g7-phm9 / CVE-2026-42184 (Tauri Origin Confusion in IPC, MEDIUM 6.1) accepted as not applicable: the CVE vector requires loading remote/untrusted content into a webview to confuse the IPC origin. AeroFTP loads only its own bundled frontend assets, has no remote iframe surface, no remote webview navigation, no WebviewUrl::External to user-controlled URLs, so the vector cannot be triggered on this surface. The pin to tauri = "=2.11.0" is documented in src-tauri/Cargo.toml and src-tauri/.cargo/audit.toml. A full app ACL manifest migration is tracked for a future release that will let us un-pin tauri while keeping the strict origin check active.

Downloads:

  • Windows: .msi installer, .exe, or .zip portable (no installation required)
  • macOS: .dmg disk image
  • Linux: .deb, .rpm, .snap, or .AppImage

Download AeroFTP

Source: README.md, updated 2026-05-08