MOOTER · INSTALL · DES. 012ESC 1:1 · REV v1.53.0 · 2026-08-28
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.
command1 line4 flags · safe to re-run
bash <(curl -fsSL https://mooter.ai/install.sh)47 CAR · 1 LINHA
flags
--dry-runpreview every change, write nothing--no-pathskip the PATH shim in ~/.local/bin--forcere-run a clean install over an existing one--channel=<name>pin a release channelthe installer7 steps3 probes on the first run
what the installer does
- 01verify Claude Code + Node 22 (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.
what the first run maps
01
Hardware probe
Detects your GPU, VRAM, and installed Ollama models.
02
Subscription mapping
Reads your Anthropic / OpenAI / Google subscription tiers.
03
Pack recommendations
Suggests 3 Moo Packs that fit your stack.
proof4 of 41 with a forced floor
classify.js · smoke test
“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.
getting started4 stepscommands verbatim from the installer
your first five minutes
01Or just open a new terminal — routing is live from there.
Load the env
source ~/.mooter/env02Runs 10 checks against the runtime and your environment.
Verify the install
mooter doctor03Opens Claude Code with the hook active on your next prompt.
Launch with routing
mooter04Removes the shim, runtime and hooks. No residue.
Uninstall anytime
mooter uninstallnext3 platformstelemetry off by default
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.