gitmyhub

ORG2

TypeScript ★ 1.5k updated 2h ago

Open-source Cursor-style agent IDE — but built for reviewability and control. Built-in rust harness; supports 10+ CLIs.

A desktop AI coding assistant that records everything it does so you can replay, audit, and manage its work. Runs locally with session memory and transparency controls.

TypeScriptRustsetup: moderatecomplexity 3/5

ORG-2 is an open-source AI coding assistant that runs on your desktop and helps you write, review, and manage code. Think of it as an alternative to tools like Cursor or Claude Code, but with a sharper focus on letting you see exactly what the AI did, why it did it, and how to hold it accountable for its work.

Instead of treating the AI like a black box that just spits out code, this project records everything the AI agent does during a session. You can replay those actions later, step by step, to audit what happened, debug issues, or share with teammates. Agents also keep memory across sessions, so they remember context from past work rather than starting fresh every time. The software runs locally on your machine using a Rust-based engine, meaning your data and execution stay on your device rather than being sent to a remote server.

The tool is built for developers, team leads, and technical founders who want to use AI agents for coding but also need transparency and control. For example, if you are a team lead reviewing what an AI agent did overnight on a feature, you can watch the replay rather than guessing. If you are managing multiple agents on different tasks, the project is working toward org-level coordination features like issue tracking and shared accountability, so humans and agents can collaborate around common goals.

What makes this project notable is its philosophy. Rather than positioning AI as a simple output machine, it treats agents as persistent, observable colleagues in a structured workflow. The desktop app is lightweight at under 100MB and supports a wide range of built-in tools, including GUI, terminal, Git, browser automation, and database tooling. Some advanced features, like computer control on macOS and browser automation, rely on optional helper programs you can download separately.

The project is actively developed, available for macOS, Windows, and Linux, and has an active community on Discord and WeChat. It is licensed under AGPL-3.0, meaning it is fully open-source with requirements around sharing modifications if you distribute or host it publicly.

Where it fits