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

ZOrca is an Agent Development Environment that uses Zed as its foundation. Each coding agent gets a Git worktree, terminal, and diff. When you return, ZOrca restores the project and session context.

Install ZOrca

Pre-alpha · Nightly builds for Windows and Linux · macOS source builds

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

Current capabilities

Project and session restoration.

ZOrca keeps local and SSH-connected repositories in one sidebar. It saves the project tree, active workspace, and agent terminal sessions. When the app or connection returns, ZOrca restores that context.

  • Projects and worktrees return to the sidebar.
  • Persistent sessions reconnect. You can recreate unavailable sessions.
  • ZOrca reopens the active workspace and terminal tabs.
Current pre-alpha interface · persistent projects and sessions

A separate worktree for each agent.

ZOrca gives each agent a separate Git worktree. Thus, agents do not change the same checkout. Each workspace keeps the terminal context and working files of its agent.

  • Each agent uses one worktree.
  • Agents can use parallel branches.
  • The project context stays visible.
Current pre-alpha interface · worktree and terminal context

Terminal and change review.

The Git cockpit follows the active workspace. You can inspect diffs, stage changes, commit, and browse history. The agent terminal stays visible during the review.

  • The Git cockpit provides diff and staging controls.
  • You can commit changes and browse history.
  • The agent terminal stays visible.
Current pre-alpha interface · terminal and Git review context

Editor features from Zed.

ZOrca reorganizes Zed for agent workspaces. It does not rebuild the editor.

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

Where ZOrca fits.

ZOrca combines the Zed editor with agent workspaces. Zed is the upstream editor. Orca provides 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 terminalsMultiple tabs per project worktreeTerminal dockFirst-class
Automation and orchestrationNo. Hands-on control only.NoYes
Built-in AINo hosted AI. Copilot is optional.Hosted Zed AIBring your own
AvailabilityDesktop source builds. Mobile is planned.Desktop appDesktop and mobile apps

Planned directions.

These items are planned directions. They are not current capabilities. The project does not promise dates for them.

Planned

REST API and CLI

ZOrca will support external control and integrations.

Planned

Mobile app

Users will manage workspaces and agent sessions away from the desktop.

Install ZOrca.

Download nightly builds for Windows and Linux from GitHub Releases. macOS currently uses a source build.

# Clone for macOS or Linuxgit clone https://github.com/zorca-org/zorca.gitcd zorca# macOS: build and install./script/bundle-mac -i# Linux: build and install./script/linux./script/download-wasi-sdk./script/install-linux
Read the full install instructions
Pre-alphaExpect breaking changes.
Nightly buildsWindows and Linux packages are available.
macOS source buildA macOS package is not available yet.
Independent and open sourceGPL-3.0-or-later. Not affiliated with Zed Industries or Stably AI.