AIAny
AI Client2023
Icon for item

Aider.chat

Edits code across an existing repo from the terminal: you describe a change in plain English, it maps the whole codebase, applies edits to the right files, and auto-commits each change as a reviewable git commit. Works with most LLMs.

Introduction

Most AI coding tools treat your repo as a wall of text to stuff into a context window. Aider does the opposite: it builds a graph-based map of your entire codebase, then feeds the model only the symbols and files relevant to the task. That single design choice is why it stays useful on large, long-lived projects where naive context-stuffing falls apart.

The second deliberate choice is that every edit lands as a git commit with a sensible message. There is no separate "accept changes" UI to trust — you review and undo work with the same git tools you already use, which makes an autonomous editor feel safe to run on real code.

What Sets It Apart
  • Repo map over context dump: a compact map of definitions and call relationships lets it pick the right files to edit instead of pasting the whole project, so it scales to large codebases.
  • Git-native workflow: each change is its own commit, so reverting a bad edit is git reset, not a screenshot diff — the AI never hides what it changed.
  • Model-agnostic and measured: runs against Claude, the GPT and o-series, DeepSeek, Gemini, and local models. Its creator also maintains the Aider Polyglot leaderboard (225 hard Exercism problems across six languages), which Anthropic, OpenAI, Google, and DeepSeek now cite when releasing models.
Who It's For

Great fit if you live in the terminal, already use git seriously, and want an editor that touches existing multi-file codebases rather than scaffolding greenfield demos. Look elsewhere if you want a graphical IDE chat panel, an agent that autonomously plans multi-step tasks without your prompts, or a turnkey hosted product — Aider is a focused CLI you point at your own repo and your own API keys.

Information

  • Websiteaider.chat
  • OrganizationsAider AI
  • AuthorsPaul Gauthier, Aider-AI
  • Published date2023/05/12

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).