RealtimeClipboard icon
RealtimeClipboard icon

RealtimeClipboard

A free, end-to-end encrypted online clipboard that syncs text between your devices with a short key — no account, no install, and it works across different networks.

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Online  Automatic clipboard capture needs a Chromium-based browser (Chrome, Edge, Brave, Opera). Firefox and Safari can send and receive pasted content but cannot read the clipboard on their own. No browser can read the clipboard while its tab is in the background.
  • Self-Hosted  Docker runs the relay, which is the only server component. The app itself is static files and needs no server. docker-compose brings up the relay with automatic TLS via Caddy.
  • Docker  Docker runs the relay, which is the only server component. The app itself is static files and needs no server. docker-compose brings up the relay with automatic TLS via Caddy.
1like
0comments
0articles

Features

  1.  No registration required
  2.  No Logs
  3.  End-to-End Encryption
  4.  Dark Mode
  5.  Progressive Web App
  6.  Peer-To-Peer
  7.  Share Clipboard
  8.  Secure File Sharing
  9.  WebRTC

RealtimeClipboard News & Activities

Highlights All activities

Recent activities

RealtimeClipboard information

  • Developed by

    akshaynikhare
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    102 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

File SharingSecurity & PrivacyOffice & Productivity

GitHub repository

  •  0 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
RealtimeClipboard was added to AlternativeTo by akshaynikhare on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is RealtimeClipboard?

RealtimeClipboard turns copy and paste into something that works between devices instead of within one. Open it on two devices, type the same short key on both, and whatever you copy on one lands on the other's system clipboard, ready to paste — not as a message you have to select text out of.

It needs no account, no email address and no install. It runs in a browser tab on Windows, macOS, Linux, Android, iOS and ChromeOS, and installs as a progressive web app if you want it in your dock. Native desktop builds and a command-line tool are also available.

Unlike AirDrop, LocalSend, Snapdrop or KDE Connect, it is not limited to one network. Those tools find each other by broadcasting on the local network, and that broadcast stops at the router. RealtimeClipboard pairs by shared key instead, so a laptop on home Wi-Fi and a phone on mobile data work exactly the same as two machines sitting side by side.

Text is encrypted with AES-GCM in your browser before it is sent, and the relay stores nothing on disk. Files skip the server entirely and travel directly between the two browsers over WebRTC; when a restrictive network blocks that, it falls back to encrypted relay chunks and says so in the interface rather than failing silently. A session can be locked with a PIN that never travels with the link.

Worth knowing before you rely on it: this is beta. The short key is a bearer credential, so anyone who learns it can read that session — lock it with a PIN for anything sensitive. Files are capped at 5 MB. Automatic clipboard capture needs a Chromium-based browser; Firefox and Safari can send and receive pasted content but cannot read the clipboard on their own.

MIT licensed, and the relay can be self-hosted with Docker.

Official Links