One clipboard. Every terminal.
$ echo 'hello world' | rf-copy $
$ rf-paste hello world $
This server only ever sees ciphertext.
Zero knowledge
AES-256-GCM runs on your machine. The encryption key is derived locally and never sent anywhere.
No sign-up
Accounts are anonymous hashes of a secret only you hold. No email, no password, no personal data.
Self-hostable
A single static binary or a scratch Docker image. Run your own behind any reverse proxy.
# install the client (rf-clip ยท rf-copy ยท rf-paste) curl -fsSL https://raw.githubusercontent.com/RunFridge/rf-clipboard/main/scripts/install.sh | sh
# create your secret rf-clip init