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 channel
the installer7 steps3 probes on the first run
what the installer does
  1. 01verify Claude Code + Node 22 (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.

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 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.

getting started4 stepscommands verbatim from the installer
your first five minutes
01
Load the env
source ~/.mooter/env
Or just open a new terminal — routing is live from there.
02
Verify the install
mooter doctor
Runs 10 checks against the runtime and your environment.
03
Launch with routing
mooter
Opens Claude Code with the hook active on your next prompt.
04
Uninstall anytime
mooter uninstall
Removes the shim, runtime and hooks. No residue.
next3 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.