@9thprotocol/cli
v0.1.4
Published
9p, the 9th Protocol terminal coding agent
Downloads
844
Readme
9p — the 9th Protocol terminal coding agent
An agentic coder for your terminal, powered by OpenRouter so you can use the
model of your choice: the agent loop, tools, permissions, sub-agents, memory
and model routing all live in 9p. Subscriptions and credit budgets are
managed on the 9th Protocol dashboard.
Install
npm install -g @9thprotocol/cliRequires Node 22 or newer (macOS and Linux; Windows best-effort).
Quick start
9p login # opens a browser to sign in / create your account
9p # start an interactive session in your project directoryOther modes:
9p --plain # non-TUI REPL for scripting and CI
9p serve 4310 # local web session UI on port 4310
9p init # set up a project config / vault
9p map # generate a codebase wikiCredentials are stored in ~/.9p/auth.json. To use your own OpenRouter key
instead of the platform, set OPENROUTER_API_KEY.
Links
- Dashboard: https://9thprotocol.com
- Docs: https://docs.9thprotocol.com
License
Proprietary — see LICENSE. The engine it runs on is
@9thprotocol/agent-core.
