Quick Start Guide
Plandex提供跨平台的极简安装方案:
Foundation Installation::
执行单行命令curl -sL https://plandex.ai/install.sh | bash
即可完成CLI安装,支持Mac/Linux/FreeBSD系统。Windows用户需通过WSL2环境运行,不支持原生CMD/PowerShell。
本地服务器部署(Optional):
1. 确保已安装Git和Docker环境
2. Cloning of warehousesgit clone https://github.com/plandex-ai/plandex.git
3. 启动服务cd plandex/app && ./start_local.sh
4. 新终端执行plandex sign-in
选择Local模式
Key Configuration::
需设置环境变量指定API密钥:export OPENROUTER_API_KEY=your_key
export OPENAI_API_KEY=your_key
云托管方案::
访问https://app.plandex.ai可直接使用托管服务,新用户获赠$20试用额度,支持多设备同步和无缝模型切换。
This answer comes from the articlePlandex: an open source AI coding assistant with support for ultra-long contextsThe