Nori CLI
Nori is a harness, not an agent. The nori binary (npm: nori-ai-cli) is one
terminal for Claude Code, Codex, Gemini, or any agent that speaks the Agent
Client Protocol — with sessions you can resume and fork, skills, MCP, hooks,
sandboxed approvals, and a hand-built TUI.
npm install -g nori-ai-clinoriSections
Section titled “Sections”- start/ — install, first run, connecting your agent’s auth
- guides/ — agents, sessions, approvals, MCP & hooks, cloud
- reference/ — commands,
config.toml, slash commands, keybindings - develop/ — architecture, crate map, contributing
Open source
Section titled “Open source”The CLI began as a fork of OpenAI Codex; the agent engine has since been removed and every agent runs as an external ACP subprocess. Source, issues, and releases: github.com/tilework-tech/nori-cli.