aicoolies logo

AI Coding Assistants

Inline code completion, chat-based coding, and AI pair programmers

135 tools

last updated August 16, 2026

showing 39 of 135 tools

Graphify logo

Graphify

Turn code and docs into a queryable knowledge graph

Graphify is an open-source AI coding assistant skill that transforms folders of code, documentation, research papers, and images into queryable knowledge graphs. It works as a skill for Claude Code, Codex, OpenCode, and other AI coding assistants. Using tree-sitter AST parsing for 19 programming languages and Claude vision for documents and images, it builds NetworkX graphs with Leiden community detection, outputting interactive HTML visualizations and structured JSON for codebase exploration.

Open Source
Hope AI logo

Hope AI

Architect agent that builds with reusable components

Hope AI by Bit Cloud is an architect agent with 18,000+ GitHub stars on the Bit platform that builds professional software using reusable components. It proposes entire software architectures, generates code with documentation and test coverage, and ensures clean component patterns, addressing the architectural integrity gap that most vibe-coding tools ignore when generating code.

paidOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Claude logo

Learn Claude Code

Twelve-lesson curriculum for building AI coding agents from scratch

Learn Claude Code is a comprehensive educational framework with 12 structured lessons teaching AI coding agent construction from first principles. With over 46,000 GitHub stars and 7,000 forks, it provides complete runnable Python implementations progressing from a 50-line bash agent to a 550-line skills agent with modular extensibility and subagent orchestration.

Open Source
Mentat logo

Mentat

AI coding assistant with full codebase understanding

Open-source AI coding assistant that runs in your terminal, letting developers chat naturally with an LLM that has full project context. Mentat coordinates multi-file edits across entire codebases — refactoring, feature implementation, bug fixing — with Git integration for review and revert. Requires GPT-4 API access, installs via pip; eliminates copy-paste friction of web AI tools.

Open Source

Minuet AI

Multi-provider AI code completion as-you-type for Neovim

Neovim plugin that streams inline code completions from your choice of LLM (OpenAI, Claude, Gemini, Codestral, Ollama, Llama.cpp, and more), with no proprietary background binary.

freeOpen Source
Mistral Vibe logo

Mistral Vibe

Terminal-native coding agent by Mistral AI

Mistral Vibe is a native CLI coding agent from Mistral AI, powered by their Devstral coding model, that runs directly in the terminal with deep project awareness including automatic file structure scanning and Git status integration. Released December 2025 alongside Devstral 2, it features smart @-file references, shell command execution, and conversational workflows. Mistral's entry into the agentic CLI coding market alongside Claude Code and OpenCode.

Open Source
Mitosis logo

Mitosis

Write components once and compile them into native code for multiple frameworks

Mitosis is Builder.io-backed open-source infrastructure for writing a component once and compiling it into native framework components for React, Vue, Angular, Svelte, Qwik, Solid, React Native, and other targets. It supports cross-framework design systems and Figma-to-code synchronization, but is distinct from the Builder.io visual builder product.

Open Source
Octomind logo

Octomind

AI-powered E2E test generation and maintenance platform

Octomind is an AI-powered testing platform that automatically generates, runs, and maintains end-to-end Playwright tests for web applications. It observes user flows, creates test cases from natural language descriptions, and self-heals tests when UI changes would break traditional selectors. Backed by $4.8M seed funding from Paua Ventures with enterprise production deployments.

freemium
Open Code Review logo

Open Code Review

Alibaba's open-source hybrid AI code reviewer with line-level comments

Open-source (Apache-2.0) CLI code reviewer from Alibaba that pairs deterministic rule pipelines with an LLM agent to post precise, line-level review comments. Runs locally or in CI, is provider-agnostic across OpenAI/Anthropic-compatible endpoints, and ships built-in rules for common defects.

Open Source
Open SWE logo

Open SWE

Open-source async coding agent you can run in your own sandbox

Open-source framework from LangChain AI for building your organization's internal coding agent — the same pattern Stripe's Minions, Ramp's Inspect, and Coinbase's Cloudbot follow. Built on LangGraph and Deep Agents, Open SWE runs each task in an isolated cloud sandbox (Modal, Daytona, Runloop, or LangSmith), invokes from Slack, Linear, or GitHub, orchestrates subagents, and opens pull requests autonomously — customizable end-to-end for your codebase and conventions.

freeOpen Source
OpenPencil logo

OpenPencil

AI-native open-source design editor and Figma alternative

OpenPencil is an AI-native, open-source design editor for teams that want a Figma-like canvas with source-visible code and experimental AI design workflows. It is best framed as OpenPencil by the open-pencil project, separate from the same-name ZSeven-W repo, and useful for early UI prototyping, design-to-code exploration, and open-source visual editing pilots.

Open Source
OpenUI logo

OpenUI

Open-source UI generation from natural-language prompts

OpenUI is an Apache-2.0 design-to-code tool from W&B that turns natural-language interface prompts into live HTML previews and frontend code. Teams can run it locally or with Docker, connect OpenAI, Groq, LiteLLM-compatible providers, or Ollama, and export generated UI toward React, Svelte, Web Components, and related workflows. It fits rapid UI mockups where developers want editable code instead of screenshots.

Open SourceTelemetry
Plandex logo

Plandex

Open-source AI coding agent for large projects and real-world tasks

Terminal-based coding engine that breaks complex tasks into subtasks with support for 2M token context windows, diff review sandboxes, and both autonomous and manual modes. Multi-model pipelines work with Anthropic, OpenAI, and Google. With 15k+ GitHub stars, Plandex is a mature open-source option for developers tackling large, multi-step development tasks from the command line.

freemiumOpen Source
Reasonix logo

Reasonix

DeepSeek-native terminal coding agent with a Go rewrite and MCP support

Reasonix is an open-source terminal coding agent built around DeepSeek workflows, with a newer Go-based 1.0 line, MCP integration, repository-aware code understanding, and BYOK model usage. It fits developers who want a DeepSeek-first CLI agent rather than a Claude- or OpenAI-native workflow.

Open Source
Rebolt logo

Rebolt

Cursor for business workflow automation

Rebolt is a Y Combinator W25 company marketed as Cursor for business workflow automation, focusing on generating the business logic and internal UIs needed for complex company operations. It targets the internal tooling problem with an agentic automation approach, helping teams build custom workflow applications that connect existing business systems without traditional development cycles.

paidOpen Source
ReviewPad logo

ReviewPad

Automated PR workflow with AI review and labeling

ReviewPad automates the pull request workflow by applying team-defined rules for labeling, assigning reviewers, and providing AI-powered feedback on code changes. Its open-source GitHub repository supports custom automation scripts that standardize the review cycle, making it essential for mid-to-large teams enforcing governance without sacrificing development velocity across multiple repositories.

Open Source
Rovo Dev logo

Rovo Dev

Agentic AI for software teams by Atlassian

AI-powered coding agent from Atlassian, deeply integrated with Jira, Bitbucket, and Confluence so it can validate code changes against acceptance criteria and plan multi-step development workflows aligned with team goals. Achieved 41.98% on SWE-bench full leaderboard at release. Available as both CLI and IDE integration, connecting project management and development within the Atlassian ecosystem.

paid
SWE-bench logo

SWE-bench

Benchmark for evaluating AI coding agents on real GitHub issues

SWE-bench is a benchmark from Princeton NLP that evaluates AI coding agents by testing their ability to resolve real GitHub issues from popular open-source projects. Each task provides an issue description and repository state, and the agent must produce a working patch that passes the project's test suite. With 4,600+ GitHub stars, it has become the standard yardstick for comparing autonomous coding tools like Devin, Claude Code, and OpenHands.

Open Source
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
Sculptor logo

Sculptor

Parallel coding agent environment by Imbue for complex projects

Sculptor by Imbue is a parallel coding agent environment that enables multiple AI agents to work simultaneously on different parts of a codebase. It provides sandboxed execution environments where agents can write, test, and iterate on code independently before merging changes. Designed for large-scale software projects where single-agent approaches hit context and coordination limits.

freemium
shippie

Shippie

Extensible open-source AI code review agent with emerging QA automation

Open-source (MIT) AI code-review agent formerly known as Code Review GPT. Its released workflow reviews pull requests in GitHub Actions or staged changes locally, supports remote MCP tools and project instruction files, and works with Anthropic, OpenAI, OpenRouter, and Cloudflare providers. The main branch also contains an unreleased autonomous QA workflow. Anonymous usage telemetry is enabled by default and can be disabled.

Open SourceTelemetry
Statewright logo

Statewright

State-machine guardrails for controlling which tools AI coding agents can use at each phase.

Statewright is a guardrail layer for AI coding agents that uses explicit state machines to control what an agent can do at each stage of a workflow. Instead of relying only on prompt instructions, teams can model phases such as plan, implement, test, and review, then constrain tool access for clients like Claude Code, Codex, Cursor, opencode, and related MCP workflows.

Open Source
T3 Code logo

T3 Code

Open-source GUI for managing AI coding agents with your own API keys

Unified desktop interface for Codex and Claude Code with a model selector dropdown. Features a git-integrated sidebar, parallel task and thread management, chat and plan modes, and customizable agent access levels. Run via desktop app or npx for instant access. Brings visual project management to terminal-based AI coding agents without sacrificing their command-line power.

Open Source
Tempo Labs logo

Tempo Labs

AI design tool that edits React in your codebase

Tempo Labs is a YC-backed AI design and prototyping tool that generates and edits React code directly within a developer's existing codebase, maintaining project styles and conventions. Unlike tools that produce standalone code, Tempo supports both greenfield and brownfield projects, understanding existing component libraries, theme systems, and coding patterns to generate code that fits naturally.

paidOpen Source
Traycer logo

Traycer

Plan-first AI coding agent that designs before implementing

Traycer is a YC-backed AI coding agent that takes a plan-first approach to software development. It creates detailed implementation plans with architectural decisions and dependency analysis before writing code. The agent reasons about project structure and constraints to produce coherent, well-organized changes rather than incremental patches. Focused on reducing rework from poorly planned AI-generated code.

freemium
Twinny logo

Twinny

Free local AI code completion for VSCode

Twinny is a free, open-source AI code completion extension for VS Code that works with any OpenAI API-compatible endpoint including local models via Ollama. It provides real-time inline suggestions, a sidebar chat for code discussion, workspace embeddings for context-aware completions, and a decentralized P2P inference network. A privacy-first alternative to GitHub Copilot with zero licensing cost.

Open Source
Umaku logo

Umaku

Context-aware AI review with business logic validation

Umaku is a context-aware AI code review agent that understands full codebase and business logic context, detecting inconsistencies and assessing quality and risk beyond syntax-level analysis. It auto-generates and validates QA test cases from reviewed code, making it particularly effective for reviewing AI-generated code where product-intent validation matters more than style checking.

paidOpen Source
WOZCODE logo

WOZCODE

Cut Claude Code token costs by up to 50% with a local plugin that never uploads your code.

WOZCODE is a Claude Code plugin that reduces token consumption by 25–55% using smarter context reads, batched file edits, AST truncation, and Haiku subagents. It installs in seconds with two CLI commands, runs entirely locally with no code upload, and requires no account sign-up. Developers report finishing the same tasks in fewer tokens without changing their existing editor or workflow.

freemium
Webwright logo

Webwright

Microsoft browser agent that turns long-horizon web tasks into reusable Playwright code

Webwright is a Microsoft browser-agent project that asks coding models to write, debug, and reuse Playwright scripts instead of relying on one-off stochastic click loops. The approach gives automation teams a more inspectable artifact: scripts can be logged, reviewed, rerun, and maintained like normal test or scraping code. It is especially relevant for long-horizon browser tasks where teams care about determinism, auditability, and resilience to UI changes.

Open Source
ZCode logo

ZCode

Z.ai desktop agentic development environment for GLM-5.2 coding

ZCode is Z.ai’s Agentic Development Environment for GLM-5.2 coding workflows. The desktop app combines a first-party coding agent, goal mode, model/provider setup, MCP server management, Git and terminal context, remote phone control, usage stats and safety confirmation modes so developers can plan, implement, review and iterate on long-running software tasks from one workspace.

freemiumTelemetry
Zencoder logo

Zencoder

Multi-agent AI coding platform with orchestrated specialist agents

Zencoder is an AI coding platform that uses multi-agent orchestration to handle complex development tasks. Specialist agents collaborate on different aspects of implementation including code generation, testing, documentation, and review. Integrates with VS Code and JetBrains IDEs. Features repository-aware context that understands project architecture and coding standards.

freemium
Avante.nvim logo

avante.nvim

Use Neovim like Cursor with AI-driven code assistance and one-click apply

avante.nvim is a Neovim plugin that brings Cursor-style AI coding assistance to the Vim ecosystem. It provides inline code suggestions, AI chat with codebase context, one-click diff application, and multi-model support including Claude, GPT, Gemini, and local models. With 12,000+ GitHub stars and active development, it is the leading AI coding plugin for Neovim users who want IDE-level AI features without leaving their editor.

Open Source
code2prompt logo

code2prompt

CLI tool to convert codebases into LLM-ready prompts

code2prompt is a Rust CLI that converts entire codebases into structured prompts optimized for LLM context windows. It intelligently filters files using gitignore patterns, respects token budgets, generates directory tree visualizations, and supports custom Handlebars templates for output formatting. The tool addresses the core challenge of feeding large codebases to AI coding assistants by producing clean, organized context that maximizes the value of limited token budgets.

Open Source
mrge logo

mrge

LSP-based AI code review agent backed by Y Combinator

mrge is a YC-backed AI code review agent that uses Language Server Protocol analysis to provide deep, context-aware pull request reviews. It goes beyond surface-level pattern matching by understanding project structure, type information, and cross-file dependencies. Integrates with GitHub and GitLab to deliver automated reviews that catch logic errors, security issues, and architectural inconsistencies.

Open Source

pxpipe

Lossy image-token proxy for reducing Claude Code request context costs

pxpipe is a local proxy for Claude Code and compatible agent workflows that turns bulky request context—system prompts, tool docs, old history, code and JSON—into dense PNG image blocks before forwarding the call. The project README reports workload-dependent 59–70% end-to-end bill reduction, while warning exact byte values should stay as text.

Open SourceTelemetry
ralphy logo

ralphy

Multi-agent loop runner for autonomous PRD completion

ralphy is an autonomous bash-based orchestrator that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen, and Droid in a continuous loop until a PRD is complete. Supports parallel task execution with isolated git worktrees, automated branching per task, PR creation, and webhook notifications to Discord and Slack. Cross-platform on macOS, Linux, and Windows via WSL2 or Git Bash.

free
roborev logo

roborev

Continuous local code-review loops for commits produced by AI coding agents

roborev is an MIT-licensed local review system that checks every commit in the background, stores findings in a review queue, and feeds actionable issues back into AI coding sessions. Git hooks, a TUI, branch and dirty-tree analysis, Codex and Claude agent hooks, plus iterative fix/refine commands turn review into a continuous agent workflow.

Open SourceTelemetry
ruflo logo

ruflo

Agent orchestration platform for Claude multi-agent swarms

ruflo is an agent orchestration platform built for Claude that enables deploying intelligent multi-agent swarms and coordinating autonomous workflows. Features enterprise-grade architecture with distributed swarm intelligence, self-learning capabilities, 100+ pre-built specialized agents, fault-tolerant consensus mechanisms, and RAG integration. Native Claude Code and Codex integration with MCP extension support.

free