Skip to content

安装指南

Aider 是终端工具,适合在 Git 仓库里使用。安装前建议先确认本机有 Python 或可以运行官方安装脚本。

Python 安装

如果已有 Python 3.8 到 3.13,可以使用官方推荐安装方式:

bash
python -m pip install aider-install
aider-install

macOS / Linux 安装脚本

bash
curl -LsSf https://aider.chat/install.sh | sh

Windows PowerShell

powershell
powershell -ExecutionPolicy ByPass -c "irm https://aider.chat/install.ps1 | iex"

安装后验证

bash
aider --help

建议在 Git 仓库里运行:

bash
git status
aider --help

下一步

安装完成后,继续配置 Xikapi 模型

参考链接