Skip to main content
The nito command line brings Nito to your terminal: ask a question, compare models with Fusion, run a private prompt your harness never sees, or launch a full Claude Code or Codex session routed through Nito. One browser sign-in, no API key, reaches every model across every provider, and each answer names the model and privacy level that served it. If you installed the plugin, you already have it: setup installed nito alongside the plugin, and it is what powers private, session launches, and file attachments behind the scenes. Most people never run it directly, but reach for it to install or repair a harness, to ask or run Fusion without opening a chat, or to launch a Nito-routed session from a script.
These commands run in your terminal. Plugin commands like /nito:ask and $nito:ask run inside a Claude Code or Codex session. Same account either way, but not the same place to type.

Install

From nothing to a first answer in three commands. No API key: nito signs in through your browser and keeps the credential in your OS keychain.
1

Install

Requires Node.js 18 or newer.
2

Sign in

Opens your browser to approve, then stores the credential locally.
3

Ask something

The answer prints with a label showing the model and privacy level that served it.
Using Nito inside Claude Code or Codex instead? The same binary installs the plugin: run nito setup claude or nito setup codex. Full walkthroughs: Claude Code, Codex.

Commands

Every terminal command, with a link to its full reference. Each takes --help for its exact flags and defaults. Global flags (any command): --quiet, --verbose, --no-color, --config <path>, --version, --help.

Going Further

Scripting and Automation

Output formats, exit codes, and piping for pipelines, git hooks, and CI.

Nito MCP Server

Run the MCP server so any host or agent can call the same Nito tools.

Highlights

Privacy-first

Browser sign-in, no API key. Every answer names its privacy level, and private runs a turn your harness never sends upstream.

Every model, one sign-in

Frontier and open-weight models across providers, reachable from a single command. Compare several at once with Fusion.

Scriptable

Structured JSON output, stdin piping, exit codes, and shell completions for bash, zsh, fish, and PowerShell.