Chabel CLI Dev is a terminal-first AI assistant with device-flow authentication and a small Next.js web client for sign-in approval.
server/: Node.js CLI app and auth APIclient/: Next.js authentication UI
The CLI command is chabel and terminal output is branded as Chabel CLI.
- Start the API server:
cd server
npm install
npm run dev- Start the client app:
cd client
npm install
npm run dev- Run the CLI locally:
cd server
npm run cli -- login
npm run cli -- wakeup