QuickDrop is a file sharing app for Windows, Android and Linux. It finds other devices running QuickDrop on the local network and sends files directly to them. Nothing is uploaded to the cloud and no account is needed.
The installers are available on the Releases page:
QuickDrop-1.0.0-Windows-Installer.exeQuickDrop-1.0.0-Android.apk- Android 10 or newerQuickDrop-1.0.0-amd64.deb- Ubuntu or Debian
QuickDrop sends files directly over the local network. Speed mostly depends on the Wi-Fi connection and the storage speed of both devices.
Encryption is off by default. To use it, open Settings and turn on Encrypt files I send. It protects files while sending. Encryption can be a little slower, so keep it off if you only want maximum speed.
QuickDrop is built with Flutter. Get the packages first:
flutter pub getBuild for the platform you are using:
flutter build apk --release
flutter build windows --release
flutter build linux --releaseQuickDrop is released under the MIT License.
