Skip to main content
Zeus CLI provides a powerful command-line interface for interacting with Zeus Agent directly from your terminal.

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

  1. Login with zeus login
  2. Start a conversation with zeus chat "your message"
  3. 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