Skip to content

Harry19081/ORG2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,381 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ORG-2

Open-source Cursor-style agent IDE — but built for reviewability, traceability, and control, not just faster coding.

Built with Rust and Tauri for local-first execution under 100MB on disk. Supports agent trajectory livestream and replay. Easy to follow and review.

English · Français · 简体中文 · 繁體中文 · Español · Русский · Português · Deutsch · 日本語 · 한국어 · Türkçe · Tiếng Việt · Polski

orgii-demo.mp4

It is not just another AI coding tool; it is an experiment in human/agent organizations and org-level alignment. Agents are getting better, but collaboration, observability, structure, and shared accountability are not keeping up — and in some cases are getting worse. Cursor, Claude Code, and similar tools often treat agents as outsourced assistants: useful for output, but hard to audit, coordinate, align, or evolve at a system level.

ORG-II explores a different model: agents as persistent, observable colleagues inside a structured organization. Instead of stateless, hard-to-review AI IDE sessions, it introduces replayable agent execution, cross-session memory, AI blame, and a local-first Rust-based runtime so humans, agents, and teams can collaborate around shared context and aligned goals.

Key capabilities

  • Long-running sessions with replayable execution traces for auditing, review, and debugging.
  • Rust-based agents that work with your existing API keys and agent subscriptions.
  • GUI, CLI, terminal, Git, browser, LSP, timeline, and database tooling.
  • Cross-session memory, cross-agent knowledge sharing, and shared workspace state.
  • Resource-aware execution that can react to CPU, RAM, and human attention availability.
  • Agent-powered GUI end-to-end testing for supervised self-evolution.
  • Scheduling and auto-started sessions so agents can run overnight or continue work when you are away.
  • Org-level alignment surfaces (issues/projects management) for coordinating humans, agents, goals, and accountability (WIP).
  • Session collaboration and group issue workflows via self-hosted Supabase (WIP).

ORGII GitHub browser demo

ORGII agent scheduling demo

Download

Current build version: v1.1.0 (2026-06-21)

Get the latest ORGII desktop app from the Releases page. Open the newest release, download the installer or app bundle for your platform, and follow the OS prompts to install ORGII.

Develop from source

To build or contribute from source:

pnpm install
pnpm run download:sidecars
pnpm run tauri:dev

For more contribution details, see CONTRIBUTING.md. We ask everyone to be respectful and empathetic; see CODE_OF_CONDUCT.md.

Optional native sidecars

Browser Use and Computer Use features rely on optional native helpers for browser automation and macOS screen automation:

  • agent-browser is downloaded from vercel-labs/agent-browser releases for the current OS/CPU.
  • peekaboo is downloaded from steipete/peekaboo releases on macOS.

Computer Use is currently available on macOS only. Browser Use can use agent-browser on supported platforms.

If a sidecar is missing, the Rust build creates a small placeholder resource so development builds can continue. The related capability may fall back to PATH or remain unavailable until you run pnpm run download:sidecars.

License

ORGII is licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later). See LICENSE for the full license text.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 54.3%
  • Rust 39.6%
  • JavaScript 4.1%
  • SCSS 1.1%
  • Python 0.5%
  • C++ 0.2%
  • Other 0.2%