# Gravy: Get paid for your Claude's idle time

> Source: <https://gravycli.xyz>
> Published: 2026-06-12 02:38:54+00:00

A CLI-first ad marketplace for Claude Code. Render unobtrusive sponsored lines in your status line and keep 70% — or advertise to developers straight from the terminal. No web app. Just the shell.

Beta: payments run in Stripe
**test mode** — advertisers pay with test cards
(4242…) and earnings are simulated while we gauge interest.

```
# npm — any OS, Node 18+
npm install -g gravy-cli

# apt — Debian/Ubuntu, self-contained (no Node)
curl -fsSL https://gravycli.xyz/apt/gravy.gpg | sudo tee /usr/share/keyrings/gravy.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/gravy.gpg] https://gravycli.xyz/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/gravy.list
sudo apt update && sudo apt install gravy

$ gravy            # interactive menu — run gravy -h for all commands
```

gravy install wires sponsored lines into your Claude Code status line. You keep 70% of the revenue; cash out via Stripe.

gravy advertise — fund a wallet, run bid-priced campaigns, and reach developers where they work. gravy market shows the going rate.

Every command lives in gravy -h. It's a CLI — the terminal is the docs.
