开源

OpenPaean

完全开源的 AI Agent 命令行工具。滚动式 TUI、本地 MCP 集成与 Shell 工具 — 对所有人免费。

在 GitHub 上 StarMIT 许可证
$curl -fsSL https://paean.ai/openpaean/install.sh | bash

或使用包管理器安装

npm install -g openpaeanbun add -g openpaean

滚动式 TUI

简洁的滚动终端界面,灵感来自 Claude Code。支持 Markdown 渲染、语法高亮和流式输出。

本地 MCP 服务器

配置并连接本地 MCP 服务器进行工具调用。内置完整的 Model Context Protocol 支持。

隐私优先

所有凭证本地存储。无遥测数据收集。完全控制你的数据和 API 端点。

开源项目

MIT 许可证。审查代码、贡献功能或 Fork 自用。社区驱动开发。

openpaean
┌─────────────────┐     ┌─────────────────┐     ┌─────────────────┐
│   You (CLI)     │────▶│   API Backend   │────▶│   AI Agent      │
│   (Terminal)    │     │                 │     │   (ADK)         │
└─────────────────┘     └─────────────────┘     └─────────────────┘
         │                       │                       │
         │                       │ SSE: mcp_tool_call    │
         ▼                       ▼                       │
┌─────────────────┐◀────────────────────────────────────┘
│  Local MCP      │
│  Servers        │ ← Executes locally, returns result
└─────────────────┘

OpenPaean

paean-ai/openpaean