dwb - Desktop Worker Bridge

Drive remote desktop coding agents (claude / codex / shell) over a Tailscale tailnet, from one orchestrator. CLI + MCP + web dashboard.

Install (one line)

npm i -g https://downloads.agilekit.cc/dwb-dl/dwb-0.1.0.tgz

Or curl then install:

curl -fsSL https://downloads.agilekit.cc/dwb-dl/dwb-0.1.0.tgz -o dwb.tgz && npm i -g dwb.tgz

Then: dwb --version · dwb doctor · dwb serve --dashboard

Requires Node 18+ and Tailscale on every machine. node-pty is optional.