nori-ai-cli
v0.1.6
Published
Nori AI CLI - An AI-powered coding assistant
Readme
Nori CLI
One CLI, multiple AI providers. Nori is a local AI coding agent that lets you switch between Claude, Gemini, and Codex. All from the same native CLI.
Install
npm install -g nori-ai-cliOr download binaries from GitHub Releases.
Quick Start
noriThat's it. Nori launches an interactive TUI where you can chat, run commands, and let the AI assist with your codebase.
Providers
Each provider you plan to use needs to be authenticated separately before use. Switch between AI providers with the /agent command:
| Provider | Command | Authentication |
|----------|---------|----------------|
| Claude | npm i -g @zed-industries/claude-code-acp (default) | npx @anthropic-ai/claude-code setup-token |
| Gemini | npm i -g @google/gemini-cli --experimental-acp | npx @google/gemini-cli and then /auth |
| OpenAI | npm i -g @zed-industries/codex-acp | npx @openai/codex login |
Features
- Multi-provider: Anthropic's Claude Code, Google DeepMind's Gemini, and OpenAI's Codex
- Sandboxed execution: Commands run in OS-level security sandboxes
- Coming Soon!
- MCP integration: Connect to Model Context Protocol servers for extended tools
- Session persistence: Save and resume conversations with
nori resume - Multi-agent orchestration: Alternate between multiple agent sessions
Attribution
Nori CLI is built on the great work within OpenAI Codex CLI.
