Download NearDrop

Pre-built desktop apps for macOS, Windows, and Linux. No Node.js required — just install and share.

Latest: v1.0.1

macOS

Apple Silicon (M1/M2/M3). Download the .dmg installer or the .zip archive.

Windows

Windows 10+ installer with auto-update support.

CLI Install

Prefer the command line? Install NearDrop with a single command — works on macOS and Linux.

macOS/Linux v1.0
# Works everywhere. Installs everything. You're welcome. 🚀
$ curl -fsSL https://raw.githubusercontent.com/Prajeet-Shrestha/neardrop/main/install.sh | bash
# Clone, install, and run from source.
$ git clone https://github.com/Prajeet-Shrestha/neardrop.git && cd neardrop && npm install && npm start
# Download pre-built binary — no Node.js needed.
$ chmod +x neardrop-macos-arm64 && ./neardrop-macos-arm64