Linux App
The Gateway is fully supported on Linux. The core is written in TypeScript, so it runs anywhere Node or Bun runs. Native Linux companion apps are planned. Contributions are welcome if you want to help build one.Beginner quick path (VPS)
- Install Node 22+
npm i -g clawdbot@latestclawdbot onboard --install-daemon- From your laptop:
ssh -N -L 18789:127.0.0.1:18789 <user>@<host> - Open
http://127.0.0.1:18789/and paste your token
Install
- Getting Started
- Install & updates
- Optional flows: Bun, Nix, Docker
Gateway
Gateway service install (CLI)
Use one of these:System control (systemd user unit)
Clawdbot installs a systemd user service by default. Use a system service for shared or always-on servers. The full unit example and guidance live in the Gateway runbook. Minimal setup: Create~/.config/systemd/user/clawdbot-gateway.service: