by Aider
Open-source CLI tool for AI pair programming. Works with any LLM, git-aware, edits multiple files. Terminal-based workflow.
Aider is an open-source CLI tool for AI pair programming. Works with any LLM (Claude, GPT, local models), is git-aware, and edits multiple files from the terminal.
# Start aider with Claude
aider --model claude-sonnet-4-6
# Add files to context
/add src/api/users.ts src/lib/auth.ts
# Ask for changes
"Add rate limiting to the users API endpoint. Use a token bucket algorithm with 100 requests per minute per IP."
# Aider edits the files, shows diff, creates git commit
| Use Case | Quality |
|---|---|
| Terminal-based coding | Excellent |
| Quick edits across files | Excellent |
| Open-source projects | Excellent (model flexibility) |
| CI/CD integration | Very Good |
| Large refactors | Good |
Quick tips from the community about what works with Aider right now.
Sign in to share a tip.
No tips yet. Add a tip for this model.