Command Line Interface

Paean CLI

Full AI agent capabilities, right in your terminal. Interactive agent mode, intelligent prompt routing, task management, MCP integration, cross-device gateway, and autonomous worker — all from the command line.

$curl -fsSL https://paean.ai/install.sh | bash

or install with a package manager

npm install -g paeanbun add -g paean

Interactive Agent Mode

Start a conversation with your AI agent directly in the terminal. Full streaming responses with rich markdown rendering and execution planning.

Intelligent Prompt Routing

Execute tasks with a single prompt. The LLM analyzes your intent and automatically decides the best execution strategy — chain, batch, or direct.

Task Management

Create, update, and complete tasks from the command line. Review AI-suggested changes, accept or reject pending modifications, and sync across all your devices.

MCP Integration

Connect to local and cloud MCP servers for filesystem access, API integration, and custom tool calling. Full Model Context Protocol support built in.

Cross-Device Gateway

Relay remote requests from web and mobile clients through your local CLI. Seamless cross-device sessions with shared context and MCP access.

Autonomous Worker

Dispatch tasks to run autonomously via Claude, Gemini, Cursor, Codex, and more. Intelligent routing picks the best executor for each task.

Conversation History

List, resume, star, rename, archive, and search through your previous conversation sessions.

Sparklets

View, manage, and publish AI-generated micro-apps. Share sparklets to the Paean ecosystem with a single command.

Commands

$paean
$paean -m "message"
$paean prompt "task"
$paean tasks
$paean ls
$paean mcp list
$paean serve
$paean config
$paean update

Paean CLI

Full AI agent capabilities, right in your terminal. Interactive agent mode, intelligent prompt routing, task management, MCP integration, cross-device gateway, and autonomous worker — all from the command line.