newMultiRiz Code CLI Β· multirizcli

An AI coding agent that
lives in your terminal.

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.

Setup in under a minute

Watch the clip β€” install, log in with your MultiRiz account, and let multirizcli fix a failing test end to end.

multirizcli β€” terminal
$
setup clip Β· 0%

Install on any machine

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
multirizcli

How it works

01

Install multirizcli

npm install -g multirizcli

One command on any machine with Node.js 16+. No background service, no API key to paste β€” the CLI talks to the MultiRiz backend.

02

Log in with your MultiRiz account

multirizcli login

Use the same email + password as multiriz.com. Your session is stored locally in ~/.multirizcli (0600) and auto-refreshed.

03

Run it in any project folder

cd ~/projects/my-app && multirizcli

Launch 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.

Everything you expect from a coding agent

Slash commands, streaming markdown, colorized diffs, resumable sessions β€” tuned for terminal-first work.

⌘

An agent in your terminal

Read, write and edit files, run build & test commands, and iterate β€” right in the folder multirizcli was launched in. No cloud sandbox, no uploads.

πŸ”

Your MultiRiz account

Sign in with your multiriz.com email + password. Same auth system, same AI Credit wallet β€” nothing new to set up, works on any machine.

πŸͺ™

Pay with AI Credits

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.

πŸ€–

OpenRouter models

All models are paid OpenRouter models β€” DeepSeek Coder, Claude Sonnet, GPT, Gemini and more β€” streamed through the MultiRiz backend.

↩️

Undo & diff built in

/diff shows every uncommitted change from the session, /undo reverts the last edit, and edits are previewed as colorized diffs before they land.

🚦

Permission modes

ask / auto-edit / full-auto. By default multirizcli asks before writing or running commands. Destructive commands are blocked no matter the mode.

πŸ’Ύ

Resumable sessions

Conversations, file snapshots and usage persist to ~/.multirizcli/sessions. `multirizcli --resume` reopens the last session with full context.

⚑

Built for speed

Streamed tokens, markdown rendering, syntax-highlighted code blocks, a spinner while tools work β€” a snappy REPL with 60+ tests.

Paid OpenRouter models

No free models β€” every turn uses a paid model and is charged to your AI Credits by actual usage.

deepseek/deepseek-coder-v4anthropic/claude-sonnet-5openai/gpt-5.1-codex-minigoogle/gemini-3-proqwen/qwen3-coder-plusmistralai/codestral-2…and /model picks any catalog entry.

FAQ

Does multirizcli use the same credits as the multiriz.com website?

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).

What folder does multirizcli work on?

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.

Will it ask before changing my files?

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).

Can I use it on another machine?

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.

What models power it?

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.

Is my code sent to a server?

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.

Start coding with multirizcli today

Same account. Same credits. Your terminal, any machine.

npm install -g multirizcli && multirizcli login