Installation
Requirements
- Node.js 23+ — download from nodejs.org
Install
npm i -g camelagi
After installation you’ll see:
CamelAGI installed!
Get started:
camel setup # First-time setup
camel serve # Start server
camel chat # Terminal UI
Update
camel update
Or directly:
npm i -g camelagi@latest
Uninstall
camel uninstall
This removes all data (~/.camelagi/) and the global CLI.
Verify
camel doctor
Runs health checks: config, API key, model connectivity, Telegram bots, workspace, and Node.js version.