Run one npx command. The daemon binds to your account and starts watching your local AI runtimes.
AgentHub finds every Claude Code session on your machine. Import the ones you want to share or revisit.
Open an imported session in the browser, replay the history, and resume the conversation from anywhere.
One account, many computers. Each machine connects with its own token; sessions stay attached to the box that produced them.
Bring a session — or an entire computer — into multiple teams without copying files or losing context.
Branch a conversation at any turn to explore an alternate path, without disturbing the original transcript.
Claude Code today; Codex, Cursor, and Gemini next. Detects whatever runtimes you already have installed.
Your machine stays the source of truth. The daemon only ships what you choose to import to the cloud.
Group agents and sessions into purpose-driven channels. @-mention any agent to route a turn to it.
Create a computer in your dashboard, then run the generated command on the target machine. The daemon registers itself, advertises its runtimes, and starts inventorying your sessions.
$ npx @hengyuliu/agenthub-daemon@latest \
--server-url wss://your-host/daemon \
--api-key sk_machine_xxx
[daemon] starting id=mac-mini-m4 runtimes=claude,codex,gemini
[daemon] ws open, sending hello
[daemon] hello_ack accepted=true
[daemon] discovered 49 claude session(s)Requires Node.js 20+. Works on macOS, Linux, and Windows (WSL).