Tokens Forge
FreemiumOpenAI-compatible API gateway for GPT, Claude, and Gemini with token credits, usage receipts, and fallback-aware routing.
Open-source terminal AI pair programmer that edits code across files and commits changes to git for you.
Last updated:
Aider is an open-source command-line tool that turns a terminal session into an AI pair-programming loop. You point it at a git repository, describe a change in plain English, and it edits the relevant files and commits the result with a descriptive message. Because every change is a git commit, the edit history stays clean and reviewable โ you can inspect diffs, undo, or branch as you would with any human collaborator.
Unlike Cursor or Windsurf, Aider has no editor of its own; it lives in the terminal alongside whatever editor you already use. It is model-agnostic: connect an Anthropic Claude key, an OpenAI key, or a local model, and Aider handles the prompting. Its โrepo mapโ builds a compact picture of your codebase so the model gets relevant context without a heavyweight indexing backend. That combination has made it a favorite among developers who want control and transparency over convenience.
Terminal-centric developers who want an AI assistant that makes coordinated, version-controlled changes without locking them into a proprietary IDE, and anyone who wants to choose their own model and control costs directly.
There is no graphical interface, so the workflow assumes comfort with the command line and git. API usage is billed per token by your model provider, which can get expensive on large tasks, and initial setup โ keys, model selection, config โ takes more effort than installing a one-click IDE extension.