Aider—aider is AI pair programming in your terminal
Overview
aider is AI pair programming in your terminal
- Best for
- Developers, indie product teams
- Adoption threshold
- Low, requires environment setup
- Supported platforms
- macOS, Windows, Linux, Python, CLI
- Deployment
- Self-hosted / Local runtime
AI Pair Programming in Your Terminal
Aider lets you pair program with LLMs to start a new project or build on your existing codebase.
<img
src="https://aider.chat/assets/screencast.svg" alt="aider screencast"
Features
Cloud and local LLMs
Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.
Maps your codebase
Aider makes a map of your entire codebase, which helps it work well in larger projects.
100+ code languages
Aider works with most popular programming languages: python, javascript, rust, ruby, go, cpp, php, html, css, and dozens more.
Git integration
Aider automatically commits changes with sensible commit messages. Use familiar git tools to easily diff, manage and undo AI changes.
Use in your IDE
Use aider from within your favorite IDE or editor. Ask for changes by adding comments to your code and aider will get to work.
Images & web pages
Add images and web pages to the chat to provide visual context, screenshots, reference docs, etc.
Voice-to-code
Speak with aider about your code! Request new features, test cases or bug fixes using your voice and let aider implement the changes.
Linting & testing
Automatically lint and test your code every time aider makes changes. Aider can fix problems detected by your linters and test suites.
Copy/paste to web chat
Work with any LLM via its web chat interface. Aider streamlines copy/pasting code context and edits back and forth with a browser.
Getting Started
python -m pip install aider-install
aider-install
# Change directory into your codebase
cd /to/your/project
# DeepSeek
aider --model deepseek --api-key deepseek=<key>
# Claude 3.7 Sonnet
aider --model sonnet --api-key anthropic=<key>
# o3-mini
aider --model o3-mini --api-key openai=<key>See the installation instructions and usage documentation for more details.
More Information
Documentation
- Installation Guide
- Usage Guide
- Tutorial Videos
- Connecting to LLMs
- Configuration Options
- Troubleshooting
- FAQ
Community & Resources
Kind Words From Users
- "My life has changed… Aider… It's going to rock your world." — Eric S. Raymond on X
- "The best free open source AI coding assistant." — IndyDevDan on YouTube
- "The best AI coding assistant so far." — Matthew Berman on YouTube
- "Aider … has easily quadrupled my coding productivity." — SOLAR_FIELDS on Hacker News
- "It's a cool workflow… Aider's ergonomics are perfect for me." — qup on Hacker News
- "It's really like having your senior developer live right in your Git repo – truly amazing!" — rappster on GitHub
- "What an amazing tool. It's incredible." — valyagolev on GitHub
- "Aider is such an astounding thing!" — cgrothaus on GitHub
- "It was WAY faster than I would be getting off the ground and making the first few working versions." — Daniel Feldman on X
- "THANK YOU for Aider! It really feels like a glimpse into the future of coding." — derwiki on Hacker News
- "It's just amazing. It is freeing me to do things I felt were out my comfort zone before." — Dougie on Discord
- "This project is stellar." — funkytaco on GitHub
- "Amazing project, definitely the best AI coding assistant I've used." — joshuavial on GitHub
- "I absolutely love using Aider … It makes software development feel so much lighter as an experience." — principalideal0 on Discord
- "I have been recovering from … surgeries … aider … has allowed me to continue productivity." — codeninja on Reddit
- "I am an aider addict. I'm getting so much more work done, but in less time." — dandandan on Discord
- "Aider… blows everything else out of the water hands down, there's no competition whatsoever." — SystemSculpt on Discord
- "Aider is amazing, coupled with Sonnet 3.5 it's quite mind blowing." — Josh Dingus on Discord
- "Hands down, this is the best AI coding assistant tool so far." — IndyDevDan on YouTube
- "[Aider] changed my daily coding workflows. It's mind-blowing how …(it)… can change your life." — maledorak on Discord
- "Best agent for actual dev work in existing codebases." — Nick Dobos on X
- "One of my favorite pieces of software. Blazing trails on new paradigms!" — Chris Wall on X
- "Aider has been revolutionary for me and my work." — Starry Hope on X
- "Try aider! One of the best ways to vibe code." — Chris Wall on X
- "Freaking love Aider." — hztar on Hacker News
- "Aider is hands down the best. And it's free and opensource." — AriyaSavakaLurker on Reddit
- "Aider is also my best friend." — jzn21 on Reddit
- "Try Aider, it's worth it." — jorgejhms on Reddit
- "I like aider :)" — Chenwei Cui on X
- "Aider is the precision tool of LLM code gen… Minimal, thoughtful and capable of surgical changes … while keeping the developer in control." — Reilly Sweetland on X
- "Cannot believe aider vibe coded a 650 LOC feature across service and cli today in 1 shot." – autopoietist on Discord
- "Oh no the secret is out! Yes, Aider is the best coding tool around. I highly, highly recommend it to anyone." — Joshua D Vander Hook on X
- "thanks to aider, i have started and finished three personal projects within the last two days" — joseph stalzyn on X
- "Been using aider as my daily driver for over a year … I absolutely love the tool, like beyond words." — koleok on Discord
- "Aider … is the tool to benchmark against." — BeetleB on Hacker News
- "aider is really cool" — kache on X
Source access
Get code
Copy clone URLs, use GitHub CLI, or download the current default-branch source archive.
Clone using the web URL.
Clone using the SSH URL.
Clone using GitHub CLI.
GitHub Releases
v0.86.0
Latest GitHub Release was published on . This page has synchronized the version entry, notes, and downloadable assets.
Related links
Recent releases
Aider v0.86.0
v0.86.0Added support for all GPT-5 models. Added support for Grok-4 via xai/grok-4 and openrouter/x-ai/grok-4 model names. Added support for gemini/gemini-2.5-flash-lite-preview-06-17 model, by Tamir Zahavi-Brunner. /clear now prints “All chat history cleared.” so yo…
Aider v0.85.0
v0.85.0New Models Added support for new Gemini models including gemini-2.5-pro, gemini-2.5-flash, and gemini-2.5-pro-preview-06-05 with thinking tokens support. Updated model aliases: flash now points to gemini-2.5-flash and gemini now points to gemini-2.5-pro. Suppo…
Aider v0.84.0
v0.84.0Model support & provider updates Added support for new Claude models including the Sonnet 4 and Opus 4 series (e.g., claude-sonnet-4-20250514, claude-opus-4-20250514) across various providers. The default sonnet and opus aliases were updated to these newer ver…
Aider v0.83.0
v0.83.0Added support for gemini-2.5-pro-preview-05-06 models. Added support for qwen3-235b models. Added repo-map support for OCaml and OCaml interface files, by Andrey Popp. Added a spinner animation while waiting for the LLM to start streaming its response. Updated…
Aider v0.82.0
v0.82.0Support for GPT 4.1, mini and nano. Improved support for using architect mode with Gemini 2.5 Pro. Add support for xai/grok-3-beta, xai/grok-3-mini-beta, openrouter/x-ai/grok-3-beta, openrouter/x-ai/grok-3-mini-beta, and openrouter/openrouter/optimus-alpha mod…
Aider v0.81.0
v0.81.0Added support for the openrouter/openrouter/quasar-alpha model. Currently free on OpenRouter. Quasar scored 55% on the polyglot coding benchmark Run with aider –model quasar Offer OpenRouter OAuth authentication if an OpenRouter model is specified but the API…
Aider v0.80.0
v0.80.0OpenRouter OAuth integration: Offer to OAuth against OpenRouter if no model and keys are provided. Select OpenRouter default model based on free/paid tier status if OPENROUTER_API_KEY is set and no model is specified. Prioritize gemini/gemini-2.5-pro-exp-03-25…
Aider v0.79.0
v0.79.0Added support for SOTA Gemini 2.5 Pro. Added support for DeepSeek V3 0324. Added a new /context command that automatically identifies which files need to be edited for a given request. Added /edit as an alias for the /editor command. Added "overeager" mode for…
Download assets
Aider-AI maintains the open-source Aider project, GitHub releases, and repository collaboration…
Community discussion
Discussion and rating
Capture real usage experience first; ratings are optional supporting signals.