Aider homepage

Aider

by Aider AI

Open-source AI pair programming in your terminal, backed by Git

AI AgentSupervised

Last reviewed 2026-06-18

Aider is an open-source command-line AI pair programmer. You run it in a terminal inside an existing Git repository, describe a change in natural language, and Aider edits the relevant files across your codebase, runs the change, and commits each edit with a generated message so you can diff, review, and undo with normal Git tooling. It builds a map of the whole repo to work across larger projects and is model-agnostic, connecting to Claude, GPT, Gemini, DeepSeek, local models, and most other LLMs via your own API keys. Aider is aimed at developers who prefer the terminal over an IDE plugin and want a transparent, vendor-neutral tool where every AI change lands as a reviewable Git commit. It is free and Apache-2.0 licensed; you pay only for whatever model provider you point it at. It also maintains the widely cited Aider polyglot benchmark for ranking coding models.

What it can do

  • Edit code across multiple files from a prompt

    Supervised

    Takes a natural-language request in the terminal, locates the relevant files using a repository map, and applies coordinated edits across the codebase for review.

    source
  • Auto-commit changes to Git

    Supervised

    Commits each set of edits with a generated commit message so changes can be diffed, reviewed, and rolled back with standard Git tooling.

    source
  • Architect mode for plan-then-edit

    Supervised

    Separates reasoning from editing: one model plans the change and another applies the edits, which Aider's leaderboard reports improves results.

    source
  • Connect to any LLM via your own keys

    Copilot

    Works with Claude, GPT, Gemini, DeepSeek, local models, and most other providers through bring-your-own-key configuration.

    source

Strengths

  • +Fully open source (Apache-2.0) and free; you only pay your chosen model provider
  • +Git-native: every AI change is a reviewable, revertible commit
  • +Model-agnostic with a repo map that scales to larger codebases

Limitations

  • Terminal-only with no GUI or IDE-native experience for those who want one
  • Runs locally and edits real files, so a human must review every change
  • Quality and cost depend entirely on the model you bring

Overview

Aider is an open-source AI pair programmer that runs in your terminal, created by Paul Gauthier. It works directly inside an existing Git repository and treats Git as the source of truth: each AI edit becomes a commit you can diff and undo. It is Apache-2.0 licensed and free; you supply your own model API key.

What it does

You describe a change in natural language and Aider edits the relevant files, using a map of the whole codebase to work across larger projects. Its architect mode separates planning from editing (one model plans, another applies edits), which its own leaderboard reports improves results. Because it edits real files locally, a human reviews each change before keeping it.

Integrations & setup

Aider is model-agnostic, connecting to Claude, GPT, Gemini, DeepSeek, local Ollama models, and most other LLMs through your own keys. There is no GUI: you run aider in a terminal. The project also publishes the Aider polyglot benchmark used to rank coding models.

Pricing

Free and open source. The only cost is whatever LLM provider you point it at.

Best for / not for

Best for developers who live in the terminal and want a transparent, vendor-neutral tool where every AI change is a Git commit. Not for people who want an inline IDE autocomplete experience or a managed, zero-config product.

Alternatives

Cline and Continue are in-IDE open-source coding agents; Claude Code is a comparable terminal-based agent; Cursor is a full AI-native IDE.

What people are saying

LinkedIn · 30d · updated 2026-06-20
43%
positive sentiment
41
mentions
41
43% positive43% neutral14% negative

Loved for

  • +local
  • +compression
  • +context

Common gripes

  • airway
  • drsabcd
  • emergency
Praise18Complaints6

FAQ

Is Aider free?+

The tool is free and open source under Apache-2.0. You pay only for the LLM provider you connect it to via your own API key, or you can run a local model for no cost.

Does Aider work without an IDE?+

Yes. Aider runs entirely in your terminal against an existing Git repo; there is no IDE plugin or GUI to install.

Sources

Last reviewed 2026-06-18

Alternatives & related