The open-source IDE that audits your AI coworkers
An open-source agent IDE that trades raw speed for replayable traces, shared memory, and org-level accountability.

What it does
ORG-2 is a local-first desktop IDE—built with Rust and Tauri—that runs AI coding agents inside a structured, observable environment. It wraps familiar tooling (GUI, CLI, Git, LSP, browser, database) around a harness that records execution traces, shares state across sessions, and schedules agents to run unattended. The pitch is organizational: instead of one-off AI completions, you get persistent colleagues with memory, blame trails, and resource-aware execution.
The interesting bit
The project explicitly rejects the “outsourced assistant” model used by Cursor and Claude Code. It experiments with org-level alignment—shared workspaces, cross-agent knowledge, and replayable trajectories—so humans can review what an agent did, when, and why. It even includes agent-powered GUI end-to-end testing so the system can supervise its own evolution.
Key highlights
- Replayable agent execution traces for auditing and debugging across long-running sessions.
- Cross-session memory and shared workspace state so agents retain context like actual team members.
- Rust-based runtime under 100MB on disk, running locally with your existing API keys and supporting 10+ CLIs.
- Resource-aware execution that reacts to CPU, RAM, and whether a human is currently paying attention.
- Scheduling and auto-start for overnight or unattended agent sessions.
Caveats
- Several ambitious features—org-level project management and group collaboration via self-hosted Supabase—are marked work-in-progress.
- Native “Computer Use” screen automation is currently macOS-only, and browser automation relies on optional sidecars that may not be available on all platforms.
- If optional native helpers are missing, related capabilities fall back to PATH or simply remain unavailable.
Verdict
Worth a look if you manage multi-agent workflows or need to justify AI-generated changes to a team. Skip it if you just want a lightweight, drop-in replacement for Cursor without the organizational overhead.
Frequently asked
- What is org2AI/ORG2?
- An open-source agent IDE that trades raw speed for replayable traces, shared memory, and org-level accountability.
- Is ORG2 open source?
- Yes — org2AI/ORG2 is open source, released under the AGPL-3.0 license.
- What language is ORG2 written in?
- org2AI/ORG2 is primarily written in TypeScript.
- How popular is ORG2?
- org2AI/ORG2 has 2.2k stars on GitHub and is currently accelerating.
- Where can I find ORG2?
- org2AI/ORG2 is on GitHub at https://github.com/org2AI/ORG2.