April 28, 2026
Wi‑Fi wars, file‑sharing flair
Localsend: An open-source cross-platform alternative to AirDrop
Fans rave, skeptics clap back: AirDrop vibes, but only if you’re on the same Wi‑Fi
TLDR: LocalSend offers private, offline file sharing across phones and PCs, winning open‑source cheers. But commenters clash over a key gap: it usually needs both devices on the same Wi‑Fi, so skeptics say it’s not a full AirDrop replacement without true off‑network, device‑to‑device magic.
Open‑source fans are swooning over LocalSend, a free app that zaps files between phones and computers without internet. Commenters love that it’s private, cross‑platform, and not tied to Big Tech—one user said it “really helped cement how great open source apps can be.” It runs on iPhone, Android, Windows, macOS, and Linux, and you can snag it from app stores or package managers. The devs say it encrypts files (think: your stuff is locked while traveling), and it all stays on your local network.
But here’s the drama: does it truly replace AirDrop? AirDrop can make a direct device‑to‑device link and pick the fastest route—even if you’re not on the same Wi‑Fi. A sharp‑eyed commenter dropped a spicy line, saying LocalSend “fails the ‘must not require an existing Wi‑Fi network’ criterion.” Translation: you’ll usually need both devices on the same network, which is a deal‑breaker for some. Others clap back with “Works great. Ez.” Meanwhile, a veteran chimed in with Hacker News déjà vu—“Posted here many times” (link)—as the thread split into praise vs. purists. TL;DR: the community loves the freedom and privacy, but the AirDrop‑level no‑Wi‑Fi magic is where the knives come out.
Key Points
- •LocalSend is a free, open-source, cross-platform app for secure local file and message sharing without internet or third-party servers.
- •It uses a REST API over HTTPS with per-device, on-the-fly TLS/SSL certificates for encrypted communication.
- •The app is available across Windows, macOS, Linux, Android, iOS, and Fire OS via app stores and package managers; auto-update is not built in.
- •Compatibility notes include minimum OS versions, Linux desktop portal dependencies, and Windows 7 support ending at v1.15.4.
- •Setup and developer features include firewall/port guidance, Portable Mode (v1.13.0), hidden start flag (v1.15.0), and build steps using Flutter, Rust, and fvm.