coder-crew v0.1.0 — a local-first agentic coding crew.
Download: coder-crew.exe (Windows, ~16 MB). This is a LOCAL-ONLY build — the
Claude/Opus path (claude-agent-sdk) is NOT bundled, so it runs purely on your local
Ollama models. The acceptance gate + completeness check work; the spec-coverage
review (which needs a Claude manager) is a no-op in this build. For the Opus
features, run from source with pip install claude-agent-sdk.
Note: the exe is unsigned, so Windows SmartScreen may warn ("Windows protected your
PC"). Click "More info" → "Run anyway", or run from source if you prefer.
Setup: have Ollama running (e.g. ollama pull qwen3-coder:30b). First run opens
http://127.0.0.1:8770.
SECURITY: local, single-user tool. Workers run real shell commands; the server
binds to loopback with no auth — do not expose it on a non-loopback host without a
tunnel + auth. The acceptance allowlist is not a sandbox. The optional auto-approve
mode runs writes/shell without review. API keys: prefer the CLAUDE_API_KEY env var;
a key entered in the UI is stored in plaintext in config.json (gitignored) — never
commit or share it. See the README.