Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
aider

aider

aider is AI pair programming in your terminal. Point it at a git repo, describe a change in plain English, and it edits the files and commits the diff. Works with most LLM APIs. Apache-2.0 licensed with 48,300+ GitHub stars.

At a glance

License Apache-2.0 Version Latest OS Ubuntu Server 24.04 LTS Min RAM 1 GB IP IPV4,IPV6

Usage

Run Aider inside your project directory:

cd /to/your/project
aider

Configure an LLM Provider

Aider supports multiple AI providers. You can specify the model and API key when starting Aider.

The easiest way to configure a provider is by using the --model and --api-key command-line options:

# DeepSeek via DeepSeek's API
aider --model deepseek --api-key deepseek=your-key

# Claude 3.7 Sonnet via Anthropic's API
aider --model sonnet --api-key anthropic=your-key

# o3-mini via OpenAI's API
aider --model o3-mini --api-key openai=your-key

# Sonnet via OpenRouter's API
aider --model openrouter/anthropic/claude-3.7-sonnet --api-key openrouter=your-key

# DeepSeek Chat V3 via OpenRouter's API
aider --model openrouter/deepseek/deepseek-chat --api-key openrouter=your-key

Shell Environment

Aider is installed under:

  • Binary: /root/.local/bin/aider
  • Environment: /root/.local/bin/env

More in Self Hosted

Related apps.

Deploy aider now. From $2.48/mo.