Badgr Launch Cline

Send Badgr's Cline-based agent a task on a CPU VM — Badgr-hosted model, no account or provider key needed.

CPU VM — 2 vCPU, 4 GB RAM
$2 default cost cap
No account or credential needed
1

Install Badgr CLI

Requires Node.js 20.10+.

Terminal
npm install -g badgr-cli
2

Launch Cline

Badgr-hosted model, no login or provider account needed first.

Terminal
badgr launch cline "Fix the checkout bug"

Not logged in or $0 balance? A browser opens automatically to sign in or add funds, then the launch continues on its own — no separate badgr login step first.

3

Check status and get results back

Terminal
badgr status
badgr logs <id>
badgr pull <id>

badgr pull <id> safely merges Cline's changes back into your local project, with conflict detection.

Want the full command reference — flags, VM sizing, dry-run, cost caps — or the other launch targets (Cline, Claude, Codex)? See the Badgr CLI docs.