CLI · ● Live

Agentic coding
in your terminal.

One tiny script, the same free agent — plan, code and run tasks from your shell, spending the same daily Atoms as the Web Agent. Free models for free users, frontier on Pro.

Install

Two lines,
you're in.

01
Grab the binary
mkdir -p ~/bin && curl -fsSL https://rarematter.tech/rm -o ~/bin/rm && chmod +x ~/bin/rm

Add ~/bin to PATH if it isn't already (export PATH="$HOME/bin:$PATH" in your shell rc).

02
Save your token
rm login

Paste the token from your Dashboard — it carries your Atoms and plan.

03
Run a task
rm "build a markdown → HTML converter"
rm --mode review "audit ./src for XSS"
rm --mode plan --out ./rm-files "design a URL shortener schema"

Why it's good

Your repo.
Your machine.

01

Local-first. --out drops every FILE: block straight into a folder you choose — no upload step.

02

Five modes. build / plan / review / debug / explain — the same engine as the web, in flags.

03

Same account. One token, one Atoms wallet, all five products — web, CLI, cloud, chat and desktop share one balance.

Advertisement

Start

Alias it.
Ship it.