agentlink-hub
v0.4.1
Published
AgentLink hub — the relay server that bridges browsers to daemons, and serves the built-in web UI.
Maintainers
Readme
agentlink-hub
The AgentLink hub — a single-file relay + web UI host. Run it on any machine that both your browser and your workstation can reach (a VPS, an office server, or your laptop behind a free tunnel).
npx agentlink-hub # listens on :8080 (PORT env to change)Then, on the machine your coding agents live on:
npx alink-cli --hub wss://your-host:8080
# → prints the link to open on your phoneThe hub only relays NDJSON event streams and serves the built-in web page; all state is in memory (a restart clears the replay buffer — by design). Its one dependency is ws.
🔴 Public deployments MUST terminate TLS in front of the hub (Caddy, nginx, any reverse proxy) — the access token crosses the network in every URL.
Full documentation: github.com/baichen99/agentlink · MIT
