Run Claude Code on one machine. Access every session from any browser, any device. Sessions persist when you disconnect. One controller to orchestrate them all.
Close the terminal. Switch devices. Laptop goes to sleep. Your session is gone — the context, the working state, everything. You're back to square one.
And there's no way to reach it from your iPad, your phone, or another machine. Claude Code is tethered to wherever it was started.
Two lightweight processes. Sessions in tmux. Connect from any browser.
# Start the server (Mac Mini / always-on machine)
$ ./claudony server --bind 0.0.0.0
# Start the agent (your MacBook)
$ ./claudony agent --server http://mac-mini.local:7777