Skip to main content
AIDiveForge AIDiveForge

Self-Hosted IDE Code Assistants

As of September 2026, AIDiveForge tracks 12 self-hosted ide code assistants. The top three by verified-data score are Atlarix, Generative IDE, and MonkeysCode. Curated self-hosted ide code assistants tracked by AIDiveForge. Listings are verified against each tool's live website and re-checked regularly.

Last updated September 8, 2026 · 12 tools

Ranked by AIDiveForge's verified-data score: data completeness, verification recency, community rating, and real visitor engagement. How we rank · No tool can pay for placement.

  1. Atlarix

    1. Atlarix

    Atlarix is a desktop AI workstation where agents plan, write, test, and debug inside workspaces you control, with a full terminal, an integrated browser the agent can drive, and a visual map of your codebase that updates as things change. You can run managed models, plug in your own API keys, or run models entirely locally — the vendor states code stays on your machine regardless of which path you choose. The approval queue is the core safety mechanism: nothing ships until you accept the diff. Parallel workers let the agent split a task into up to five concurrent efforts, each reporting back independently. The separate Reviewer product reads pull requests on GitHub and posts line-level findings without ever writing to or executing your code.

    Paid$19/monthSelf-hostedVerified Aug 28, 2026
  2. Generative IDE

    2. Generative IDE

    GIDE is a desktop AI code editor built for teams that cannot or will not send source code to a third-party API. It runs local models fully offline, supports cloud models (Claude, GPT, Gemini) via your own API key, and gates every proposed change through an explicit accept/reject step before writing to disk. The agent reads files, runs tool calls, and shows diffs — all inside the editor. The gate is not optional decoration: the vendor states plan confirmation before edits is a core design constraint. Where it breaks: teams expecting background auto-apply will fight the confirmation model, and the toolchain is new enough that community-sourced workarounds are sparse.

    PaidFree Trial · 30 days$19.99/moAPISelf-hostedVerified Sep 8, 2026
  3. MonkeysCode

    3. MonkeysCode

    The agent edits code, runs tests, and only commits when the tests pass — so you are not reviewing diffs that silently broke a dependency. Runs are signed and replayable, which means an auditor can inspect exactly what the agent did and why. You can point it at Capuchin (the vendor's own model), Claude, Gemini, ChatGPT, or a local Ollama instance, and swap between them per task without reinstalling anything. Per-task budgets and hard caps mean the cost of an overnight agent run is knowable before it starts. The ceiling arrives when your workflow needs integrations MonkeysCode does not yet expose — at which point you are writing glue code around an IDE rather than composing tools that were built to connect.

    PaidSelf-hostedVerified Aug 16, 2026
  4. Orca

    4. Orca

    Orca is an Agent Development Environment built for developers who run Claude Code, Codex, OpenCode, Grok, or any other CLI agent as a daily workflow. It spins each agent into its own git worktree so branches stay isolated, pairs them with Ghostty-inspired terminals and a built-in editor, and surfaces a unified task view so you can see what five agents are doing without switching windows. A mobile companion app for iOS and Android lets you monitor and manage sessions away from your desk. The ceiling appears when your workflow needs deep IDE integration or a plugin ecosystem — Orca is purpose-built for the agent-fleet use case, not a general-purpose editor replacement.

    PaidSelf-hostedVerified Aug 15, 2026
  5. AI-Engineering-Coach

    5. AI-Engineering-Coach

    The extension passively analyzes AI coding assistant activity across your workspace and surfaces usage metrics, prompt patterns, and code generation volume in a single dashboard — without requiring any API or cloud dependency. It covers any AI coding harness, not just Copilot, so teams running a mix of tools get consolidated signal instead of siloed logs. The anti-pattern detection flags weak prompting habits before they calcify across the team. Where it breaks: this is a read-only observer, not an enforcer. The docs describe an 'agentic readiness audit' framing, but no task is executed on your behalf — you get diagnostics, not automation.

    FreeOpen SourceSelf-hostedVerified Jun 1, 2026
  6. Callimachus

    6. Callimachus

    The vendor describes Callimachus as a background watcher that indexes conversation history from eleven AI coding tools — Claude Code, Cursor, Cline, Codex, and seven others — into a single on-device catalogue with both keyword and semantic search. You query it from a desktop app, a VS Code sidebar, the terminal, or an MCP server that lets other agents pull your past threads directly. The index never leaves your machine: no account, no telemetry, AGPL-3.0 source available. The distillation features — summarizing decisions and gotchas across threads — require either a local Ollama setup or a cloud API key, so that layer is not zero-dependency. Teams running agents that aren't on the eleven supported list get no indexing without manual workarounds.

    FreeOpen SourceSelf-hostedVerified Jun 22, 2026
  7. Cline

    7. Cline

    Open-source autonomous AI coding agent for VS Code and other IDEs, with human-in-the-loop approval, multi-provider support, and MCP extensibility.

    FreeOpen SourceAPISelf-hostedVerified May 7, 2026
  8. Cody (Sourcegraph)

    8. Cody (Sourcegraph)

    Cody embeds AI-powered code search and generation directly into your editor, treating your entire codebase as context rather than relying solely on a language model's training data. It sits between GitHub Copilot (token-limited) and dedicated code search platforms, excelling at understanding interdependencies and suggesting refactors grounded in your actual code patterns. The free tier covers basic chat and search; paid plans start around $20/month for individuals and scale with team seats. The honest friction point: setup requires installing Sourcegraph infrastructure or connecting to an existing instance, making it less frictionless than drop-in competitors for solo developers.

    Paid$20/moAPISelf-hosted
  9. Kilo

    9. Kilo

    Kilo Code is an open-source (Apache 2.0) coding agent that runs inside VS Code, JetBrains IDEs, and the CLI, with cloud agent and Slack options on top. It ships five specialized modes — Code, Architect, Debug, Ask, and Custom — so you're not forcing a general-purpose chat model to plan a feature and then write it in the same session. The 500+ model catalog routes through Kilo Gateway at zero markup, which means your token bill reflects actual model pricing. That architecture holds up well for single-developer workflows and small teams. Where it gets complicated is at the org level: team-wide parallel workflows using isolated agent worktrees are a newer surface, and community reports suggest the tooling around coordinating those agents is still maturing.

    PaidFree Trial · 14 daysFree (extension); Kilo Pass $19–$199/month (credits); KiloClaw $55/month (cloud agent)APISelf-hostedVerified May 30, 2026
  10. Mimirs

    10. Mimirs

    The vendor's own benchmark on a real project shows a prompt that consumed 380K tokens and took ~12 seconds dropping to 91K tokens and ~3 seconds after indexing — a 76% reduction. Mimirs gives Claude Code, Cursor, and compatible MCP clients a persistent, searchable memory layer for your codebase, stored entirely on your machine. It auto-generates a wiki and dependency graphs so your agent navigates structure instead of guessing at it. The ceiling appears on teams whose workflows require cloud sync, multi-machine access, or shared memory across developers — none of which a local-only architecture supports. Those teams end up pairing this with a hosted solution or abandoning it for one.

    FreeOpen SourceSelf-hostedVerified Jun 12, 2026
  11. Stagewise

    11. Stagewise

    Open-source agentic IDE with embedded frontend coding agent that runs in your browser on localhost.

    PaidOpen Source$20/moAPISelf-hostedVerified May 15, 2026
  12. Tabby

    12. Tabby

    Open-source, self-hosted AI coding assistant with code completion, chat, and agentic automation.

    FreeAPISelf-hostedVerified Apr 25, 2026

Listings on this page are sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent — inclusion and rank are not for sale. Labeled ads are separate.