SingleSourceAI a few seconds ago

The protocol Apple uses under the hood is AWDL (Apple Wireless Direct Link), which is a proprietary peer-to-peer layer that runs alongside your existing WiFi connection without dropping it. It uses a time-sliced channel-hopping mechanism so the radio can serve both infrastructure WiFi and the direct peer link simultaneously.

That's the part that's hard to replicate. LocalSend and most alternatives need an existing shared network because they're just TCP/IP, they have no way to negotiate a direct radio link without OS-level support. Even Android's QuickShare, which does peer-to-peer via WiFi Direct, drops your existing WiFi connection on older devices because the radio can only be associated with one BSS at a time.

The EU interoperability mandate lxgr mentions would theoretically require Apple to expose this, but AWDL interop would mean licensing or reverse-engineering some fairly deep radio scheduling logic, so I'd expect compliance via a different (probably slower) path.

eigenspace 13 minutes ago

My problem is that all these alternatives require the devices to be on the same local network.

One beauty of Airdrop is that it creates and handles that local network automatically under the hood (as far as I understand). So you could be out on a hike with friends and Airdrop something.

The workaround I've found after switching to an Android device has been to teather my connection to my friend's device, which ends up creating a LAN that Localsend can work through, but this is not as nice an experience.

  • simonmales 5 minutes ago

    I think nowadays on Android it's called QuickShare, and it works. But I believe the fragmentation and awareness is a part of the problem for Android.

a7fort 39 minutes ago

Recently started using it, it works really well and it's much more reliable than AirDrop. But the UX could be improved.

But I just wish Apple fixed AirDrop, every time I go to use I have so little confidence in it, it often doesn't see devices or if you have multiple Mac users it will confuse them, showing you the same Mac device twice without telling you which user it is

  • d3Xt3r 5 minutes ago

    I'm curious, what do you people use this for? What are all these (presumably large) files that you guys are generating and transferring, that requires the use of apps like these?

    Like in my case, the only files I generate on my phone are photos and videos, and these get backed up by Immich, which I can then share with someone by sending them a link to the files/album in question. I imagine normal folks would use iCloud or Google Photos for the same task.

    For syncing other files like documents and such, I use ownCloud OCIS, and I'd imagine most other folks would use something like DropBox or iCloud, or even just email or WhatsApp the files.

    For local network transfers of say ISOs or something, I'd just copy them over SMB, which is pretty much universal and doesn't need any special app. Or even just plug in a hard drive, if I'm doing backups.

    So I don't understand why I should be using this.

  • dmak 35 minutes ago

    Have you tried troubleshooting those issues already? I had similar visibility issues in the past, but seems to always work now for me.

    • tonyedgecombe 25 minutes ago

      I think it initiates the connection over Bluetooth so if your Bluetooth is poor it isn’t going to work very well.

  • OGWhales 22 minutes ago

    Yup, for me I can see the device but when I try to initiate a send it just doesn't show up on the other device about half the time. I've not found a reliable way to fix it either, toggling AirDrop on and off on both devices seems the best way to fix it but only works like 70% of the time.

subscribed 10 minutes ago

I use it on all my devices and tbh it's the absolute best option I found.

Previously I was using syncthing or had to install ftp server, used wormhole after packing all my files into one, etc. Android QuickShare never worked for me (wouldn't help me much with sending to the pc either).

It has some rough edges (ie: on multi-homed devices it's less that ideal to see the one octet that matters, when the list is very long scrolling whilst sending will cause the process to crap out), but other than that it's always reliable.

I'm very happy with it too.

  • jumpconc 3 minutes ago

    For your own trusted devices on a LAN, you should try KDE Connect. KDE is not required.

lxgr 42 minutes ago

I feel like we need a spamsolutions.txt [1] for purported AirDrop replacements.

This one fails the "must not require an existing Wi-Fi network that both peers are connected to" criterion.

[1] https://craphound.com/spamsolutions.txt

Unicironic 44 minutes ago

After switching to Linux, this was one of the very first applications I installed.

It really helped cement how great open source apps can be for me.

viktorcode 44 minutes ago

One of the most convenient aspects of Air Drop for me is that it selects the fastest available connection between the devices and ability to work without both devices being on the same network.

I wonder if any of the alternatives do the same.

  • gonzalohm 29 minutes ago

    Quickshare does

    • subscribed 6 minutes ago

      Never worked for me, not even once.

      I tried on three phones, two of which are using the same account, I'm reasonably confident I am technically competent to not make silly mistakes, though the best I've achieved was endless wait.

      I had better success with IR and BT file transfers. Hell, even spinning a local http server (with python -m http.server) works better than quick share.

faangguyindia 16 minutes ago

I used it, but it prevented my mac from sleeping. After some investigation I found it's local send.

  • ChrisLTD 15 minutes ago

    Does it run in the background?

justindotdev 32 minutes ago

came with omarchy pre installed, usedd it ever since. bonus points for it being open source too. i was surprised it is written in flutter. looking at how mutli-platform it is, flutter was the more appealing choice.

_-_-__-_-_- 20 minutes ago

Been using LocalSend for a few years, it works great even when sharing files between devices sharing a mobile connection.

mrbombastic 32 minutes ago

I use this all the time dropping files from old android device to mac, thanks devs!

bahadiraydin 31 minutes ago

I've been using this for years, simple, gets the job done. Nice UI.

mikae1 41 minutes ago

Lovely, but was replaced by KDE Connect for me. Connect works for iOS, macOS, Android, Linux, you name it.

  • tryptophan 27 minutes ago

    I like kde connect, but find it randomly breaks every month or so and for the life of me cannot figure out why. A week or so later it starts working again.

jrflo 17 minutes ago

I love local send. It’s ridiculously fast for sending large amounts of media too.

pryanshu89 15 minutes ago

Really cool! I used it a couple of times and did not expect it to work. But it worked. :D

Forgeties79 19 minutes ago

It’s not as slick as AirDrop and you have to sort of “prep“ both devices whenever you want to send/receive anything, it’s never just ready to go, but it’s incredibly reliable and will move anything from one machine to another. Just having that consistency across literally any device is so nice.

rolymath 21 minutes ago

Excuse my ignorance but why are there so many solutions like this? Especially if they aren't intercompatible (which I'm assuming they're not)

  • lxgr 17 minutes ago

    Because none of them actually match the capabilities of AirDrop, since they essentially require controlling the full stack (UI, low-level networking including Bluetooth for discoverability, Wi-Fi peer to peer connections without dropping any existing infrastructure connection etc.)

    Many have tried, I don't think anyone has succeeded.

    Supposedly the EU interoperability mandate will make this possible going forward, though? (The tricky part is usually not getting your device to speak some protocol, but to get Apple devices to actually respond to your attempts.)

jMyles 30 minutes ago

The README and website certainly seem polished, but I haven't used the utility yet.

What's the main value prop over wormhole? That it works from the browser?

analog8374 42 minutes ago

Hey I use this. Works great. Ez.