Getting Started
Installation
Section titled “Installation”curl -fsSL https://cinchcli.com/install.sh | shThis installs the cinch binary to /usr/local/bin.
Verify the install:
cinch versionAuthenticate
Section titled “Authenticate”Sign in to your Cinch account (or create one):
cinch auth loginThis 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:
cinch auth login --relay https://your-relay.example.comQuick start
Section titled “Quick start”Pipe any command’s output to the relay:
echo "hello from $(hostname)" | cinch pushOn another machine:
cinch pull# → hello from my-serverPair a remote machine
Section titled “Pair a remote machine”To set up cinch on a remote server in one command — SSH in, install, and pair automatically:
cinch pair user@remotehostThis 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.
Was this page helpful?