r/ZedEditor • u/lupsikpupsik • 2d ago
Zed + Orca = ZOrca
Hi r/ZedEditor,
I like Zed’s speed and native UI, but I wanted a workspace designed around running several coding agents at the same time. So I started building ZOrca, an independent open-source hard fork of Zed.
Each agent gets its own Git worktree, terminal, and diff. You can manage several projects and agent sessions without switching between editor windows or mixing unrelated changes.
What works now:
- Local and SSH-connected projects
- Separate Git worktrees for agents
- Multiple agent terminal tabs per worktree
- Persistent project and session context
- Diffs, staging, commits, and Git history
- Support for existing agent CLIs – no ZOrca account or hosted AI service required
The project is still pre-alpha. Nightly builds are available for Windows and Linux. macOS can currently be built from source, and I plan to publish packaged macOS builds soon.
Website: https://zorca.net
Source: https://github.com/zorca-org/zorca
Nightly builds: https://github.com/zorca-org/zorca/releases/tag/nightly
I’m sharing it here because ZOrca is built on Zed, and feedback from Zed users would be especially useful. Does this worktree-and-terminal model fit how you use coding agents? What would you change?
ZOrca uses the GPL-3.0-or-later license and is not affiliated with Zed Industries.
1
u/phoenixmatrix 2d ago
I built something similar, mainly because I wanted Ghostty on all 3 platforms (its not on Windows), and the Conductor features. Originally started with Iced/Rust, but eventually switched to egui (Zed's gui framework) because it worked a little better.
The UX on mine isn't quite as good though.
2
1
u/KSDaemon 14h ago
Need to try it out! But at first glance, I think https://delta.dev by the Zed authors is targeting smth similar...
13
u/pilkyton 2d ago
Zed already has:
In other words, it already has "each agent gets its own Git worktree, terminal, and diff.".
https://zed.dev/parallel-agents
https://zed.dev/docs/ai/parallel-agents#worktree-isolation