Skip to main content
Aider is a terminal-based AI pair programming tool that edits code directly in your local repository and automatically creates Git commits.

Installation

Or with pipx (recommended to avoid dependency conflicts):

Configuration & Launch

After setting the variables, navigate to your project and start:

Option 2: CLI Arguments (One-off use)

Using Anthropic Models

Using a .aider.conf.yml Config File

Create .aider.conf.yml in your project root to avoid passing flags every time:

Common Commands

Inside the Aider interactive session:
Aider automatically commits all changes to Git by default. Start from a clean Git state so you can easily roll back with /undo.