rf-clipboard

One clipboard. Every terminal.

Install Learn more
machine A
$ echo 'hello world' | rf-copy
$ 
machine B
$ rf-paste
hello world
$ 

Private by architecture.

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.

Up and running in seconds.

# 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
Download binaries