13 min read · Reviewed 2026-05-11 by tinker-editor
Zed 2026 review: the Rust editor that quietly became an agent platform
Zed is the Rust-built, GPU-accelerated code editor with the strongest performance story in 2026 — 0.4s cold start, 180MB idle RAM, parallel agents via ACP, CRDT collaboration, $20 Pro with BYOK. The only major editor not derived from VS Code.
The verdict
Pros
- Native Rust + GPU rendering: 0.4s cold start, 180MB idle RAM (vs VS Code's ~650MB) — the editor itself never feels in the way
- ACP (Agent Client Protocol) lets you bring any agent — Claude Agent, Codex, OpenCode, custom builds — instead of being locked to one
- Parallel agents shipped April 29, 2026: run multiple agents in the same window working on different parts of the codebase concurrently
- CRDT-based real-time collaboration is built in, not a plugin — pair coding and pair security review work natively
- BYOK is fully supported and removes prompt caps; teams can bring AWS Bedrock, Vertex, or self-hosted endpoints
- Zed for Business shipped May 6, 2026 — org-wide AI settings, policy enforcement, centralized billing for teams
- Free Personal tier and $20/month Pro tier — competitive with Cursor and below Cursor's Pro+ at $60
Cons
- Inline completion is solid but does not match Cursor's Tab on multi-line edit prediction
- Ecosystem is smaller than VS Code's — fewer extensions, fewer language servers tuned for it, less Stack Overflow signal
- JetBrains and Visual Studio users get nothing here; Zed is its own native editor, no plugin-into-existing-IDE path
- The agent UX is good but assumes you'll bring an external agent via ACP — first-run setup is denser than a Cursor signup
Best for: Performance-conscious developers, teams running multi-agent workflows that benefit from ACP's flexibility, pair programmers who want native CRDT collaboration, and anyone willing to switch editors for a faster, lighter, more open base.
Worst for: Developers who want the most polished single-vendor AI experience (Cursor wins), VS Code-extension-dependent workflows (most extensions don't run), or teams locked into JetBrains or Visual Studio (Zed is not a fit).
What Zed is, in one minute
Zed is a code editor built in Rust by the team behind Atom and Tree-sitter. It is the only major code editor in 2026 that is not a VS Code derivative. The architecture decision — native Rust, GPU-accelerated rendering, custom text engine, multi-process design — is not a marketing pitch; it is the source of the product’s character. Zed starts in 0.4 seconds, idles at 180 MB of RAM, and never feels like the editor is the bottleneck.
The product launched in March 2023 as a closed beta and went open-source in early 2024. As of this review the GitHub repository sits at 82,346 stars with the latest release on May 10, 2026. HackerNews mention volume is 7,817 in the last 30 days — the highest of any tool in this directory, including Cursor and Cline. The community signal is real.
The AI surface in 2026 is unusual and worth describing precisely. Zed does not ship its own agent in the way Cursor ships Composer 2 or Windsurf ships Cascade. Instead, Zed implements the Agent Client Protocol (ACP) — a standard interface that lets any agent (Claude Agent, Codex, OpenCode, or your own) plug into the editor. The editor provides the workspace, the diff UI, the human-in-the-loop gates. The agent provides the reasoning. This separation is the philosophical bet that distinguishes Zed from Cursor and Windsurf, which couple their editor and agent tightly.
Pricing is straightforward. Free Personal tier (BYOK only). Pro at $20/month includes 500 fast Edit Predictions per day and hosted agent threads with frontier models. Business at $50/user/month adds SSO, centralized billing, and admin controls. Zed for Business — launched May 6, 2026 — adds org-wide AI policy enforcement.
What changed in 2026
Zed in May 2026 is materially different from the editor that opened up to AI features through 2024–2025. Three changes matter most.
Parallel agents (April 29, 2026). This is the big one. Zed now supports running multiple agents concurrently in the same window, each working on a different part of the codebase. Open the agent panel, spawn a Claude Agent on one branch’s refactor, spawn an OpenCode instance on a different file’s bug fix, watch both progress in side-by-side panes. The agents have isolated workspaces (different scratch directories, different terminal sessions) but operate inside the same editor. For developers who run multi-agent workflows — increasingly common for serious users in 2026 — this is the cleanest UX in the category. Cursor 3.0 has the Agents Window for parallel agents too; Zed’s implementation is more elegant because of the ACP abstraction underneath.
ACP became the default. Through 2025, Zed’s AI features were primarily its own — inline edit predictions, slash commands, an in-editor model menu. Through 2026, the editor leaned into ACP as the agent layer, which means the in-editor agent experience is now mostly delegated to whichever agent you’ve configured. Claude Agent, Codex, OpenCode, Cline (which now has Zed support), and custom in-house agents all work via the same protocol. The editor’s job is to be the best surface for whatever agent the user chose.
Zed for Business (May 6, 2026). The enterprise edition adds org-wide AI settings (which models are allowed, which providers, which agents), policy enforcement (data residency, redaction rules), centralized billing for teams already on Zed Pro, and admin dashboards. This is the equivalent of Cursor’s Teams/Enterprise tiers and Windsurf’s Enterprise — a procurement-friendly version of the editor that finance and legal can sign off on.
MCP first-class. MCP server support is built into Zed’s agent surface. Configure servers in .zed/mcp.json, the agent calls them as tools. The integration is identical in spirit to Cursor’s and Cline’s — Zed has caught up, and at this point MCP is table stakes across the category.
The Rust speed pitch — does it matter?
Zed’s marketing leans hard on speed. The numbers are real. The question is whether the speed shows up where you feel it.
Cold start. 0.4 seconds. VS Code on the same machine takes 2–4 seconds for a comparable workspace. The first time you switch a habit from VS Code to Zed, opening the editor stops being a context-switch ritual and starts being a no-cost action. This compounds across a workday in a way that is small per-instance but real over time.
Idle RAM. 180 MB at idle versus VS Code’s ~650 MB. On a 16 GB machine running a Slack, a browser with 30 tabs, a Docker setup, and a couple of language servers, the difference between Zed and VS Code is often the difference between “the laptop is fine” and “the laptop is swapping.” For developers on resource-constrained hardware (older laptops, remote dev machines, modest Linux setups), this is the change you notice every day.
Editing latency. Keystroke-to-paint latency is the metric Zed has chased the hardest, and it shows. Typing in Zed with a heavy language server attached feels like typing in a text editor without one. VS Code’s typing latency degrades visibly under load; Zed’s doesn’t. For developers who are sensitive to latency — vim users, anyone who’s spent time in lightweight terminal editors — Zed’s typing feel is the closest a GUI editor gets to the lightweight ones.
File operations. Opening, saving, switching files is fast. Search-in-files (with the Tree-sitter-aware grep) is fast. Mass refactors via the find-and-replace UI are fast.
The honest read on speed: it matters most for two kinds of developer. People with older hardware feel it constantly because the savings are existential. People who care about flow state feel it as the absence of small frictions across the day. People on top-of-the-line MacBook Pros editing typescript projects with light language-server load won’t feel a huge difference between Zed and VS Code on most tasks — both are fast enough that the difference is hard to notice without measuring.
ACP and the multi-agent model
ACP (Agent Client Protocol) is the architectural decision that makes Zed different from every other AI editor.
In Cursor and Windsurf, the agent is part of the product. Anysphere’s Composer 2 model and Cognition’s SWE-1.5 are baked in. The user picks a model from the menu, but the agent loop, the planner, the tool-use orchestration, the diff-presentation are all the editor vendor’s code.
In Zed, the agent is an external program that speaks ACP. The editor provides:
- A workspace (the file tree, the open tabs, the terminal)
- A diff UI (the per-file accept queue)
- A human-in-the-loop gate system (approve / reject / edit)
- Tool access (terminal, MCP, file system)
The agent provides:
- The model and the planner
- The tool-use orchestration
- The retrieval
This separation has consequences that show up everywhere. You can switch agents without switching editors. Use Claude Agent on one project, Codex on another, a custom in-house agent on a third — the editor is the same. You can audit the agent independently of the editor — Claude Agent is open source, Codex’s prompts are public, your custom agent is by definition inspectable. You can run multiple agents in parallel, because there’s nothing about the protocol that ties an agent to a specific editor session.
The cost: less integration polish than Cursor or Windsurf. Cursor’s agent and editor are co-designed, which means the agent knows about the editor’s diff UI, the editor’s checkpointing, the editor’s specific quirks. Zed’s ACP agents are more loosely coupled, which means the agent might surface context the editor doesn’t display optimally, or the editor might present a diff in a way the agent didn’t expect. The friction is small but present.
For developers who run a single agent on a single editor and want the most polished experience, Cursor or Windsurf wins. For developers who run multiple agents, want to switch agents over time, or value the audit story of an external agent program, Zed’s ACP model is the right answer.
Real-time collaboration via CRDT
Zed’s collaborative editing is built into the core, not a plugin. The implementation uses CRDTs (Conflict-free Replicated Data Types) — the same approach Google Docs and Figma use for real-time multi-user editing.
What this means in practice: two developers can open the same file, see each other’s cursors, and edit simultaneously without merge conflicts. The CRDT layer reconciles concurrent edits. There’s no “host the session, others join” model — Zed sessions are peer-to-peer (with relay infrastructure for NAT traversal), and any collaborator can edit, run commands, or trigger agents.
The use cases this enables are different from VS Code’s Live Share. Live Share is good for “I’ll drive, you watch and occasionally take over.” Zed’s CRDT model is good for true simultaneous editing — pair programming where both people are typing in different files at the same time, security reviews where two assessors split a directory and work in parallel, mob programming where five developers edit a single function together while talking it out.
The agent angle is the underexplored part. With ACP and CRDT both first-class, you can have a human-and-agent pair that’s symmetric: the human edits, the agent edits, both see each other’s cursors, neither has to wait for the other’s turn. Most developers haven’t internalized this yet, but for the developers who have, it changes the agent collaboration model in a way that no other editor matches.
Pricing and BYOK economics
Zed’s pricing is simpler than its competitors’:
- Personal — free, BYOK only, no prompt caps
- Pro — $20/month, 500 fast Edit Predictions per day, hosted agent threads with frontier models, priority support
- Business — $50/user/month, Pro features plus SSO, centralized billing, admin controls
The Personal-tier BYOK-only model is unusual. Bring your Anthropic, OpenAI, Google, AWS Bedrock, or self-hosted endpoint. Zed makes no money from your usage; you pay your provider directly. There are no prompt caps because Zed isn’t subsidizing anything. For developers who already pay for Claude API or have a Bedrock contract, the free tier with BYOK is a real free tier — usable as a primary tool indefinitely.
Pro at $20 includes Zed-managed agent inference for users who don’t want to manage their own keys, plus 500 fast Edit Predictions per day. The Edit Prediction is Zed’s inline-completion product, similar in concept to Cursor’s Tab but with a daily quota rather than an unlimited-but-credit-pool model. For most users, 500 predictions per day is plenty.
Business at $50/user adds the procurement features. The price is competitive with Cursor’s Teams ($40) and Windsurf’s Teams ($30), with the difference being Zed’s ACP architecture (use any agent) versus the more bundled approaches of the competitors.
The BYOK economics on Zed Personal are the most flexible in the AI editor category. Cursor’s free tier limits you to slow models and constrained agent runs. Windsurf’s free tier gives 25 credits/month. Copilot’s free tier limits completions and chat. Zed’s free tier with BYOK is the only one that’s a real “free editor with full AI capability if you bring your own key” tier.
Where Zed shines
Performance-sensitive developers. Zed is the answer for anyone whose primary editor complaint is “VS Code is too slow on my hardware” or “I want my editor to never be the bottleneck.” The Rust + GPU foundation pays off everywhere — startup, search, multi-file edits, big-file performance.
Multi-agent workflows. ACP is uniquely good at this. Run Claude Agent for one task, Codex for another, your own agent for a third — all in the same window, in parallel, without switching tools. For developers who have moved past “single agent does everything” and into “different agents for different work,” Zed is the cleanest UX.
Pair coding and pair review. CRDT collaboration is the best in the category. Two developers in real-time on the same project, both able to drive, both able to invoke agents, no host/guest awkwardness.
BYOK-first teams. The free tier is genuinely free with full capability if you have a model API key. For teams that already have Bedrock, Vertex, or Anthropic contracts, Zed Personal is a real alternative to a paid editor subscription.
Open-source preference. Zed’s editor is open source under a custom license. The ACP agents you bring (Claude Agent, OpenCode, etc.) can be open source too. The full stack from editor to agent can be inspected and modified, which Cursor and Windsurf do not allow.
Where Zed falls short
Inline completion is the weakest part. Zed’s Edit Predictions are good but not best-in-class. Cursor’s Tab is sharper at multi-line prediction. Windsurf’s Supercomplete is competitive. Copilot’s completion has more language coverage. For developers whose primary AI value is inline completion, Zed is the third or fourth option, not the first.
Smaller extension ecosystem. Zed has its own extension API, not VS Code’s. Many VS Code extensions have Zed equivalents, but not all. Niche language servers, specialized tools, and corporate extensions sometimes don’t exist on Zed yet. For teams whose workflow depends on specific VS Code extensions, the migration cost is real.
Not a fit for JetBrains or Visual Studio shops. Zed is its own native editor. There is no Zed-as-plugin-into-IntelliJ. Teams locked into JetBrains for Java, Kotlin, or .NET reasons will not get Zed’s value without switching IDEs, which is usually not on the table.
Agent UX assumes setup. First-run Zed with no agent configured is a barebones editor. To get the AI experience, you configure ACP, point at an agent, manage credentials. This is more setup than Cursor’s “sign in, start typing.” For users who want zero-config AI, Zed has more friction.
Zed vs Cursor vs Windsurf
Zed vs Cursor. Different bets. Cursor bets on tightly-integrated editor + Composer 2 as the model + polished onboarding. Zed bets on speed + ACP for agent flexibility + open architecture. For a single-tool, single-agent power user, Cursor’s integration usually wins. For a developer who values speed, multi-agent workflows, or open-source principles, Zed wins. The product quality on both is high enough in 2026 that the choice is mostly philosophical, not capability-based.
Zed vs Windsurf. Both are alternatives to Cursor with different angles. Windsurf is the cheaper, polished, Cognition-owned product with SWE-1.5 and Codemaps. Zed is the faster, open architecture editor with ACP and CRDT collaboration. Windsurf is closer to Cursor in design philosophy; Zed is the philosophically distinct option in the category. If you’re picking based on price + polish, Windsurf wins. If you’re picking based on architecture + flexibility, Zed wins.
Zed vs everyone. The case for Zed is the case for editors that aren’t VS Code derivatives. In 2026, that case has gotten stronger as Zed’s AI surface has matured, parallel agents shipped, and the BYOK economics give a real free tier. The case against is that VS Code’s gravity is huge, and most developers’ workflows assume VS Code shortcuts, extensions, and conventions. Zed asks you to relearn the editor; the payoff is real but so is the cost.
Verdict: who should switch to Zed
Switch to Zed Personal (free) and use BYOK if you’re performance-sensitive, willing to invest a week in learning a new editor, want a real free tier with full AI capability, and run on hardware where VS Code’s resource use is a daily friction.
Pay $20/month for Zed Pro if you want managed agent inference without setting up provider keys, value the 500 daily Edit Predictions, or want priority support.
Pay $50/user/month for Zed Business if you have a team needing SSO, centralized billing, and the org-wide AI policy enforcement that Zed for Business adds.
Skip Zed if you depend on VS Code-specific extensions, are committed to JetBrains or Visual Studio, want the most polished single-vendor AI experience (Cursor delivers this better), or aren’t willing to learn a new editor.
The honest summary: Zed is the most underrated editor in the AI tools category in 2026. The performance story is real, the ACP architecture is the right long-term bet, and the parallel-agents-plus-CRDT-collaboration combination is unique. The reasons most developers don’t use it are inertia (VS Code is what we already use) and ecosystem (extensions matter), not product quality. For developers willing to invest in switching, Zed delivers a faster, lighter, more open editor than anything else in this directory. The bet is that the AI editor category will keep moving toward open architectures and multi-agent workflows; if that bet is right, Zed is the editor best positioned for it.