Overview
The Zeus CLI allows developers and power users to:- Start AI conversations from the terminal
- Execute agent tasks in headless mode
- Manage projects and knowledge bases
- Integrate Zeus into scripts and automation pipelines
Installation
Install via npm (npm install -g @zeus/cli) or pnpm (pnpm add -g @zeus/cli).
Quick Start
- Login with
zeus login - Start a conversation with
zeus chat "your message" - Run in project context with
zeus chat --project ./my-project "Analyze the codebase"
Coming Soon
The CLI is under active development. More features will be available soon:- Project scaffolding
- Knowledge base management
- MCP tool configuration
- Batch processing
- CI/CD integration