Aider
CLI coding assistant that edits your codebase, runs tests, and commits changes via git. Works with Claude, GPT-4o, Gemini, and local models.
Install
$pip install aider-chat About
Aider connects your terminal to an AI model and gives it direct read/write access to your codebase. You describe the change you want in natural language; Aider makes the edits across multiple files and commits them with an auto-generated message.
A key feature is the repo map — a compressed representation of your codebase's structure that Aider sends in every request so the model has the right context even for large projects.
Getting Started
pip install aider-chat
# With Claude (recommended)
export ANTHROPIC_API_KEY=sk-ant-...
aider --model claude-sonnet-4-5
# With GPT-4o
export OPENAI_API_KEY=sk-...
aiderFeatures
References & Links
Project Info
Topics
Ready to try Aider?
Free and open source. Install in one command, works with Claude Code, Cursor, Windsurf, and more.
$pip install aider-chat