Your terminal now ships with a senior dev
Aider brings LLM pair programming into your terminal, editing real files and committing changes so you never lose track of what the machine touched.
What it does — Aider is a terminal-based AI pair programmer that edits files directly in your local git repository. You chat with it in natural language, and it modifies code across your project, then commits the results with human-readable messages. It also supports voice input, image context, and a file-watcher mode that lets you trigger changes by adding comments in your IDE.
The interesting bit — Before editing, Aider builds a “repo map” of your entire codebase, giving the LLM enough context to navigate large projects without getting lost. The project also claims an 88% “singularity” score, meaning the latest release was almost entirely written by Aider itself.
Key highlights
- Plugs into almost any LLM—Claude, GPT-4o, DeepSeek, local models, or even web-only chats via a copy/paste bridge
- Auto-commits every change; undo or diff with standard git tools instead of hunting through chat history
- Understands 100+ languages and can ingest screenshots, web pages, and voice commands as prompts
- IDE-agnostic file-watcher mode lets you request changes by writing code comments
- Runs linting and tests after edits, then attempts to fix failures automatically
Verdict — Terminal-native developers who want AI assistance without leaving their shell or losing git history should try this. If you prefer a GUI-centric experience, look elsewhere.
Frequently asked
- What is Aider-AI/aider?
- Aider brings LLM pair programming into your terminal, editing real files and committing changes so you never lose track of what the machine touched.
- Is aider open source?
- Yes — Aider-AI/aider is open source, released under the Apache-2.0 license.
- What language is aider written in?
- Aider-AI/aider is primarily written in Python.
- How popular is aider?
- Aider-AI/aider has 47.6k stars on GitHub and is currently cooling off.
- Where can I find aider?
- Aider-AI/aider is on GitHub at https://github.com/Aider-AI/aider.