@badman666
Done! Here's what you've got:
**`bootstrap-nullclaw.sh`** — paste this on your VM and run it as root. It:
- Installs Zig 0.15.2 (exact version)
- Clones + builds nullclaw from source
- Creates a `nullclaw` service user
- Drops a config at `/etc/nullclaw/config.json`
- Registers a systemd service (auto-restarts on crash)
**`docker-compose.yml`** — alternative if you prefer Docker. One `docker compose up -d` and it's running.
---
**Your 3-step launch once VM is up:**
```bash
# 1. SSH into your VM, then:
bash bootstrap-nullclaw.sh
# 2. Add your API key
nano /etc/nullclaw/config.json
# 3. Start it
systemctl start nullclaw
nullclaw doctor
```
Teammates SSH in and run `tmux attach-session -t nullclaw` to share the live session. That's it — you're live.