NearDrop is a partial implementation of Google's Nearby Share/Quick Share for macOS.
Protocol documentation is available separately.
The app lives in your menu bar and saves files to your downloads folder. It's that simple, really.
Download the latest build from the releases section, unzip, move to your applications folder. When running for the first time, right-click the app and select "Open", then confirm running an app from unidentified developer.
If you want the app to start on boot, follow these steps to add NearDrop as a login item.
brew install --no-quarantine grishka/grishka/neardrop
Pull requests that change the readme will not be accepted.
Right-click the app in Finder and select "Open". Or, open System Settings -> Privacy and security, scroll down and allow the app to run.
Make sure both devices are on the same Wi-Fi network. Local network communication may not work on some public networks — for example, in coffee shops or hotels. If you're on your own network, check your router settings to make sure it's not blocking local devices from talking to each other.
Right-click a file in Finder, select Share, then select NearDrop.
From the menu bar: File -> Share -> NearDrop. Safari also has a share button on the toolbar.
Unfortunately, Android listens for specific BLE (Bluetooth Low Energy) broadcasts to automatically become visible, and macOS doesn't allow apps to send them.
After the Quick Share update, there's currently no known workaround for this problem. Subscribe to that issue to get notified if/when one becomes available.
As a workaround, you have to open the "Google Files" and tap "Receive" on the "Nearby Share" tab.
To make it more easily accessible and/or if you don't want to install Google Files, you can use an app like one of these to create a shortcut to launch one of these activity intents:
com.google.android.gms.RECEIVE_NEARBY
*/*
com.google.android.gms/.nearby.sharing.ReceiveSurfaceActivity
Yes. Drag the icon off the menu bar while holding cmd. To bring it back, launch the app a second time, while it's already running.
Make sure you have "do not disturb" off. The notification may also sometimes (rarely) end up in the notification center without being shown as a popup first — I'm not sure why this happens.
Because I don't want to pay Apple $99 a year for the privilege of developing macOS apps and I oppose their idea of security. The slightly less scary security warning isn't worth $99/year IMO.
Because I don't want to pay Apple $99 a year for the privilege of developing macOS apps. I also don't want to have to go through the review process.
While I am an Android developer, and I have looked into this, this is nigh-impossible. AirDrop uses AWDL, Apple's own proprietary take on peer-to-peer Wi-Fi. This works on top of 802.11 itself, the low-level Wi-Fi protocol, and thus can not be implemented without messing around with the Wi-Fi adapter drivers and raw packets and all that. It might be possible on Android, but it would at the very least require root and possibly a custom kernel. There is an open-source implementation of AWDL and AirDrop for Linux.