whatisgithub

What is clodex-ide?

mereyabdenbekuly-ctrl/clodex-ide — explained in plain English

Analysis updated 2026-05-18

849TypeScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

In one sentence

A local first desktop AI coding app that keeps files, git, terminal, browser, and tools together in one task workspace you can pause and resume.

Mindmap

mindmap
  root((repo))
    What it does
      Durable AI task workspace
      Files git terminal browser
      Approval before actions
    Tech stack
      TypeScript
      Electron
      MCP
    Use cases
      Long refactors
      Reviewing AI diffs
      Local model connections
    Audience
      Developers
      AI agent users
    Licensing
      AGPL 3.0
      Open source core

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Work through a large multi file refactor across several sessions without losing context.

USE CASE 2

Review AI proposed diffs and terminal output before approving any file or git change.

USE CASE 3

Connect a local Ollama model or your own provider API key so code processing stays local.

USE CASE 4

Connect custom MCP servers so the agent can use your own tools with approval based checks.

What is it built with?

TypeScriptElectronNode.jsMCP

How does it compare?

mereyabdenbekuly-ctrl/clodex-ideportabase/portabaseskevy/wobble
Stars849843861
LanguageTypeScriptTypeScriptTypeScript
Last pushed2023-02-10
MaintenanceDormant
Setup difficultymoderatemoderateeasy
Complexity3/53/52/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

The current preview build is unsigned and not notarized, so the OS will show extra security warnings before it runs.

Released under AGPL 3.0, meaning modified versions, including ones offered over a network, must also be shared as open source.

So what is it?

CLODEx is a desktop app for coding with AI help, built for programmers who work on long, multi step engineering tasks rather than quick one off questions. Instead of treating each request as a fresh chat that loses its context, CLODEx keeps a task's files, git history, terminal, browser view, and connected tools together in one workspace that you can leave and come back to later without starting over. The idea behind the project is that AI output should be treated as a suggestion, not something that runs unchecked. When you ask the built in agent to explain, plan, change, or review code, it can inspect your files and use approved local tools, but sensitive actions can be set to require your approval before they run. You get to see pending edits and line by line diffs, read terminal output, check the embedded browser, and decide whether to accept, change, or continue the work. It supports several ways of connecting to AI models: signing in with a CLODEx account, using your own API key from a provider, pointing it at any OpenAI compatible endpoint, or running local models through Ollama. It also supports the Model Context Protocol (MCP), letting you connect external tools, servers, and prompts, with the same approval based safety checks applied. The project is open source and local first, meaning your code and work stay on your machine rather than being routed entirely through a third party service. It is written mostly in TypeScript and packaged as a desktop app, and currently ships a Technical Preview build for macOS, Windows, and Linux, though that build is unsigned and not notarized, meaning your operating system may show extra security warnings before it will run. It is released under the AGPL 3.0 license, which requires that modified versions shared with others, including over a network, also be released as open source.

Copy-paste prompts

Prompt 1
Open my repository in CLODEx and give me a plan to refactor the authentication module.
Prompt 2
Use CLODEx to review the pending edits from my last task and explain each change before I approve it.
Prompt 3
Set up CLODEx to connect to my local Ollama model instead of a hosted provider.
Prompt 4
Configure an MCP server in CLODEx so the agent can use my custom local tools.
Prompt 5
Show me how to sign in with my own API key instead of a CLODEx account.

Frequently asked questions

What is clodex-ide?

A local first desktop AI coding app that keeps files, git, terminal, browser, and tools together in one task workspace you can pause and resume.

What language is clodex-ide written in?

Mainly TypeScript. The stack also includes TypeScript, Electron, Node.js.

What license does clodex-ide use?

Released under AGPL 3.0, meaning modified versions, including ones offered over a network, must also be shared as open source.

How hard is clodex-ide to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is clodex-ide for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.