A free and open-source file transfer tool that harnesses the power of cutting-edge peer-to-peer networking, letting you transfer files directly without storing them on cloud servers.
Why rely on WeTransfer, Dropbox, or Google Drive when you can reliably and easily transfer files directly, end-to-end encrypted and without revealing any personal information?
- Send anywhere – Works seamlessly on local networks or across continents.
- Peer-to-peer direct transfer – Send files straight between devices, with no cloud servers or intermediaries.
- End-to-end encryption – Always-on protection with QUIC + TLS 1.3 for forward and backward secrecy.
- No accounts or personal info – Transfer files without sign-ups or exposing private data.
- Transfer anything – Send files or directories of any size or any format, verified with BLAKE3-based integrity checks.
- Resumable transfers – Interrupted downloads automatically resume where they left off.
- Fast & reliable – Capable of saturating multi-gigabit connections for lightning-fast transfers.
- NAT traversal via QUIC – Secure, low-latency connections using QUIC hole punching with encrypted relay fallback.
- CLI integration – Interoperable with the Sendme CLI.
- Mobile & web – Coming soon.
- Free & open source – No upload costs, no size limits, and fully community-driven.
The easiest way to get started is by downloading one of the following versions for your respective operating system:
| Platform | Download |
| Windows | AltSendme.exe |
| macOS | AltSendme.dmg |
| Linux | AltSendme.deb |
More download options in GitHub Releases.
- 🇫🇷 French
- 🇹🇭 Thai
- 🇩🇪 German
- 🇨🇳 Chinese
- 🇯🇵 Japanese
- 🇷🇺 Russian
- 🇨🇿 Czech
- 🇮🇹 Italian
- 🇸🇦 Arabic
- 🇧🇷 Portuguese (Brazilian)
- 🇰🇷 Korean
- 🇪🇸 Spanish
If you want to contribute or run the app from source:
- Rust 1.81+
- Node.js 18+
- npm or yarn
-
Install frontend dependencies:
cd web-app npm install -
Run the desktop app:
cd src-tauri cargo tauri dev
This will start the app with hot reload enabled for both frontend and backend changes.
- Build stage:
cd src-tauri
cargo tauri build --no-bundle- Run:
cd src-tauri/target/release
./alt-sendme # macOS or Linux
alt-sendme.exe # WindowsAGPL-3.0
See PRIVACY.md for information about how AltSendme handles your data and privacy.
Reach me here for suggestions, feedback or media related communication.
Thank you for checking out this project! If you find it useful, consider giving it a star and helping spread the word.

