快速入门指南
Plandex提供跨平台的极简安装方案:
基础安装:
执行单行命令curl -sL https://plandex.ai/install.sh | bash
即可完成CLI安装,支持Mac/Linux/FreeBSD系统。Windows用户需通过WSL2环境运行,不支持原生CMD/PowerShell。
本地服务器部署(可选):
1. 确保已安装Git和Docker环境
2. 克隆仓库git clone https://github.com/plandex-ai/plandex.git
3. 启动服务cd plandex/app && ./start_local.sh
4. 新终端执行plandex sign-in
选择Local模式
密钥配置:
需设置环境变量指定API密钥:export OPENROUTER_API_KEY=your_key
export OPENAI_API_KEY=your_key
云托管方案:
访问https://app.plandex.ai可直接使用托管服务,新用户获赠$20试用额度,支持多设备同步和无缝模型切换。
本答案来源于文章《Plandex:支持超长上下文的开源AI编码助手》