June 2026
Connect any remote machine in seconds — no SSH keys, no open ports. Run pair listen, share one curl one-liner with your peer, and the machine appears as a target automatically.
Add --stream to any command and watch stdout/stderr appear line-by-line in real time. Perfect for following build logs, tailing files, or monitoring long-running processes.
The install script detects arch, stops any running daemon, downloads to /tmp to avoid file-busy errors, then sets up a persistent systemd service — or falls back to nohup automatically.
Give targets friendly names with --name. Aliases are transparently resolved to the relay-registered hostname so commands always reach the right machine.
Structured JSON output (stdout, stderr, exit code, duration) every time. Self-describing via SuperCLI's inspect command. Zero parsing required for AI agents.
Fixed binary-busy install failures, cleaned up unused imports, and hardened the install script to handle re-installs gracefully on machines with an existing daemon running.