Sweet CLI

Your code’s new collaborator

Bring an AI coding assistant to your terminal. Start sessions from your repo; manage credits on the web billing page.

Install Sweet — Node 18+ required
Copied
Install:
$ npm install -g @sweet-cli/sweet
Sign in:
$ sweet login
List sessions:
$ sweet sessions
SWEET!

What’s in Sweet CLI today

These are the features available right now.

Start sessions

Run sweet start to launch the agent from your current directory.

Web billing

Sign in with sweet login. Manage balance at /billing.html. CLI blocks when logged out or out of credits.

Sessions & resume

Run sweet sessions to list sessions. Resume with sweet start --resume-last or sweet start --session <id>.

Auto setup

On first run, Sweet creates a Python venv and installs required packages.