A streamlined installer for the aider AI coding assistant.
python -m pip install aider-install
aider-install
- Sets up aider and its dependencies in an isolated environment
- Automatically installs Python 3.12 if not present
- Uses uv for fast, reliable Python package management
- Zero configuration needed
- Only 2 packages are installed in the original python environment: uv and aider-install. No other dependencies pollute your original python environment.
- macOS, Linux, or Windows
- Python 3.8+ (Python 3.12 will be installed if needed)
- Running
python -m pip install aider-install
installs:
- The very minimal
aider-install
package, which provides theaider-install
command. - The uv python package as its only dependency.
- Running
aider-install
does this:
uv tool install --python python3.12 aider-chat
uv tool update-shell
For issues with the installer, please open a GitHub issue. For aider usage questions, see the aider documentation.