Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

zuko docs

Remote PTYs over Iroh. Operator/developer reference.

zuko is for hosts you own and prefer to keep off public network surfaces and VPN/bastion plumbing. Iroh handles dial-by-key reachability, relay fallback, NAT traversal, and transport encryption. zuko stays narrow: a host PTY, explicit pairing, an authorised-client list, and a small framed protocol.

Experimental browser client: open zuko web. It is a static Pages app using Iroh WASM and a Ghostty-derived terminal core; claimed host tickets are stored locally in browser IndexedDB.

Fast path

curl https://mise.run | sh
mise use --global github:adonm/zuko
zuko install
zuko share        # on host
zuko <code>       # on client

Useful commands:

zuko ls
zuko rm <name>
zuko reset
zuko upgrade --check
zuko app --doctor

Source: github.com/adonm/zuko.