Aider

by Aider

Open Source Self-Hostable Free Tier open-source

Open-source command-line AI pair programmer that edits Git repositories with multi-file context and automatic commits. Aider is an open-source AI pair-programming tool that runs in the terminal and edits a local Git repository directly. It was created in 2023 by Paul Gauthier and is now developed in the open under the Aider-AI organisation on GitHub (Aider-AI/aider, Apache-2.

Performance Scores

7.6

1 ranking evaluated

Score range: 7.6 – 7.6

Key Facts

pricing

pricing facts about Aider
AttributeValueAs ofSource
Aider pricing (July 2026)Aider is free and Apache-2.0 licensed (verified July 2026): no subscription or paid tier. Users bring their own LLM API key (Anthropic, OpenAI, DeepSeek, Google, OpenRouter, or local via Ollama) and pay per token. Active developers typically spend $5-$25/day on a frontier model, or ~$1-$3/day on cheaper models.Jul 2026Aider docs
Cost model (June 2026)Free and open-source (Apache-2.0). No subscription or seat fee; the only cost is API spend with your chosen model provider. Representative solo-dev range: near $0 with local/cheap models (DeepSeek, local Llama/Qwen) up to roughly $20-200/month for heavy frontier-model use.Jun 2026Aider official site

technical

technical facts about Aider
AttributeValueAs ofSource
Model supportBring-your-own-model: works with Claude (Sonnet/Opus), OpenAI GPT and o-series, DeepSeek, Google Gemini, and local models via Ollama, plus nearly any provider through LiteLLM.Jun 2026Aider documentation
Project & licenseMaintained in the open under the Aider-AI organisation (github.com/Aider-AI/aider, Apache-2.0), with active GitHub and PyPI releases as of June 2026. Edits land as Git diffs with an auto-commit per change.Jun 2026Aider GitHub repository

General

General facts about Aider
AttributeValueAs ofSource
PricingFree Apache 2.0; users pay only model API costsJul 2026Aider GitHub repository
Model SupportClaude, GPT-4 family, DeepSeek, Gemini, Llama via Ollama, OpenRouter (10+ providers)Jul 2026Aider docs — Connecting to LLMs
Released2023Apr 2026GitHub paul-gauthier/aider
Key DifferentiatorCLI-first agent with Git auto-commits, repo-map context, and a public code-edit benchmarkJul 2026Aider homepage

Strengths

  • Open-source, pay only model cost
  • Model-agnostic

Limitations

  • Terminal-only, no GUI
  • Requires comfort with raw model selection

Based on evaluations in 1 ranking: Best AI Coding Tools and Developer Assistants 2026

About Aider

Aider is an open-source AI pair-programming tool that runs in the terminal and edits a local Git repository directly. It was created in 2023 by Paul Gauthier and is now developed in the open under the Aider-AI organisation on GitHub (Aider-AI/aider, Apache-2.0), with active releases on GitHub and PyPI as of June 2026. The tool itself is free; the only cost is the API spend you incur with whatever model you point it at.

Aider works by building a concise map of the repository, sending the relevant files as context to the chosen model, applying the model's edits as diffs, and committing each successful change with a generated message. Because every change lands as a Git commit, the work is reviewable and revertible with ordinary Git tooling rather than a proprietary history. Aider supports voice input, image input for vision models, in-chat URL fetching, and a public benchmark suite that scores code-edit accuracy across models.

flowchart LR
  A[You describe a change] --> B[Aider builds a repo map]
  B --> C[Relevant files sent to your model]
  C --> D[Model returns edits as diffs]
  D --> E[Aider applies the diffs]
  E --> F[(Auto Git commit)]
  F --> G{More changes?}
  G -- Yes --> A
  G -- No --> H[Review/revert with normal Git]

Aider is bring-your-own-model: it connects to Anthropic (Claude Sonnet and Opus), OpenAI (GPT and o-series), DeepSeek, Google Gemini, and local models through Ollama, routing to almost any provider via LiteLLM. Because total cost tracks token spend, the model you pick is the dominant cost lever — a cheap or local model can run near zero, while heavy daily use of a frontier model is the main driver of spend. This makes Aider a strong fit for developers who want full control over both their Git history and their model bill, and a poor fit for those who prefer a managed editor with a fixed subscription.

Editor's Note: We use Aider at ShadowGen for repo-wide refactors where the auto-commit-per-change model makes review easy. On one migration for a 40-person SaaS team we ran the bulk edits through DeepSeek to keep API spend near $15 for the whole job, then switched to Claude Sonnet only for the handful of files where the cheaper model produced weaker diffs. The caveat: Aider is only as good as the repo map it builds, so on a sprawling monorepo we had to scope it to subdirectories — pointing it at the whole tree at once both cost more and produced noisier edits. — Rafal Fila, ShadowGen

Integrations (4)

Anthropic API native
Git native
Ollama native
OpenAI API native

Written & reviewed by Rafal Fila · Last updated: · Last verified:

Other AI Coding & Development Tools Tools

See How It Ranks

Questions About Aider

How much do AI coding assistants cost in 2026?

As of June 2026, mainstream AI coding assistants cluster in two cost shapes. Per-seat subscriptions with included AI usage: GitHub Copilot Pro $10/month (Business $19/seat), Cursor Pro $20/month, and Claude Code and ChatGPT Codex bundled into Claude ($20+) and ChatGPT ($20+) subscriptions. Free, bring-your-own-model tools where you only pay API spend: Aider and Cline ($0 for the tool, roughly $5-30/day in model cost for active use). Replit Agent is credit-metered from $25/month. The 2026 catch is that most paid tiers moved to usage metering, so the sticker price is a floor, not a ceiling.

What are the best ChatGPT Codex alternatives in 2026?

As of April 2026, the leading ChatGPT Codex alternatives are Claude Code (terminal and IDE agent from Anthropic), Cursor (AI-first IDE with Composer), GitHub Copilot (Microsoft baseline with agent mode), Aider (open-source CLI for git-based edits), and Cline (open-source VS Code extension that pairs with any model provider).

Is Aider worth it in 2026? A detailed review

Aider scores 7.6/10 in 2026. The Apache 2.0 CLI pair programmer by Paul Gauthier supports Claude, GPT-4, DeepSeek, Gemini, and local Ollama models with Git auto-commits and a public code-edit benchmark.

How much does Aider cost in 2026?

Aider is free and Apache-2.0 licensed as of July 2026 — no subscription, no paid tier, no gated commercial fork. Users connect their own model API key (Anthropic, OpenAI, DeepSeek, Google, OpenRouter, or a local model via Ollama) and pay the provider per token. An active developer running multi-file edits typically spends $5-$25/day on a frontier model, or about $1-$3/day on cheaper models such as DeepSeek, with local models free at the cost of speed.

Learn More