Skip to content

launchapp-dev/awesome-ai-coding-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Awesome AI Coding Tools Awesome

A curated list of AI-powered tools for developers — editors, agents, code review, testing, CLI tools, MCP servers, and more.

AI coding has gone from autocomplete to autonomous teams in two years. This list helps you cut through the noise: the tools that ship, the tools that are interesting, and the tools that are quietly winning. Curated for working developers, not benchmark-chasers.

Maintained by LaunchApp. Contributions welcome — see contributing.md.


Contents


Legend

  • 🟢 Open source
  • 💰 Paid / commercial
  • 🆓 Free tier available
  • 🏠 Self-hostable
  • ⭐ Editor's pick

AI Code Editors & IDEs

Full IDEs and forks built around AI as a first-class feature.

  • Cursor ⭐ 💰 — AI-first VS Code fork. Multi-file edits, agent mode, codebase chat. Currently the category leader.
  • Windsurf 💰 — VS Code fork from Codeium with the "Cascade" agent. Strong long-running task support.
  • Zed 🟢 🆓 — Rust-built editor with native AI assistant and multibuffer edits. Fast.
  • Void 🟢 — Open-source Cursor alternative. Bring your own model.
  • Trae 💰 — ByteDance's AI IDE with Builder/Chat modes.
  • PearAI 🟢 — Open-source AI editor fork.

In-Editor Assistants & Completion

Extensions that add AI to existing editors (VS Code, JetBrains, Vim, etc).

  • GitHub Copilot ⭐ 💰 — The original. Inline completion, chat, agent mode, PR review.
  • Continue 🟢 🆓 — Open-source autopilot for VS Code and JetBrains. Configurable models.
  • Codeium 🆓 — Free AI completion across 70+ editors.
  • Tabnine 💰 🏠 — Privacy-focused completion. On-prem deployment available.
  • Supermaven 💰 🆓 — Fast, long-context completion. Acquired by Cursor.
  • Cody 🆓 💰 — Sourcegraph's assistant with codebase-wide context.
  • Amazon Q Developer 🆓 💰 — Formerly CodeWhisperer. Tight AWS integration.
  • JetBrains AI Assistant 💰 — Native to all JetBrains IDEs.

Autonomous Coding Agents

Agents that take a goal and execute multi-step work — planning, editing, testing, iterating.

  • Claude Code ⭐ 💰 — Anthropic's terminal-native agent. Strong tool use, MCP support.
  • Aider 🟢 🆓 ⭐ — Pair-programs from your terminal with git-aware diffs. Model-agnostic.
  • OpenAI Codex CLI 🟢 — Lightweight terminal agent from OpenAI.
  • Gemini CLI 🟢 — Google's agent for the terminal.
  • Devin 💰 — Cognition's autonomous SWE. Browser, shell, editor in one sandbox.
  • OpenHands 🟢 🏠 — Open-source autonomous agent platform (formerly OpenDevin).
  • SWE-agent 🟢 — Princeton's research agent. Strong on SWE-bench.
  • Cline 🟢 — Autonomous VS Code agent (formerly Claude Dev).
  • Roo Code 🟢 — Cline fork with multi-mode agent loop.
  • opencode 🟢 — Terminal-native AI coding agent from SST.

CLI & Terminal Coding Tools

Lower-level CLI tooling that pairs with agents or runs solo.

  • Animus (ao-cli) 🟢 ⭐ — Autonomous agent orchestrator. YAML workflows, daemon scheduling, multi-model routing across Claude/Gemini/GPT.
  • llm 🟢 — Simon Willison's CLI for talking to any LLM. Plugin ecosystem.
  • mods 🟢 — Charm's AI for the command line. Pipes-friendly.
  • shell-gpt (sgpt) 🟢 — Shell command generation and chat.
  • aichat 🟢 — All-in-one CLI chat & agent in Rust.

Agent Orchestrators & Multi-Agent

Frameworks for running multiple agents, coordinating workflows, or building your own coding agent.

  • Animus 🟢 ⭐ — Production orchestrator: define an engineering team in YAML, dispatch tasks across isolated worktrees, route by complexity.
  • LangGraph 🟢 — Stateful multi-agent graphs from LangChain.
  • CrewAI 🟢 — Role-based multi-agent framework.
  • AutoGen 🟢 — Microsoft's conversational multi-agent framework.
  • Claude Agent SDK 🟢 — Build production agents on Claude.
  • OpenAI Agents SDK 🟢 — OpenAI's agent framework with handoffs and tracing.
  • smolagents 🟢 — Hugging Face's minimal code-writing agents.

Code Review & PR Automation

Tools that review pull requests, suggest improvements, or gate merges.

  • CodeRabbit 💰 🆓 — Line-by-line PR review. Most popular in this category.
  • Qodo (Codium) 💰 🆓 — PR-Agent + test generation. Open-source PR-Agent available.
  • Greptile 💰 — Codebase-aware PR review.
  • Bito 💰 🆓 — AI code review & chat.
  • Ellipsis 💰 — Async AI reviewer that fixes its own comments.
  • Diamond by Graphite 💰 — PR review built into Graphite's stack.

Testing & QA

  • Qodo Cover 🟢 — Auto-generates regression tests with coverage targets.
  • Checksum 💰 — AI-generated end-to-end tests from real user behavior.
  • Octomind 💰 — AI E2E test generation and maintenance.
  • Meticulous 💰 — Auto-generates and maintains UI tests.
  • Momentic 💰 — Low-code AI testing platform.

Code Search & Codebase Intelligence

  • Sourcegraph 💰 🆓 ⭐ — Code search + Cody AI across massive codebases.
  • Greptile 💰 — API for codebase Q&A.
  • Bloop 🟢 — Open-source code search with semantic understanding.
  • Aider Repo Map 🟢 — Repo-map approach for giving LLMs codebase context.

Documentation Generation

  • Mintlify Writer 🆓 — Auto-generated docstrings.
  • Swimm 💰 — AI-assisted, code-coupled documentation.
  • DocuWriter.ai 💰 — Generates code, API, and test documentation.

Web-Based App Builders

Prompt-to-app tools — for prototyping or full apps.

  • v0 ⭐ 💰 🆓 — Vercel's UI generator. React + Tailwind output.
  • Bolt.new 🆓 💰 — StackBlitz's full-stack web app builder.
  • Lovable 💰 🆓 — End-to-end app generator with deploy.
  • Replit Agent 💰 — In-browser app generation + hosting.
  • Tempo 💰 — Visual + AI React app builder.
  • a0.dev — React Native app generator.

Open-Source & Self-Hosted

For when you want to own the stack.

  • Continue 🟢 🏠 — Self-hostable IDE assistant.
  • TabbyML 🟢 🏠 — Self-hosted Copilot alternative.
  • OpenHands 🟢 🏠 — Self-host an autonomous SWE agent.
  • LiteLLM 🟢 🏠 — Unified gateway for 100+ LLM providers.
  • Ollama 🟢 🏠 — Run LLMs locally.
  • LM Studio 🆓 🏠 — Local LLM desktop UI.

Model Context Protocol (MCP)

Anthropic's open standard for connecting AI tools to data sources and capabilities.

DevOps & CI/CD

  • Animus 🟢 — Daemon-driven AI workflows in CI.
  • Sweep 🟢 — AI assistant that opens PRs from issues.
  • SourceLevel 💰 — AI metrics and review automation.

Models for Coding

Frontier and open-weight models with strong code performance.

Prompt & Context Engineering

Learning Resources

Related Lists


Contributing

Found a tool we missed? Open a PR. See contributing.md for inclusion criteria — we prioritize tools that ship, are actively maintained, and serve real developer workflows.

License

CC0

To the extent possible under law, LaunchApp has waived all copyright and related or neighboring rights to this work.

Releases

No releases published

Packages

 
 
 

Contributors