LiTT for your terminal
The same LiTT brain,
in your terminal.
Install the LiTT CLI to start projects, run agents, inspect code, and ship from the command line. It connects to the same runtime as Studio, so your work stays in one place.
Install
npm
npm install -g @litlabs1/litt-clipnpm
pnpm add -g @litlabs1/litt-cliOr run once without installing:
npx
npx @litlabs1/litt-cli --versionpnpm dlx
pnpm dlx @litlabs1/litt-cli --versionQuickstart
Verify
litt --versionOpen the cockpit
littRun a health check
litt doctorRun typecheck
litt checkRequires Node.js 22+ and Git. Some commands need pnpm. Run litt --help to see everything.
Own your workspace
Runs in your local repo. Files stay on your machine.
Same agents as Studio
LiTT handles operation and creative in one runtime, one memory.
Built for builders
Diffs, tests, builds, deploys, and approvals — in one flow.