Skip to content

Getting Started

Terminal window
curl -fsSL https://cinchcli.com/install.sh | sh

This installs the cinch binary to /usr/local/bin.

Verify the install:

Terminal window
cinch version

Sign in to your Cinch account (or create one):

Terminal window
cinch auth login

This opens a browser window. Sign in with GitHub or Google — once complete, the terminal confirms:

✓ Signed in. Proceeding...

To use a self-hosted relay instead of the hosted service:

Terminal window
cinch auth login --relay https://your-relay.example.com

Pipe any command’s output to the relay:

Terminal window
echo "hello from $(hostname)" | cinch push

On another machine:

Terminal window
cinch pull
# → hello from my-server

To set up cinch on a remote server in one command — SSH in, install, and pair automatically:

Terminal window
cinch pair user@remotehost

This regenerates a pair token, SSHes in, installs cinch if needed, and pairs the machine with your account. No manual steps on the remote end.

For automatic clipboard receiving on macOS, install the desktop app.