Aider

Git-centric terminal pair-programming tool with strong slash-command workflows.

Type: CLI

Best for: Terminal users who want explicit file scoping and git-aware coding

Official docs: https://aider.chat/docs/

Last verified: 2026-07-12

Status: Confirmed

Quick Start

aider

Installation

macOS

python -m pip install pipx
pipx install aider-chat

Windows

python -m pip install pipx
pipx install aider-chat

Linux

python -m pip install pipx
pipx install aider-chat

WSL

python -m pip install pipx
pipx install aider-chat

Authentication

Configure provider API keys via environment variables or supported config.

Basic Commands

aider --version
aider

Intermediate Commands

/add
/model
/ask
/architect

Advanced Commands

  • custom model metadata
  • architect and editor split workflows

Project Configuration

  • .aider.conf.yml

Instruction Files

  • shared repo instructions are recommended

Models and Versions

  • provider-dependent; aider supports model metadata overrides

Permissions and Security

  • keep API keys out of the repo

MCP / Integrations

Indirect rather than a primary docs focus.

Common Workflows

  • git-aware terminal coding

Team Best Practices

  • prefer pipx, uv, or aider-install

Troubleshooting

  • package-manager installs can cause dependency issues

When to Use

  • git-centric terminal work

When Not to Use

  • when the team wants polished enterprise admin workflows

Sources