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
  1. 01verify Claude Code + Node 18 (degrades gracefully without Ollama / API key)
  2. 02copy the routing runtime to ~/.claude/tools/router/
  3. 03copy the mooter CLI to ~/.mooter/cli/
  4. 04drop the PATH shim at ~/.local/bin/mooter
  5. 05write the env file ~/.mooter/env (sourced by your shell)
  6. 06register hooks in ~/.claude/settings.json (non-destructive merge)
  7. 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 changeT0/T1
my app crashes when I click submit on mobileT2
design the multi-tenant auth architectureT3
rm -rf the production databaseT3 (floored)
Destructive prompts are floored at T3 — the classifier never downgrades a deploy or a delete.
Your first five minutes
01Load the envsource ~/.mooter/env
Or just open a new terminal — routing is live from there.
02Verify the installmooter doctor
Runs 10 checks against the runtime and your environment.
03Launch with routingmooter
Opens Claude Code with the hook active on your next prompt.
04Uninstall anytimemooter uninstall
Removes 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.