docs/book/src/getting-started/quick-start.md
The shortest path from zero to talking to the agent.
Pick one:
Linux / macOS (one-liner):
curl -fsSL https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/master/install.sh | bash
Homebrew (macOS, Linux):
brew install zeroclaw
Windows:
Run setup.bat from the latest release, or see Setup → Windows.
From source:
cargo install --locked --path . # inside a clone
zeroclaw onboard
The wizard asks ~9 questions. Minimum inputs:
cli channel works; add Discord, Telegram, Slack, etc. if you want to chat from those platformsEverything else has safe defaults. Total time: ~2 minutes.
zeroclaw agent
This drops you into an interactive session using the cli channel. Type, get replies. Pass -m "one-shot message" for a single non-interactive turn.
For always-on deployment, register the service:
zeroclaw service install
zeroclaw service start
Then use a chat platform channel to reach the agent from Discord, Telegram, or wherever you configured.
Run with defaults and skip channel setup:
zeroclaw onboard --quick --provider ollama --model qwen3.6:35b-a3b
Or go all the way and use YOLO mode — one config preset that disables approvals and safety gates. For dev boxes and home labs only.