Network reach
- AltSendmeInternet + LAN
- Magic WormholeInternet + LAN
Magic Wormhole
Magic Wormhole pioneered secure CLI file sharing with memorable short codes. AltSendme shares the same values: open source, no accounts, end-to-end encryption, but ships official GUI apps for desktop, Android, and web, with resumable folders and Iroh/QUIC networking that can saturate gigabit links.
| AltSendme | Magic Wormhole | |
|---|---|---|
| Network reach | Internet + LAN | Internet + LAN |
| Transfer speed | Can saturate gigabit (Iroh/QUIC) | Fast when direct (TCP) |
| CLI support | Yes, sendme-compatible CLI | Yes, sendme-compatible CLI |
| License | AGPL-3.0 (open source) | Open source |
| Cost | Free | Free |
| Encryption | QUIC + TLS 1.3 E2E | Encrypted TCP (PAKE) |
| How peers connect | Share a ticket | Short code via relay |
| Networking stack | Iroh | 加密 TCP |
| 可恢复传输 | 是 | 否 |
| 平台 | CLI + 桌面 + 移动 + 网页 | 仅 CLI |
No. They are different projects on different protocols. Magic Wormhole uses PAKE-secured encrypted TCP with short codes delivered through a relay mailbox. AltSendme is built on Iroh/QUIC with ticket-based sharing and the sendme CLI. Both are open source, end-to-end encrypted, and avoid cloud file storage, but tickets and wormhole codes are not interchangeable.
The core Magic Wormhole project is CLI-only (wormhole send). Community GUI frontends exist but are separately maintained and can lag behind the CLI. AltSendme ships official apps for Windows, macOS, Linux, Android, and a web client, all sharing tickets with the sendme CLI.
Wormhole gives you a short code through a mailbox relay: the receiver types it in. AltSendme uses Iroh tickets: longer strings you paste or scan, encoding connection details for QUIC hole punching and relay fallback. Both avoid accounts. Tickets are better suited to streaming large folders with resume on Iroh.
No. If a wormhole transfer fails partway through, you start over. AltSendme supports resumable transfers with BLAKE3 integrity checks on both ends, important for multi-gigabyte folders on flaky Wi-Fi or long internet paths.
Wormhole can be fast on a direct TCP path between reachable peers. AltSendme uses QUIC over Iroh and can saturate gigabit links on native desktop and mobile apps. Iroh's hole punching establishes direct QUIC connections in most cases, with encrypted relays as fallback.
Yes. Magic Wormhole is MIT-licensed; AltSendme is AGPL-3.0. Neither requires accounts or charges for transfers. You can audit either codebase and run transfers without vendor lock-in.