Altersend launched on Product Hunt this week with a pitch that sounds almost too simple: send files directly between devices, end-to-end encrypted, with no cloud storage, no accounts, and no file size limits. The Altersend website frames it as the tool that fixes every dealbreaker in existing options — AirDrop is Apple-only, WeTransfer stores on cloud, LocalSend needs the same local network, Magic Wormhole is CLI-only with a relay that can read files. Altersend claims to work over the internet, on all platforms, with no cloud storage at all.

The technical underpinning is real. The app, built by developer Denis Lupookov and open-sourced under Apache-2.0 on GitHub, uses Hyperswarm — a Kademlia distributed hash table — for peer discovery. Each transfer generates a random 32-byte key. Peers rendezvous on a BLAKE2b hash of that key, never the key itself. The connection itself is encrypted with Noise protocol sockets, and files are transferred via Hyperdrive replication. No central server stores anything. When direct peer-to-peer connections fail — typically when both devices are behind symmetric NAT, like two machines on VPNs — the transfer falls back to a relay that forwards the already-encrypted stream without seeing file contents. The relay is on by default and can be disabled in settings.

This is not vaporware. The architecture is documented, the code is auditable, and the app ships for Mac, Windows, Linux, iOS, and Android. The paired-device feature stores only a public device key; the secret lives in the OS keychain. Each transfer gets fresh encryption keys.

But the interesting question is not whether Altersend works. It is whether a peer-to-peer file transfer tool can gain enough adoption to matter in a world where cloud storage is the default.

The economics of file transfer have been shaped by cloud storage for two decades. WeTransfer, Dropbox, Google Drive, and iCloud all make money by storing files. Their business models depend on users uploading data to servers. Altersend takes the opposite approach: files never touch a server. That means no storage costs for the company, but also no revenue model from storage. The app is free. The GitHub repo shows no monetization mechanism. The FAQ says “Is it free?” and answers “Yes.”

This is a classic open-source sustainability problem. Altersend has no accounts, so it cannot sell premium tiers. It has no cloud storage, so it cannot charge for space. It has no ads. The only path to revenue is donations, sponsored development, or a future pivot to a paid product for teams or enterprises. The README mentions “commercial use” under the Apache-2.0 license, meaning anyone can fork and sell a version. That creates a race to the bottom for any paid offering.

The bigger issue is network effects. File transfer tools live and die by ubiquity. AirDrop works because every Mac and iPhone has it built in. WeTransfer works because recipients do not need an account to download. Altersend requires both sender and recipient to install the app. That is a high bar. The pairing process — scan a QR code or paste a join code — is friction that existing tools have trained users not to tolerate. WeTransfer’s link-sharing model is so ingrained that asking someone to install an app to receive a file feels like a step backward.

Altersend’s paired-device feature mitigates this for personal use. Pair your laptop and phone once, and future transfers skip the code. But for one-off transfers to someone who does not have the app, the friction remains. The app’s success depends on reaching a critical mass of users who keep it installed and ready. That is a distribution problem, not a technical one.

The technical choices also carry tradeoffs. The Hyperdrive replication means each side needs roughly twice the transfer size in free disk space while a transfer runs — a 10 GB file requires 20 GB free on both devices. The README acknowledges this as a known limitation and says the team is working to improve it. For large files on devices with constrained storage, that is a dealbreaker. The relay fallback, while encrypted, introduces a central point of trust and potential bottleneck. The relay is on by default; users who turn it off risk failed transfers on symmetric NAT.

What Altersend does well is carve out a specific niche: privacy-conscious users who regularly transfer large files between their own devices or with a small, trusted circle. For that use case, it is genuinely better than the alternatives. No cloud storage means no upload wait times, no size caps, no account creation. The encryption is real and documented. The cross-platform support is comprehensive.

But the broader file transfer market is dominated by incumbents with massive distribution advantages. Apple ships AirDrop on every device. Google Drive is bundled with every Android phone. WeTransfer has brand recognition and a free tier that works for most casual transfers. Altersend’s challenge is not technical capability — it is user acquisition.

The open-source community may solve this. If the app gains enough visibility on Product Hunt and GitHub, it could attract contributors who build integrations, improve the relay infrastructure, or develop a paid team product. The Apache-2.0 license allows that. But open-source file transfer tools have a history of failing to reach mainstream adoption. Magic Wormhole, which Altersend’s comparison table explicitly lists as a flawed alternative, has been around for years and remains a niche tool for developers.

Altersend’s bet is that the privacy cost of cloud storage is finally high enough that users will tolerate installation friction. That bet looks plausible in 2026, after years of data breaches, surveillance revelations, and growing awareness of how cloud providers monetize user data. But it requires a leap of faith that users will change their behavior for a tool that offers no accounts, no storage, and no clear path to sustainability.