Aider-AI/aider
Aider is AI pair programming in your terminal — and the most mature open-source coding agent of the lot. Created by Paul Gauthier in 2023 and now community-maintained, it's an Apache-2.0 command-line tool with 46,000+ GitHub stars and over 5 million PyPI installs. You run it in a project directory, describe a change in plain English, and Aider edits code directly across your repository. Its defining feature is deep git integration: every edit is auto-committed with a sensible, generated commit message, so your history stays clean and every AI change is reviewable and revertible. Under the hood it uses tree-sitter-powered repo mapping to give the model just the right context, and connects to 100+ LLM providers via LiteLLM — Claude, GPT, Gemini, DeepSeek, or a local model. There's no subscription and no platform meter: you pay only your chosen model provider, or $0 if you run locally.
Why It Matters
Aider matters most right now because of what just happened to paid coding tools. On June 1, 2026, GitHub Copilot switched to usage-based, per-token billing, and developers reported bills leaping from $29 to nearly $750 a month. Aider anchors the other side of that story: a free terminal agent where the only cost is the raw model API, fully under your control. Its git-first design is the quiet superpower — because every change is a discrete, message-tagged commit, you can let an AI loose on a real codebase without losing the ability to audit or roll back any single edit. That makes it credible for production work, not just demos. Be honest about the trade-offs, though: it's terminal-first with no built-in GUI, the BYO-model setup means you manage your own keys and provider costs, and getting great results still rewards developers who understand their own repo. For solo devs and small teams escaping a metered subscription, it's one of the safest free landing spots — pay your model provider, keep your git history, owe nothing to a platform.