Prerequisites
- Docker must be installed and running
- macOS is the primary supported platform; Linux should also work
- Windows is not currently supported
Homebrew (Recommended)
Install Script
Downloads a pre-built binary from GitHub releases. No Go toolchain required.Options
Pin a specific version:Build from Source
Requires Go 1.25+.Verify Installation
First-Time Setup
Navigate to a project directory and initialize:.clawker.yaml config tailored for your stack. User settings and XDG directories are bootstrapped automatically on first run.
Clawker stores data following the XDG Base Directory Specification:
| Directory | Default Path | Contents |
|---|---|---|
| Config | ~/.config/clawker/ | settings.yaml, user-level clawker.yaml |
| Data | ~/.local/share/clawker/ | registry.yaml, build cache, worktree directories |
| State | ~/.local/state/clawker/ | Log files, PID files, loop sessions |