multirizcli reads, writes and edits files and runs shell commands in the folder you launch it in β billed to your MultiRiz AI Credits using the models you already trust, on any machine.
Watch the clip β install, log in with your MultiRiz account, and let multirizcli fix a failing test end to end.
Works on macOS, Linux and Windows Terminal with Node.js 16+. Log in once β your credits and permissions follow your account.
npm install -g multirizcli
# then, in any project:
cd ~/code/my-project
multirizclinpm install -g multirizcliOne command on any machine with Node.js 16+. No background service, no API key to paste β the CLI talks to the MultiRiz backend.
multirizcli loginUse the same email + password as multiriz.com. Your session is stored locally in ~/.multirizcli (0600) and auto-refreshed.
cd ~/projects/my-app && multirizcliLaunch multirizcli in whatever repo you're working on. Ask it to fix a test, refactor a module or explain code β approve the diffs and changes land locally.
Slash commands, streaming markdown, colorized diffs, resumable sessions β tuned for terminal-first work.
Read, write and edit files, run build & test commands, and iterate β right in the folder multirizcli was launched in. No cloud sandbox, no uploads.
Sign in with your multiriz.com email + password. Same auth system, same AI Credit wallet β nothing new to set up, works on any machine.
Every turn is billed post-paid from your existing AI Credits (1 credit β $0.01) based on real OpenRouter usage. No subscription, no hidden fees.
All models are paid OpenRouter models β DeepSeek Coder, Claude Sonnet, GPT, Gemini and more β streamed through the MultiRiz backend.
/diff shows every uncommitted change from the session, /undo reverts the last edit, and edits are previewed as colorized diffs before they land.
ask / auto-edit / full-auto. By default multirizcli asks before writing or running commands. Destructive commands are blocked no matter the mode.
Conversations, file snapshots and usage persist to ~/.multirizcli/sessions. `multirizcli --resume` reopens the last session with full context.
Streamed tokens, markdown rendering, syntax-highlighted code blocks, a spinner while tools work β a snappy REPL with 60+ tests.
No free models β every turn uses a paid model and is charged to your AI Credits by actual usage.
Yes. multirizcli authenticates with the same Supabase account and is billed post-paid from your shared MultiRiz AI Credit wallet β the same balance the website shows. Costs are converted from the real OpenRouter usage of each turn (1 credit β $0.01).
The folder you launch it in. All file reads, writes, edits and shell commands are confined to that project root (and anything you attach with /file). Paths outside it are denied.
By default yes β every write, edit and shell command shows a preview first and asks y/n/a (a = always allow this session). /mode auto-edit skips edit prompts, and /mode full-auto removes confirmations entirely (with a warning).
Yes. Install with npm, run `multirizcli login` once on that machine, and you're ready. Your sessions live per-machine in ~/.multirizcli, but the auth + credits are tied to your account.
Paid OpenRouter models only, streamed through the MultiRiz backend β including DeepSeek Coder V4, Claude Sonnet 5, GPT-5.1 Codex Mini, Gemini 3 Pro and more. Switch with /model.
Only the text your model calls need β file reads, edits, diffs and command output are sent to OpenRouter through MultiRiz so the agent can work. Your files stay on your machine.
Same account. Same credits. Your terminal, any machine.
npm install -g multirizcli && multirizcli login