All your agents. All your projects. One native workspace.

ZOrca is an Agent Development Environment built on Zed. Give every coding agent its own Git worktree, terminal, and diff across local and SSH-connected projects.

Install now

Pre-alpha · Available from source · Homebrew coming

ZOrca showing project worktrees, an agent terminal, and repository files

Current capabilities

Control agents across projects.

Keep several repositories in one sidebar, including remote projects connected over SSH. Open a workspace and launch the agent CLI you already use.

  • Multiple repositories at once
  • Local and SSH-connected workspaces
  • As many terminal tabs as needed per worktree
Current pre-alpha interface · project and workspace control

Give every agent its own worktree.

Agents work in separate Git worktrees instead of colliding in one checkout. Their terminal context and working files stay attributable to one workspace.

  • Worktree-backed isolation
  • Parallel branches without checkout churn
  • Project context stays visible
Current pre-alpha interface · worktree and terminal context

Review terminals and changes together.

The Git cockpit follows the active workspace: inspect diffs, stage changes, commit, and browse history without losing the agent terminal that produced them.

  • Diff and staging controls
  • Commit and history browsing
  • Agent activity remains in context
Current pre-alpha interface · terminal and Git review context

Zed’s editor foundation, already built in.

ZOrca reorganizes Zed around agent workspaces instead of rebuilding the editor underneath them.

LSP and tree-sitter
Debugger and multibuffers
Native Vim keybindings
Beautiful themes
Zed Extensions
zed:// URLs

Where ZOrca fits.

ZOrca combines Zed’s mature editor with agent-first workspaces. Zed is the polished upstream editor; Orca is the broader ADE today.

Swipe or use arrow keys to compare all columns.

CapabilityZOrcaZedOrca
Workspace modelAgent workspaces with Git worktreesProject foldersAgent workspaces
Remote projectsSSH workspacesSSH projectsRemote workspaces
Agent terminalsAs many as needed per project worktreeTerminal dockFirst-class
Automation and orchestrationNo; hands-on control onlyNoYes
Built-in AINone hosted; Copilot optionalZed AI, hostedBring your own
AvailabilityDesktop from source; mobile plannedDesktop appDesktop and mobile apps

Coming soon.

These are planned directions, not first-version capabilities. There are no promised dates.

Planned

Agent communication bus

Workspace-scoped messaging so agents can exchange context and coordinate work.

Planned

Deeper agent integration

Better monitoring and direct interaction with running coding agents.

Planned

Mobile companion

Monitor and interact with workspaces away from the desktop after the first desktop version.

Install ZOrca.

For now, ZOrca is available as a source build for macOS and Linux. A Homebrew installation is coming.

# macOS and Linuxgit clone https://github.com/ifokeev/zorca.gitcd zorca# Linux only./script/linux./script/download-wasi-sdk# Build and launchcargo run -p zed
Read the full build instructions
Pre-alphaExpect breaking changes.
No packaged release yetPackaged and signed releases are not currently available.
macOS and LinuxWindows is not supported.
Independent and open sourceGPL-3.0-or-later. Not affiliated with Zed Industries or Stably AI.