Getting Started
Installation
Section titled “Installation”curl -fsSL cinch.dev/install.sh | shThis installs the cinch CLI binary to /usr/local/bin.
Pair your machines
Section titled “Pair your machines”On the relay (or public instance), generate a pairing token:
cinch auth pairOn each client machine, pair using the token:
cinch auth pair <TOKEN>Quick 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-serverDesktop agent
Section titled “Desktop agent”Run cinchd to have incoming clips automatically land in your Mac clipboard:
cinchd