Side-by-side comparison of free tiers, features, privacy, and company background. Updated for 2026.
Free CLI tool for AI pair programming that works with Git
A terminal-based AI pair programmer that understands your entire Git repo and can make multi-file changes with automatic commits. Works with any LLM provider including local models. Best for developers who prefer the command line and want tight Git integration.
pip install aider-chat → Set your API key (e.g. OPENAI_API_KEY) → Run 'aider' in any Git repo to start pair programming
Anthropic's agentic coding CLI — spawns sub-agents, MCP support, custom slash commands
An agentic coding tool that runs in your terminal with deep codebase understanding, sub-agent spawning, and MCP tool integration. It can execute commands, edit files, and chain complex multi-step workflows. Best for developers who want an autonomous coding agent with full system access.
Install via npm: npm install -g @anthropic-ai/claude-code → Run 'claude' in your project directory → Describe what you want built or fixed