CLI

Distill from your terminal.

The Reverbic CLI turns any transcript, notes file, or piped text into a structured task spec ready for Claude, Cursor, or Codex. One command.

curl -fsSL https://reverbic.ai/install.sh | bash

macOS and Linux. Requires bash.

$ rvb login
Email: you@company.com
Password: 
✓  Logged in as you@company.com

Three formats

Claude XML, Cursor Markdown, Codex system prompt. Switch with -f cursor.

Pipe-friendly

Reads stdin. Works in scripts, Makefiles, and editor tasks.

Copy to clipboard

Add --copy to skip the print and go straight into your clipboard.

Context-aware

Uses your active Context Pack so specs reference your real stack and files.

Stays logged in

Tokens auto-refresh. You log in once and forget about it.

No dependencies

Pure bash + curl. No Node, no Python, no brew install required.

Get up and running in 60 seconds

01

Install

curl -fsSL https://reverbic.ai/install.sh | bash

Installs rvb to ~/.local/bin (reverbic also works)

02

Log in

rvb login

Uses your reverbic.ai email and password

03

Distill

cat meeting.txt | rvb distill --copy

Copies the spec straight to your clipboard

Command reference

rvb loginLog in with email and password
rvb login --token <tok>Log in with a session token
rvb logoutClear saved credentials
rvb meShow the logged-in account
rvb distill [file]Distill a file or stdin
rvb distill -f cursorOutput in Cursor Markdown format
rvb distill -f codexOutput as a Codex system prompt
rvb distill --copyCopy output to clipboard
rvb versionPrint CLI version

Don't have an account?

Free plan includes 5 distills per month. No card required.

Create free account