Localsend: Open-Source Airdrop Alternative

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • PairDrop

    Discontinued PairDrop: Local file sharing in your browser. Inspired by Apple's AirDrop. Fork of Snapdrop.

  • I actually have switched to Localsend from Pairdrop. My experience is that is Pairdrop is slow especially compared to Localsend. This is while hosting the application on my local network.

    I do prefer the WebApp approach so I don't have to install someone on each machine before sharing files, but the bug ticket in Pairdrop does not make me hopeful for a good solution (see: https://github.com/schlagmichdoch/PairDrop/issues/44)

    Are you able to achieve similar performance in Pairdrop that you did with Localsend?

  • snapdrop

    A Progressive Web App for local file sharing

  • Related projects:

    - FlyingCarpet: direct transfer over local adhoc WIFI: https://github.com/spieglt/FlyingCarpet

    - LANDrop: Drop any files to any devices on your LAN: https://github.com/LANDrop/LANDrop

    - In-browser file transfer similar to Airdrop: https://snapdrop.net/

    - Magic Wormhole: simple file transfer from computer-to-computer over the net: https://github.com/magic-wormhole/magic-wormhole

    - Croc: similar to magic wormhole: https://github.com/schollz/croc

    - Wormhole: user-friendly in-browser based e2e encrypted file transfer: https://wormhole.app/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • protocol

    The LocalSend REST API (by localsend)

  • Not the fort-knox implementation it claims on the tin.

    'LocalSend uses a secure communication protocol that allows devices to communicate with each other using a REST API. All data is sent securely over HTTPS, and the TLS/SSL certificate is generated on the fly on each device, ensuring maximum security.'

    How do they achieve maximum security while generating X.509 certs on device?

    Let's look; 'https://github.com/localsend/protocol#2-fingerprint'

    'When encryption is on (HTTPS), then the fingerprint is the SHA-256 hash of the certificate'

    Confusingly there is a HTTP non encrypted mode, and the docs claim the fingerprint only used to avoid discovery collisions.

    Out-of-band [visual comparison / QR code scanning step] sharing of fingerprints COULD be acceptable to prevent 'man in the middle' attacks, however the documentation doesn't seem to indicate that this detail is surfaced or shared with the user.

  • NearDrop

    An unofficial Google Nearby Share app for macOS

  • Nearby Share isn't locked down and, in fact, works just fine with zero Google involvement. Google only needs to be involved for limited device visibility and all the phone number stuff that entails.

    Here's the protocol docs I wrote: https://github.com/grishka/NearDrop/blob/master/PROTOCOL.md

  • LANDrop

    Drop any files to any devices on your LAN.

  • Related projects:

    - FlyingCarpet: direct transfer over local adhoc WIFI: https://github.com/spieglt/FlyingCarpet

    - LANDrop: Drop any files to any devices on your LAN: https://github.com/LANDrop/LANDrop

    - In-browser file transfer similar to Airdrop: https://snapdrop.net/

    - Magic Wormhole: simple file transfer from computer-to-computer over the net: https://github.com/magic-wormhole/magic-wormhole

    - Croc: similar to magic wormhole: https://github.com/schollz/croc

    - Wormhole: user-friendly in-browser based e2e encrypted file transfer: https://wormhole.app/

  • sharedrop

    Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop

  • Like https://www.sharedrop.io/?

    It finds devices on the same network automatically but also works across networks when using the plus button on the top right.

  • warpinator

    Share files across the LAN

  • I don't know. After discovering PairDrop too, thanks to comments here, I've been testing it out to see if it could replace Warpinator [1] as a means to send files & directories between my PC and my Android phone when I'm at home.

    First impression has been quite disappointing... I installed the PWA to my phone's home screen. Then opened up and paired with my PC as trusted device. Tried to send a PDF file from PC to phone, a dialog shows up with

    File Received. PC has sent: file.pdf. Close/Download.

    Upon clicking Download, Firefox (which is configured in Android as the default web browser) opens up, on the Homepage tab. Nothing else happens, and the file isn't downloaded. So I'm left pretty much confused about what should have happened vs. what did actually happen.

    Good thing about Warpinator (and something I use a lot) is that you can enable accepting files without confirmation, and then you can drag & drop a whole folder to have it appear on the other device as-is. Something extremely useful but that I doubt web apps can achieve.

    [1]: https://github.com/linuxmint/warpinator

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • localsend

    An open-source cross-platform alternative to AirDrop

  • uploadserver

    Simple Rust file server which lets you upload, share, and download files from a web browser. Ready-to-run binaries for Windows, Mac, and Linux. Free/Open-Source alternative to AirDrop/Dropbox for transferring files on your local network without having to install anything. A more sophisticated version of `python3 -m http.server 8000`.

  • If you don't have a network connection, you can setup an adhoc hotspot on any Android 9+ (Settings > Network & internet > Hotspot & tethering https://support.google.com/android/answer/9059108) or iPhone (Settings > Personal Hotspot), then connect to it using any WiFi-enabled device.

    A useful filesharing utility that a friend wrote is https://github.com/akovacs/uploadserver - it's basically a nicer version of:

        python -m http.server 8000

  • wormhole-william

    End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).

  • If you want go, there is a magic-wormhole implementation called wormhole-william [1].

    Rymdport [2] is a decent cross-platform app using it.

    [1] https://github.com/psanford/wormhole-william

  • rymdport

    Cross-platform application for easy encrypted file, folder, and text sharing between devices.

  • shareviahttp

    Share Via Http - Android

  • qrserv

    Transfer files with ease over a network.

  • QNearbyShare

    Nearby Share implementation for Linux

  • There's also QNearbyShare [0], a CLI implementation for Linux, which sadly can't send to Android yet, but receiving works just fine

    [0]: https://github.com/vicr123/QNearbyShare

  • qr-filetransfer

    Transfer files over WiFi between your computer and your smartphone from the terminal

  • qrsend

    ⌨ Send files over WIFI by scanning QR code in terminal

  • filedrop

    📲 WebRTC E2E encrypted file transfer - React + node.js

  • Could you add https://drop.lol to the list (also open source)?

    Disclaimer: I'm the author of drop.lol.

  • FlyingCarpet

    Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.

  • Related projects:

    - FlyingCarpet: direct transfer over local adhoc WIFI: https://github.com/spieglt/FlyingCarpet

    - LANDrop: Drop any files to any devices on your LAN: https://github.com/LANDrop/LANDrop

    - In-browser file transfer similar to Airdrop: https://snapdrop.net/

    - Magic Wormhole: simple file transfer from computer-to-computer over the net: https://github.com/magic-wormhole/magic-wormhole

    - Croc: similar to magic wormhole: https://github.com/schollz/croc

    - Wormhole: user-friendly in-browser based e2e encrypted file transfer: https://wormhole.app/

  • magic-wormhole

    get things from one computer to another, safely

  • Related projects:

    - FlyingCarpet: direct transfer over local adhoc WIFI: https://github.com/spieglt/FlyingCarpet

    - LANDrop: Drop any files to any devices on your LAN: https://github.com/LANDrop/LANDrop

    - In-browser file transfer similar to Airdrop: https://snapdrop.net/

    - Magic Wormhole: simple file transfer from computer-to-computer over the net: https://github.com/magic-wormhole/magic-wormhole

    - Croc: similar to magic wormhole: https://github.com/schollz/croc

    - Wormhole: user-friendly in-browser based e2e encrypted file transfer: https://wormhole.app/

  • croc

    Easily and securely send things from one computer to another :crocodile: :package:

  • Related projects:

    - FlyingCarpet: direct transfer over local adhoc WIFI: https://github.com/spieglt/FlyingCarpet

    - LANDrop: Drop any files to any devices on your LAN: https://github.com/LANDrop/LANDrop

    - In-browser file transfer similar to Airdrop: https://snapdrop.net/

    - Magic Wormhole: simple file transfer from computer-to-computer over the net: https://github.com/magic-wormhole/magic-wormhole

    - Croc: similar to magic wormhole: https://github.com/schollz/croc

    - Wormhole: user-friendly in-browser based e2e encrypted file transfer: https://wormhole.app/

  • destiny

    Destiny – Cross-platform Magic Wormhole graphical client

  • https://winden.app is a Web client

    "Destiny" is an Android and iOS client https://github.com/LeastAuthority/destiny/

    (These two use servers run by Least Authority by default so to talk to other clients you have to configure Destiny to use the defaults, or the other side to use the non-default servers).

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts