PairDrop: Local file sharing in your browser. Inspired by Apple's AirDrop. Fork of Snapdrop.
Go to file
schlagmichdoch 488762bbce
Update faq.md
Co-authored-by: babstar99 <babstar99@users.noreply.github.com>
2024-04-18 22:26:27 +02:00
.github Increase version to v1.10.8 2024-04-18 16:30:33 +02:00
docs Update faq.md 2024-04-18 22:26:27 +02:00
licenses Add heic2any and NoSleep to technologies on README.md and add licences for these plus zip.js 2023-12-11 19:12:12 +01:00
pairdrop-cli Enhance the documentation for pairdrop-cli and add shell commands 2024-01-06 15:13:48 +01:00
public Increase version to v1.10.8 2024-04-18 16:30:33 +02:00
server Fix error if env var `RTC_CONFIG=false` (as in default docker-compose.yml and docs) 2023-12-15 21:22:33 +01:00
.dockerignore add dockerfile 2022-12-23 05:35:13 +01:00
.gitignore - add guide to documentation and example files to repository to run coturn alongside PairDrop via Docker Compose 2023-10-28 04:46:02 +02:00
.npmrc enforce the engine requirements to ensure Node.js is >v15.0.0 when running npm install to prevent issues like https://github.com/schlagmichdoch/PairDrop/issues/33 2023-02-17 15:37:46 +01:00
CONTRIBUTING.md add documentation for new features 2023-01-19 19:07:43 +01:00
Dockerfile Modularize server into multiple files 2023-11-09 01:00:07 +01:00
LICENSE rollback unintended changes to LICENSE as suggested by https://github.com/schlagmichdoch/PairDrop/issues/23 2023-02-11 17:34:46 +01:00
README.md Update README.md 2024-03-31 08:42:03 +05:30
docker-compose-coturn.yml - add guide to documentation and example files to repository to run coturn alongside PairDrop via Docker Compose 2023-10-28 04:46:02 +02:00
docker-compose.yml Conform the use of docker images by implementing the use of environment variables for all options available to Docker images and start node on docker run automatically. 2023-10-28 03:46:31 +02:00
package-lock.json Increase version to v1.10.8 2024-04-18 16:30:33 +02:00
package.json Increase version to v1.10.8 2024-04-18 16:30:33 +02:00
rtc_config_example.json - add guide to documentation and example files to repository to run coturn alongside PairDrop via Docker Compose 2023-10-28 04:46:02 +02:00
turnserver_example.conf - add guide to documentation and example files to repository to run coturn alongside PairDrop via Docker Compose 2023-10-28 04:46:02 +02:00

README.md

Logo

Send it, with PairDrop

Local file sharing in your web browser.

Report a bug
Request feature

Features

File sharing on your local network that works on all platforms.

  • A multi-platform AirDrop-like solution that works.
    • Send images, documents or text via peer-to-peer connection to devices on the same local network.
  • Internet transfers
    • Join temporary public rooms to transfer files easily over the Internet.
  • Web-app
    • Works on all devices with a modern web-browser.

Send a file from your phone to your laptop?
Share photos in original quality with friends using Android and iOS?
Share private files peer-to-peer between Linux systems?

Screenshot GIF showing PairDrop in use

Differences to the Snapdrop it is based on

List view

Paired Devices and Public Rooms — Internet Transfer

  • Transfer files over the Internet between paired devices or by entering temporary public rooms.
  • Connect to devices in complex network environments (public Wi-Fi, company network, iCloud Private Relay, VPN, etc.).
  • Connect to devices on your mobile hotspot.
  • Devices outside of your local network that are behind a NAT are auto-connected via the PairDrop TURN server.
  • Devices from the local network, in the same public room, or previously paired are shown.

Persistent Device Pairing

Always connect to known devices

  • Pair devices via a 6-digit code or a QR-Code.
  • Paired devices always find each other via shared secrets independently of their local network.
  • Pairing is persistent. You find your devices even after reopening PairDrop.
  • You can edit and unpair devices easily.

Temporary Public Rooms

Connect to others in complex network situations, or over the Internet.

  • Enter a public room via a 5-letter code or a QR-code.
  • Enter a public room to temporarily connect to devices outside your local network.
  • All devices in the same public room see each other.
  • Public rooms are temporary. Closing PairDrop leaves all rooms.

Improved UI for Sending/Receiving Files

  • Files are transferred after a request is accepted. Files are auto-downloaded upon completing a transfer, if possible.
  • Multiple files are downloaded as a ZIP file
  • Download, share or save to gallery via the "Share" menu on Android and iOS.
  • Multiple files are transferred at once with an overall progress indicator.

Send Files or Text Directly From Share Menu, Context Menu or CLI

Other Changes

Translate PairDrop on Hosted Weblate

Translation status

Built with the following awesome technologies:

FAQ

Host your own instance with Docker or Node.js.

Support

Buy me a coffee

PairDrop is libre, and always will be.
If you find it useful and want to support free and open-source software, please consider donating using the button above.
I footed the bill for the domain and the server, and you can help create and maintain great software by supporting me.
Thank you very much for your contribution!

Contributing

Feel free to open an issue or a pull request, following the Contributing Guidelines.