aider icon
aider icon

aider

Aider is a command line tool that lets you pair program with GPT-3.5/GPT-4, to edit code stored in your local git repository. Aider will directly edit the code in your local source files, and git commit the changes with sensible commit messages.

aider screenshot 1

Cost / License

Application type

Platforms

  • Mac
  • Windows
  • Linux
7likes
0articles

Features

Properties

  1.  Lightweight
  2.  AI-Powered

Features

  1.  Command line interface
  2.  Dark Mode
  3. Git icon  Git Support
  4.  Ad-free

aider News & Activities

Highlights All activities

Recent activities

  • Helicon icon
    HarjjotSinghh added aider as alternative to Helicon
  • 3code icon
    capocasa added aider as alternative to 3code
  • cecli icon
    loziniak added aider as alternative to cecli
  • DeepSeek Harness icon
    Trendle added aider as alternative to DeepSeek Harness
  • mini-swe-agent icon
    PredatorQ added aider as alternative to mini-swe-agent
  • Crush CLI icon
    PredatorQ added aider as alternative to Crush CLI
  • PredatorQ added aider as alternative to Zoo Code
  • Wuwei icon
    Cheng-7597 added aider as alternative to Wuwei
  • phillipma rated aider  
  • phillipma liked aider

aider information

AlternativeTo Categories

AI Tools & ServicesDevelopmentOS & Utilities

GitHub repository

  •  49,078 Stars
  •  4,981 Forks
  •  1880 Open Issues
  •   Updated  
View on GitHub
aider was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

Featured in Lists

Curated list of tools that write code for you — agentic IDEs, completion engines, and coding agents currently in...

List by mnemehq with 9 apps, updated

Official Links

What is aider?

Aider is a command line tool that lets you pair program with GPT-3.5/GPT-4, to edit code stored in your local git repository. Aider will directly edit the code in your local source files, and git commit the changes with sensible commit messages. You can start a new project or work with an existing git repo. Aider is unique in that it lets you ask for changes to pre-existing, larger codebases.

Features

  • Chat with GPT about your code by launching aider from the command line with set of source files to discuss and edit together. Aider lets GPT see and edit the content of those files.
  • GPT can write and edit code in most popular languages: python, javascript, typescript, php, html, css, etc.
  • Request new features, changes, improvements, or bug fixes to your code. Ask for new test cases, updated documentation or code refactors.
  • Aider will apply the edits suggested by GPT directly to your source files.
  • Aider will automatically commit each changeset to your local git repo with a descriptive commit message. These frequent, automatic commits provide a safety net. It’s easy to undo changes or use standard git workflows to manage longer sequences of changes.
  • You can use aider with multiple source files at once, so GPT can make coordinated code changes across all of them in a single changeset/commit.
  • Aider can give GPT-4 a map of your entire git repo, which helps it understand and modify large codebases.
  • You can also edit files by hand using your editor while chatting with aider. Aider will notice these out-of-band edits and keep GPT up to date with the latest versions of your files. This lets you bounce back and forth between the aider chat and your editor, to collaboratively code with GPT.
  • If you are using gpt-4 through openai directly, you can add image files to your context which will automatically switch you to the gpt-4-vision-preview model.