Get the binary
Build it from source on any platform, or take the prebuilt archive on Windows.What the installer changes
base install runs eight steps, in this order.
Nothing else on your machine is modified. Verified from source at
4866996, the commit the shipped 0.13.2 binary was built from.
Which agents it wires
Today the installer wires one host: it edits~/.claude/settings.json, appends to ~/.claude/CLAUDE.md, and installs the bundled skill into ~/.claude/skills/. Codex and Antigravity are not wired by the installer, and there is no flag that wires them. Connecting another host is something you would do by hand.
Everything base holds is host-independent. The graph, your rules, your projects and your code maps are files on your machine, and any agent that can read them can use them. What the installer automates is the delivery for one host.
The flags
--skip-hooks leaves you with base as an ordinary command-line tool and nothing running automatically. That is a reasonable way to start if you would rather try the commands before anything begins appearing in your sessions. Run base install again without the flag when you want the hooks.
The starter star commands
A fresh install ships zero star commands, which leaves you with the machinery and nothing to type. The installer offers a starter pack (*handoff, *fork, *base and *end) so there is something to use on day one. Accepting is the easier path; you can remove any of them later with base commands remove.
Check it worked
base doctor reads the graph across both tiers and exits nonzero if anything is wrong. On a fresh install it has almost nothing to check, which is the answer you want.
Then open an agent session in a scaffolded workspace and send a prompt matching a domain keyword. If a rule comes back without you asking for it, the hooks are wired. If nothing arrives, base context "<your prompt>" will tell you whether anything should have.
Keeping it current
base update pulls the latest release from public GitHub releases and swaps the binary.
Removing it
base uninstall removes the hooks from settings.json, strips the base section out of CLAUDE.md, removes the binary from ~/.local/bin/, and removes the bundled skill. Your own customised copies of a skill, anything saved as <skill>.bak-*, are left alone deliberately.
It leaves ~/.base-gbl/ in place, so everything base has learned survives, and reinstalling later picks up where you left off.
Next
Getting started
Scaffold a workspace, teach base one rule, and watch it arrive on its own.
Coach mode
base ships a skill that teaches your agent how base works. Ask it instead of reading.