Continue the conversation — chat opens pre-seeded with the current signal, caps, and movement.
Open-source CLI AI pair programming tool (Apache 2.0) with top benchmark performance, deep Git integration, and model-agnostic BYOK architecture supporting 30+ LLM providers including local models. Created and maintained by Paul Gauthier. 43.4K GitHub stars, 4.1M+ PyPI installs, 15B tokens/week. Aider Polyglot Benchmark is an industry-recognized standard for LLM code editing evaluation. 70-88% of Aider's code is written by Aider itself. Competes on raw capability-per-dollar rather than enterprise features -- task costs $0.01-0.50 vs $50/user/month subscriptions. Best fit: terminal-native developers wanting maximum model flexibility and cost efficiency with zero vendor lock-in. Not fit for: regulated industries, enterprise teams needing governance, or GUI-preferring developers.
Adoption & Proof Points
- GitHub: 43,391 stars (April 2026), 4,215 forks, 164 contributors, 4.1M+ PyPI installs, 15B tokens/week processed. OpenRouter Top 20 application. Aider Polyglot Benchmark: industry-recognized benchmark (83% with o3-high + GPT-4.1). 70-88% self-written code. Thoughtworks Technology Radar recognition. Active development: release cadence resumed May–June 2026 (multiple named releases: Sonnet 4/Opus 4 support, model-alias updates) after a prior gap since v0.86.0 (August 2025). No named enterprise customers. No funding or acquisitions announced. Single maintainer (Paul Gauthier).
Recommended Use Cases
- Terminal-native developers and indie hackers optimizing for cost efficiency: $0.01–$0.50/task vs $50/month subscriptions, with BYOK across 30+ providers eliminating vendor lock-in.
- Polyglot projects requiring broad language coverage: tree-sitter AST parsing across 130+ languages with repository-map context makes Aider effective on large, multi-language codebases up to ~25K tokens.
- Teams benchmarking LLM coding performance: the Aider Polyglot Leaderboard is an industry-recognized evaluation standard; Architect/Editor mode with o3-high + GPT-4.1 reaches 83% on the polyglot benchmark.
- Air-gapped or data-sovereign environments: local model execution via Ollama/LM Studio keeps code entirely off external APIs, a capability absent from most competing tools.
- Git-native workflows requiring traceable AI contributions: automatic commit tagging with `(aider)` and optional `co-authored-by` trailers provide attribution without additional tooling.
- Solo developers or small OSS teams comfortable with CLI: watch mode, voice-to-code, and auto-lint/auto-test loops reduce friction for rapid iteration without requiring IDE integration or GUI tooling.
Risks & Limitations
- Single maintainer (Paul Gauthier) creates critical bus factor risk -- no succession plan, no organization backing. Release cadence resumed May–June 2026 (Sonnet 4/Opus 4 support, model-alias updates) after a multi-month gap since v0.86.0 (Aug 2025) — cadence watch item partially closed but bus factor risk unchanged. Zero enterprise features by design: no SSO, RBAC, audit logs, compliance certs, admin controls, team features, or commercial support. No financial sustainability path: no funding, no revenue model, no enterprise pricing. Open issues: 1,481 (growing burden for single maintainer). No inline autocomplete. Context loss above ~25K tokens is top user complaint. 40+ commands create learning curve. Native MCP support still pending (PRs open since 2025). Community GitHub Action for CI/CD is third-party maintained. No cross-repo context or persistent memory.
Capabilities & Integration
Architect/Editor mode: reasoning model (Claude, o3, GPT-5) proposes solutions, editor model applies precise file changes. Auto-lint and auto-test self-correction loops after every change. /context auto-identifies relevant files. /think-tokens and /reasoning-effort control reasoning budgets. Repository map with tree-sitter AST parsing across 130+ languages and graph ranking. Dynamic token budget optimization. Chat history summarization with --restore-chat-history. Watch mode (--watch-files) for IDE-agnostic AI comment triggers. Voice-to-code (/voice), web scraping (/web), image context. Model support: Claude Opus/Sonnet 4/4.5/4.6, GPT-5.3/5.4, Grok-4, Gemini 2.5/3.x, DeepSeek R1/V3, o3/o3-pro, local models via Ollama/LM Studio. 15+ provider integrations. Patch edit format optimized for GPT-4.1. MCP: not natively supported -- community servers (aider-mcp-server, mcpm-aider) available as workarounds. Native PRs still open.