ai-coding

Open-source projects categorized as ai-coding

Top 23 ai-coding Open-Source Projects

ai-coding
  1. ruflo

    🌊 The leading agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated

    Project mention: How I tracked down a 36GB memory leak in a Claude Code memory server | dev.to | 2026-06-21

    Upstream writeup with the full retainer trace: ruvnet/ruflo#2432. The wrapper itself, if you're curious: jazz-max/ruflo-hub.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. DeepSeek-Reasonix

    DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.

    Project mention: DeepSeek open-sources inference optimizations with 60–85% faster generation [pdf] | news.ycombinator.com | 2026-06-27

    Have you tried reasonix?

    https://github.com/esengine/deepseek-reasonix

  4. serena

    A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

    Project mention: Ask HN: SoTA of Context Building Methods | news.ycombinator.com | 2026-04-06

    You should add Serena https://github.com/oraios/serena to your list.

    Serena gives you symbol-level navigation, reading, and editing via tree-sitter. So you're already getting much of what CoderLM offers — plus Serena has editing capabilities(replace symbol body, insert before/after symbol, rename). GitNexus goes further with the graph/impact analysis layer on top.

    I personally use Serena and GitNexus.

    The case for using both

      - GitNexus tells you what to change (impact analysis, dependency maps, blast radius)

  5. kilocode

    Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.

    Project mention: ChatGPT Plus: Enjoy $200 of Tokens for $20 While It Lasts | dev.to | 2026-07-01

    The coding space is especially crowded: OpenCode, Droid, OpenHands, KiloCode, Crush, Aider, and Pi, to name a few. Autonomous agents like OpenClaw and Hermes are hugely popular and burn through tokens. Agent orchestrators like Paperclip and Conductor are a legitimate category now too, and we’ll likely see more vertical harnesses soon.

  6. code-review-graph

    Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.

    Project mention: Code-review-graphv 2.1.0, 8× fewer tokens for code reviews via structural graph | news.ycombinator.com | 2026-04-03

    • True zero-config install — one command across 7 platforms

    Tech: Python + Tree-sitter + SQLite (WAL) + FastMCP. 572 tests.

    https://code-review-graph.com

    GitHub: https://github.com/tirth8205/code-review-graph

    pip install code-review-graph && code-review-graph install

  7. claude-context

    Code search MCP for Claude Code. Make entire codebase the context for any coding agent.

    Project mention: Beads – A memory upgrade for your coding agent | news.ycombinator.com | 2025-11-27

    Claude Code doesn't do anything with semantic search or embeddings out of the box. They use a simple grep tool instead.

    Neither does OpenAI's Codex CLI - you can confirm that by looking at the source code https://github.com/openai/codex

    Cursor and Windsurf both use semantic search via embeddings.

    You can get semantic search in Claude Code using this unofficial plugin: https://github.com/zilliztech/claude-context

  8. loop-engineering

    Practical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit, loop-init, loop-cost.

    Project mention: Loopcraft: Stop Prompting, Start Designing Loops | dev.to | 2026-06-13

    Meanwhile, the ecosystem materialized. obra/superpowers shipped a complete software development methodology built on composable skills — 1,276+ stars and growing. The cobusgreyling/loop-engineering repo cataloged patterns from Osmani and Cherny into a practical reference.

  9. codeburn

    See where your AI coding tokens go. Interactive TUI dashboard for Claude Code, Codex, and Cursor cost observability.

    Project mention: Show HN: macOS menu bar gauges for your Claude Code quota | news.ycombinator.com | 2026-06-10

    I use codeburn, has both terminal and menu bar versions. Works quite well - https://github.com/getagentseal/codeburn

  10. MonkeyCode

    AI coding platform for teams

    Project mention: Build the Failure Path Before You Trust an AI Task CLI | dev.to | 2026-07-10

    MonkeyCode documents managed development environments and AI task management for teams, including a self-hosted option. That makes it relevant when the requirement moves from “wrap my local command” to “coordinate development tasks across people and controlled environments.” The little runner above is not a MonkeyCode integration or benchmark; it is a way to make the operational questions visible before evaluating a larger system.

  11. crystal

    (Crystal is now Nimbalyst) Run multiple Codex and Claude Code AI sessions in parallel git worktrees. Test, compare approaches & manage AI-assisted development workflows in one desktop app. (by stravu)

    Project mention: Best Markdown Editors for Developers | dev.to | 2026-06-01

    Option 4: Integrated environment. Tools like Nimbalyst that treat markdown as a first-class concern alongside code. Newer approach, fewer options, but addresses the fundamental problem of fragmented context.

  12. HolyClaude

    AI coding workstation: Claude Code + web UI + 8 AI CLIs + headless browser + 50+ tools

    Project mention: How I Run Claude Code in Docker with a Web UI and Headless Browser | dev.to | 2026-03-21

    GitHub: https://github.com/CoderLuii/HolyClaude Docker Hub: https://hub.docker.com/r/coderluii/holyclaude Website: https://holyclaude.coderluii.dev

  13. codeburn

    See where your AI coding tokens go. Interactive TUI dashboard for Claude Code, Codex, and Cursor cost observability. (by AgentSeal)

    Project mention: Where do your AI coding tokens actually go? | dev.to | 2026-04-16

    Repo: https://github.com/AgentSeal/codeburn Open source, MIT.

  14. pro-workflow

    Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.

    Project mention: Stop Rebuilding Your Claude Code Setup - Scaffold It Once with Worclaude | dev.to | 2026-04-16

    The workflow draws from Boris Cherny's tips (creator of Claude Code at Anthropic), patterns from Affaan Mir's everything-claude-code (Anthropic hackathon winner), Karpathy's coding principles, and community repos like pro-workflow.

  15. Awesome AI Coding Tools

    A curated list of AI-powered coding tools

    Project mention: A curated list of AI for developers | news.ycombinator.com | 2026-06-05
  16. pilot-shell

    How real engineers run Claude Code and Codex: spec-driven planning, enforced TDD, persistent memory, and quality enforcement on all levels. Make your agents production-ready.

    Project mention: Pilot Shell: Spec-driven plans; enforced quality gates; persistent knowledge | news.ycombinator.com | 2026-07-03
  17. open-cowork

    Open-source AI agent desktop app for Windows & macOS. One-click install Claude Code, MCP tools, and Skills — with sandbox isolation, multi-model support, and Feishu/Slack integration.

    Project mention: The Dead Economy Theory | news.ycombinator.com | 2026-05-29
  18. haft

    Engineering decisions engine that know when they're stale. Frame, compare, decide — with evidence decay and parity enforcement. For Claude Code, Cursor, Gemini CLI, Codex and more.

    Project mention: Structured reasoning for AI coding tools – Quint Code | news.ycombinator.com | 2025-12-18
  19. BitFun

    BitFun is a desktop-grade Agent runtimeand a ready-to-use suite of desktop Agent applications.with built-in Code Agent 、 Cowork Agent、Computer Use. It has memory, personality, and the ability to evolve over time

    Project mention: Show HN: BitFun – An Agentic Development Environment (Rust and TypeScript) | news.ycombinator.com | 2026-03-04
  20. aider-desk

    Platform for AI-powered software engineers

    Project mention: Aider-desk – Desktop application for Aider AI | news.ycombinator.com | 2025-11-02
  21. rulesync

    A Utility CLI for AI Coding Agents

    Project mention: Rulesync – a single source of truth for your coding agent configs | news.ycombinator.com | 2026-05-07
  22. parallel-code

    Run Claude Code, Codex, and Gemini side by side — each in its own git worktree

    Project mention: This Month in Solid: The Road to 2.0 is here, SolidStart 1.3.0 release 😎 | dev.to | 2026-03-05

    Run Claude Code, Codex, and Gemini side by side — each in its own git worktree

  23. maggy

    What started as an opinionated Claude Code setup kit is now an autonomous AI engineering command center

    Project mention: Maggy – Self-improving AI engineering platform with cross-session memory | news.ycombinator.com | 2026-05-11
  24. wcgw

    Shell and coding agent on mcp clients

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

ai-coding discussion

Log in or Post with

ai-coding related posts

  • Build the Failure Path Before You Trust an AI Task CLI

    1 project | dev.to | 10 Jul 2026
  • Build an Agent Task State Machine Before You Build an Agent

    1 project | dev.to | 10 Jul 2026
  • Should Your Team Self-Host AI Coding? A MonkeyCode Scorecard

    1 project | dev.to | 10 Jul 2026
  • Put a Deterministic Gate Between Generated Code and Main

    1 project | dev.to | 10 Jul 2026
  • Design the Moment an AI Agent Needs Human Input

    1 project | dev.to | 10 Jul 2026
  • How to Black-Box Test MonkeyCode Task Reliability

    1 project | dev.to | 10 Jul 2026
  • Threat-Modeling MonkeyCode as a Self-Hosted AI Coding Platform

    1 project | dev.to | 10 Jul 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source ai-coding projects? This list will help you:

# Project Stars
1 ruflo 63,860
2 DeepSeek-Reasonix 26,538
3 serena 26,076
4 kilocode 25,841
5 code-review-graph 19,357
6 claude-context 12,112
7 loop-engineering 5,499
8 codeburn 4,193
9 MonkeyCode 3,575
10 crystal 3,094
11 HolyClaude 2,415
12 codeburn 1,934
13 pro-workflow 1,907
14 Awesome AI Coding Tools 1,894
15 pilot-shell 1,782
16 open-cowork 1,449
17 haft 1,363
18 BitFun 1,319
19 aider-desk 1,299
20 rulesync 1,208
21 parallel-code 828
22 maggy 699
23 wcgw 666

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?