Aider Brings AI Pair Programming to the Terminal

Aider, an open-source tool created by Paul Gauthier and released publicly in 2023 under the Apache 2.0 license, brought AI pair programming to the command line. Rather than living inside an editor, aider runs in the terminal: a developer adds files to a chat session, describes the change they want in plain language, and the model edits the code directly across multiple files. Every change is committed to git automatically with a descriptive message, so the developer always has a clean history to review or undo.

A distinctive design choice is the repository map. Aider builds a map of the entire codebase so the model can understand structure and dependencies and work effectively in larger projects, not just single files. It is deliberately model-agnostic, working with whatever frontier model the user prefers, and over time it added support for linting and running tests, images, web pages, and voice input. By mid-2025 the project had grown to over 45,000 GitHub stars and more than ninety releases.

Aider matters as an influential open-source expression of the agentic-coding idea, sitting between simple autocomplete and the fully autonomous cloud agents that followed. Its terminal-plus-git workflow proved that a lightweight, transparent tool with full version-control safety could be a serious daily driver. For a business reader, it shows that the AI-coding revolution was not only a story of well-funded startups but also of widely adopted open-source tooling.

Sources

Last verified June 7, 2026