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$ npm install -g @sweet-cli/sweet
$ sweet login
$ sweet sessions
These are the features available right now.
Run sweet start
to launch the agent from your current directory.
Sign in with sweet login
. Manage balance at /billing.html
. CLI blocks when logged out or out of credits.
Run sweet sessions
to list sessions. Resume with sweet start --resume-last
or sweet start --session <id>
.
On first run, Sweet creates a Python venv and installs required packages.