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 with idle auto-lock, 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 and let auto-forget when you walk away.

Feature comparison

Feature PairDrop Clipcroft
Browser-only on every platformYesYes
WebRTC peer-to-peerYesYes
Cross-network transfersVia 6-digit pairing or public rooms (TURN)Via clipboard ID (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 (3-day default, configurable)
Categorised bulk export (Texts / URLs / Files / Images)NoYes
Optional end-to-end encryption (user-derived key)WebRTC transport onlyOptional clipboard password (PBKDF2 + AES-GCM)
Idle auto-lock (AutoForget)NoYes (configurable)
Multiple clipboards per deviceOne device poolYes (work / personal / family)
Multi-file queue with retry/cancel/resumePer-transferYes (8 lifecycle states)
Multi-device live fan-out (>2)Pick-one-receiverUp to 20 devices, parallel
Public rooms / ad-hoc group share5-letter roomsClipboard ID 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

Use-case recommendations

Use PairDrop when: open source is a hard requirement; you want to self-host; you mostly transfer files (not text) between paired devices; or you and your group are coming straight from Snapdrop and want the familiar UI.

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 with idle auto-lock; or you want multiple separate clipboards (work / personal / family) 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 / Images sections, with bulk operations per category and a configurable 3-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.

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 (work / personal / family), end-to-end encryption with idle auto-lock, and a multi-file upload queue that survives interruptions.

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

Open Clipcroft