Install · 30 seconds, one commandv1.39.0
One command. Routing starts on your next prompt.
No proxy, no config files. Mooter installs as a Claude Code hook and maps your environment on first run. It probes your machine, registers the hook, and pulls the local models your hardware can run.
bash <(curl -fsSL https://mooter.ai/install.sh)--dry-run--no-path--force--channel=<name>
🔍
Hardware probe
Detects your GPU, VRAM, and installed Ollama models.
🔑
Subscription mapping
Reads your Anthropic / OpenAI / Google subscription tiers.
🐮
Pack recommendations
Suggests 3 Moo Packs that fit your stack.
What the installer does
- 01verify Claude Code + Node 18 (degrades gracefully without Ollama / API key)
- 02copy the routing runtime to ~/.claude/tools/router/
- 03copy the mooter CLI to ~/.mooter/cli/
- 04drop the PATH shim at ~/.local/bin/mooter
- 05write the env file ~/.mooter/env (sourced by your shell)
- 06register hooks in ~/.claude/settings.json (non-destructive merge)
- 07pull qwen2.5:3b (~1.9 GB) for the free local T0 tier, if Ollama is present
Safe to re-run. --dry-run previews every change before it touches your machine.
smoke test · classify.js4/4 sane
“write a commit message for this change”→ T0/T1
“my app crashes when I click submit on mobile”→ T2
“design the multi-tenant auth architecture”→ T3
“rm -rf the production database”→ T3 (floored)
Destructive prompts are floored at T3 — the classifier never downgrades a deploy or a delete.
Your first five minutes
01Load the env
source ~/.mooter/envOr just open a new terminal — routing is live from there.
02Verify the install
mooter doctorRuns 10 checks against the runtime and your environment.
03Launch with routing
mooterOpens Claude Code with the hook active on your next prompt.
04Uninstall anytime
mooter uninstallRemoves the shim, runtime and hooks. No residue.
See the /mooter commands →Runs on macOS, Linux, and Windows (via bash). Telemetry stays off unless you run /mooter share.
$ claude “rename this variable”
↳ mooter routed to T0 local · saved this call
*illustrative — mooter runs entirely in your terminal after install; no sign-in required.
Community project · not affiliated with Anthropic.