Agent Code 0.0.2 Beta 1
Pre-release
Pre-release
·
1337 commits
to main
since this release
The first signed public beta of Agent Code.
Agent Code is an open-source Electron IDE for multi-agent AI development. It runs the real Claude Code, Codex, and OpenCode CLIs you already have installed — same auth, same tools, same sessions — inside a workspace built for running many agents at once.
Downloads
- Apple Silicon —
Agent.Code-0.0.2-beta.1-arm64.dmg - Intel —
Agent.Code-0.0.2-beta.1-x64.dmg
Both builds are signed with a Developer ID certificate and notarized with Apple.
Requirements
- macOS 12 (Monterey) or later
- The
claudeand/orcodexCLIs installed and signed in — Agent Code drives the real CLIs, it does not replace them - OpenCode works today when
opencodeis on your PATH; bundling it into the app is in progress (#994)
What is in this beta
- Tiled multi-agent workspace: project tabs, Grid and Dispatch layouts, fleet management
- Provider switching mid-session between Claude Code, Codex, and OpenCode
- Custom React rendering of conversations with the raw terminal always available
- Reader Mode, rewind-to-prompt, duplicate agent, prompt templates, conversation search
- Persistent tmux-backed terminals
- Built-in MCP: TLDR/Goal status peeks (Cmd+L / Cmd+G), orchestration, workflows, transcript tools
- Remote browser companion and voice dictation
- Nord theme and public-release default settings
Known limitations
- macOS only (Apple Silicon + Intel)
- OpenCode is not bundled yet and must be on PATH (#994)
- Active beta — the upstream CLIs move quickly, and so does this project