MCPcopy Create free account
hub / github.com/Aider-AI/aider

github.com/Aider-AI/aider @v0.86.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.86.2 ↗ · + Follow
1,937 symbols 8,081 edges 162 files 317 documented · 16% 67 cross-repo links updated 2mo agov0.86.0 · 2025-08-09★ 47,5591,319 open issues

Browse by type

Functions 1,671 Types & classes 181 Endpoints 85
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
<a href="https://aider.chat/"><img src="https://aider.chat/assets/logo.svg" alt="Aider Logo" width="300"></a>

AI Pair Programming in Your Terminal

Aider lets you pair program with LLMs to start a new project or build on your existing codebase.

<img src="https://aider.chat/assets/screencast.svg" alt="aider screencast"

GitHub Stars PyPI Downloads Tokens per week OpenRouter Ranking Singularity

Features

Cloud and local LLMs

Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.

Maps your codebase

Aider makes a map of your entire codebase, which helps it work well in larger projects.

100+ code languages

Aider works with most popular programming languages: python, javascript, rust, ruby, go, cpp, php, html, css, and dozens more.

Git integration

Aider automatically commits changes with sensible commit messages. Use familiar git tools to easily diff, manage and undo AI changes.

Use in your IDE

Use aider from within your favorite IDE or editor. Ask for changes by adding comments to your code and aider will get to work.

Images & web pages

Add images and web pages to the chat to provide visual context, screenshots, reference docs, etc.

Voice-to-code

Speak with aider about your code! Request new features, test cases or bug fixes using your voice and let aider implement the changes.

Linting & testing

Automatically lint and test your code every time aider makes changes. Aider can fix problems detected by your linters and test suites.

Copy/paste to web chat

Work with any LLM via its web chat interface. Aider streamlines copy/pasting code context and edits back and forth with a browser.

Getting Started

python -m pip install aider-install
aider-install

# Change directory into your codebase
cd /to/your/project

# DeepSeek
aider --model deepseek --api-key deepseek=<key>

# Claude 3.7 Sonnet
aider --model sonnet --api-key anthropic=<key>

# o3-mini
aider --model o3-mini --api-key openai=<key>

See the installation instructions and usage documentation for more details.

More Information

Documentation

Community & Resources

Kind Words From Users

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 1,109
Function 562
Class 176
Route 85
Interface 3
Struct 2

Languages

Python82%
TypeScript18%
Go1%
Java1%

Modules by API surface

aider/website/assets/asciinema/asciinema-player.min.js297 symbols
aider/coders/base_coder.py93 symbols
tests/basic/test_main.py92 symbols
aider/commands.py82 symbols
tests/basic/test_commands.py75 symbols
tests/basic/test_onboarding.py68 symbols
tests/basic/test_repomap.py53 symbols
aider/io.py49 symbols
aider/models.py48 symbols
tests/basic/test_coder.py46 symbols
aider/gui.py39 symbols
tests/basic/test_models.py38 symbols

Dependencies from manifests, versioned

aiohappyeyeballs2.6.1 · 1×
aiohttp3.13.3 · 1×
aiosignal1.4.0 · 1×
aiosqlite0.22.1 · 1×
altair6.0.0 · 1×
annotated-doc0.0.4 · 1×
annotated-types0.7.0 · 1×
anyio4.12.1 · 1×
asgiref3.11.1 · 1×
attrs25.4.0 · 1×
backoff2.2.1 · 1×
banks2.4.0 · 1×

Datastores touched

(mysql)Database · 1 repos
mydbDatabase · 1 repos

For agents

$ claude mcp add aider \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page