Command-line client
The same encrypted clipboard, from your shell.
Install

clibo is a single static binary that speaks the same E2EE protocol as the web app. Pipe text or files from any shell into a session; the server never sees plaintext.

Linux & macOS
curl -sSL https://clipboard.lab.rm-info.fr/install.sh | sh

Detects your platform, drops the binary in /usr/local/bin/clibo. Override the target with CLIBO_BIN=~/.local/bin/clibo to avoid sudo.

Windows
irm https://clipboard.lab.rm-info.fr/install.ps1 | iex

Downloads clibo.exe to %LOCALAPPDATA%\Programs\clibo\ and adds it to your user PATH. Open a new terminal afterwards.

Manual downloads

Each link redirects to the latest GitHub release for that target.

Full documentation

Commands, configuration and build instructions live in the CLI repository README.

Open the README