NOREXUS CLI
Install and use the terminal-first NOREXUS command layer.
NOREXUS CLI (nrx) is the terminal-first control plane for local NOREXUS work.
It routes prompts to local AI CLIs, attaches MCP presets, checks developer state, and pairs with NOREXUS Auth without requiring local Supabase keys.
Install
npm install -g github:JacquesPerrin/norexus.cli
nrx --versionPair with Auth
nrx login
nrx whoami --livenrx login opens an Auth pairing URL like:
https://auth.norexus.app/cli/<code>After approval, the CLI stores a local session for developer/product access.
Common commands
nrx dashboard
nrx ask "fix the login bug"
nrx route "plan the repo architecture" --mcp shadcn --mcp supabase
nrx chat --tool hermes
nrx mcp presets
nrx mcp status
nrx doctorLanding page
The CLI landing page at cli.norexus.app should look like the actual terminal header and expose two actions:
Docs->https://docs.norexus.app/cliCopy link-> copiesnpm install -g github:JacquesPerrin/norexus.cli