Clipcroft vs PairDrop

PairDrop is the most actively maintained Snapdrop fork — open-source under GPL-3.0, browser-based, and the first in this family to support cross-network device pairing and ad-hoc public rooms. Clipcroft is a different shape of WebRTC clipboard: a real-time text and file clipboard with persistent history, multiple independent clipboards per device, optional end-to-end encryption, and a multi-file transfer queue that survives interruptions.

TL;DR. PairDrop is the right pick if you want an open-source, self-hostable Snapdrop replacement and you mostly transfer one-off files between paired devices. Clipcroft is the right pick if you want a real online clipboard — text + files + history + multi-device live sync — that you can also lock with a password.

PairDrop vs Clipcroft

Feature PairDrop Clipcroft
Browser-only on every platformYesYes
WebRTC peer-to-peerYesYes
Cross-network transfersVia 6-digit pairing or public rooms (TURN)Via clipboard name (TURN)
Open sourceGPL-3.0No
Self-hostableYes (Docker / docker-compose)Hosted only
Real-time text clipboard syncNo (one-shot file or message)Yes (live across all connected devices)
Persistent clipboard historyNoYes (7-day default, configurable)
Categorised bulk export (Texts / URLs / Files)NoYes
Password protection (end-to-end encryption)WebRTC transport onlyOptional clipboard password (PBKDF2 + AES-GCM)
Idle auto-lock (AutoForget)NoYes (configurable)
Multiple clipboards per deviceOne device poolYes
Multi-file queue with retry/cancel/resumePer-transferYes
Multi-device live fan-out (>2)Pick-one-receiverUp to 20 devices, parallel
Public rooms / ad-hoc group share5-letter roomsClipboard name acts as the room
FreeYes (no ads, OSS)Yes — unlimited GB, ad-supported

Note: third-party feature details change. The summary above reflects what was publicly documented at the time of writing.

Where PairDrop wins

Where Clipcroft wins

How to use Clipcroft instead of PairDrop

  1. On one device, open clipcroft.com in any browser and tap or click Create a new online clipboard. You'll get a clipboard name like "coolfox42".
  2. On the other device, open clipcroft.com, enter the same clipboard name, and tap or click Open. Both devices are now connected — no pairing code needed.
  3. Tap or click the icon to pick one or more files. They start transferring to the other device right away. Tap or click Save on each received file — or use the sidebar's Export content option to save them all at once.

No account, no device pairing, no install. The same flow works in any direction, between any mix of devices.

Optionally, set a password when you create a clipboard. An encryption key is derived locally on your device and used to encrypt everything before it leaves your browser.

Use-case recommendations

Use PairDrop when: open source is a hard requirement; you want to self-host.

Use Clipcroft when: you want a real online clipboard with text + files + persistent history; you want multi-device live sync and parallel fan-out; you want optional end-to-end encryption; or you want multiple separate clipboards without an account or self-hosting.

Frequently asked questions

What is PairDrop?

PairDrop is an open-source (GPL-3.0) Snapdrop fork that adds cross-network device pairing through 6-digit codes or 5-letter public rooms, plus a TURN relay for connections that can't go peer-to-peer. It runs in any modern browser and is community-maintained on GitHub.

How is PairDrop different from Snapdrop?

Snapdrop is local-network-only — devices on the same Wi-Fi see each other and can transfer. PairDrop adds "persistent device pairing" (a 6-digit code remembers paired devices across networks) and "temporary public rooms" (a 5-letter code for ad-hoc cross-network groups). PairDrop is also actively maintained while Snapdrop's upstream project went quiet for long stretches.

Is PairDrop encrypted end-to-end?

PairDrop uses WebRTC, which gives transport-level DTLS encryption between peers by default. The PairDrop docs do not document an additional application-layer end-to-end encryption with user-derived keys. Clipcroft adds optional per-clipboard end-to-end encryption — when a password is set, contents are encrypted in the browser with a PBKDF2-derived key before they leave the device, including the localStorage at rest.

Does PairDrop have a clipboard history?

No. PairDrop is built around discrete file and message transfers — pick a paired device, send, done. There is no persistent clipboard history. Clipcroft keeps thousands of items per clipboard, organised into Texts / URLs / Files sections, with bulk operations per category and a configurable 7-day default retention TTL.

Can I run PairDrop on my own server?

Yes — that's one of PairDrop's main strengths. The repo is GPL-3.0 and includes Docker / docker-compose deployment instructions. You can host your own pairdrop instance on any domain. Clipcroft is currently a hosted service only; self-hosting is not supported today.

Do I need an account to use Clipcroft?

No. Clipcroft has no account system — no Apple ID, no Microsoft account, no Google account, no email, no signup.

Which one should I use?

Use PairDrop when you want an open-source, self-hostable, community-driven Snapdrop replacement that crosses networks. Use Clipcroft when you also want a real-time text clipboard with persistent history, multi-context clipboards, end-to-end encryption, and a multi-file upload queue that survives interruptions.

Try Clipcroft for a real-time multi-device clipboard with history and encryption.

Open Clipcroft