- ⚡ Blazing Fast: 40-100+ MB/s over LAN (device dependent).
- 🔒 Zero-Trust Security: End-to-End Encryption (AES-256-CTR) with P-521 Curve.
- 📱 Universal Client: Works on any device (iOS, Android, Mac, Linux) via browser. No app install required on the phone.
- 📎 Universal Clipboard: Instantly share text/links between PC and Phone.
- ✨ Modern UI: Glassmorphism design, "Mini-Mode" for unobtrusive multitasking, and fluid animations.
- 📦 Portable or Installed: Available as a standard Windows Installer (
.exe) or portable binary.
- Go to the Releases Page.
- Download
Aero_Setup.exe. - Run the installer.
- Launch Aero from your desktop or start menu.
- Launch Aero on your PC.
- Scan the QR Code with your phone's camera.
- Drop files on either device — they transfer instantly.
AERO assumes your local network is hostile.
- Session Key: Generated locally on launch (never sent to any cloud).
- Optical Exchange: The key is transferred via QR code hash fragment (
#key). - E2EE: Files are encrypted in the browser before they leave your phone.
- No Storage: Keys are wiped from memory on exit.
Privacy Promise: No cloud. No tracking. No history. Your data never leaves your local network.
- Go 1.24+
- Node.js 18+
- Wails CLI (
go install github.com/wailsapp/wails/v2/cmd/wails@latest) - (Optional) NSIS (for building the installer)
# Clone repository
git clone https://github.com/HarshalPatel1972/aero.git
cd aero
# Development (Hot Reload)
wails dev
# Production Build (Auto-Magic)
# Builds Binary + Installer + Checksums
.\scripts\build_release.ps1- Binary Only:
wails build -platform windows/amd64 -clean -ldflags "-s -w" - Installer:
makensis build\windows\installer.nsi - Icons:
.\scripts\png2ico.ps1 -SourcePng "build\appicon.png" -DestIco "build\windows\icon.ico"
| Component | Tech Stack |
|---|---|
| Core | Go (Golang) 1.24 |
| GUI | Wails v2 + React + TypeScript |
| Styling | TailwindCSS + Framer Motion |
| Crypto | WebCrypto API (Frontend) + crypto/cipher (Backend) |
| Protocol | Custom HTTP Multipart Stream over TCP |
MIT License — See LICENSE for details.
Built for Speed. Designed for Privacy.