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 | bashmacOS 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
Install
curl -fsSL https://reverbic.ai/install.sh | bashInstalls rvb to ~/.local/bin (reverbic also works)
Log in
rvb loginUses your reverbic.ai email and password
Distill
cat meeting.txt | rvb distill --copyCopies the spec straight to your clipboard