Pick your install method
npm (easiest)
- Run
npx profclaw onboard - Follow the wizard. It detects your environment, asks for an AI key, starts the server.
- Verify:
curl http://localhost:3000/health
Docker
docker run -d -p 3000:3000 -e ANTHROPIC_API_KEY=sk-ant-xxx ghcr.io/profclaw/profclaw:latest- Verify:
curl http://localhost:3000/health
Raspberry Pi / edge device
docker run -d -p 3000:3000 -e PROFCLAW_MODE=pico ghcr.io/profclaw/profclaw:pico- No auth needed in pico mode
- See low-memory guide for details
Send your first message
Try the CLI
Open the dashboard
http://localhost:3000 (mini and pro modes only, not pico)Next steps
- Full installation guide for advanced config
- AI providers to add more models
- Low-memory devices for Pi and edge
- Report a bug