Zed
High-performance multiplayer code editor
Install with Homebrew
brew install --cask zed
Zed — Official Website
Quick Take: Zed
In August 2026 Zed is no longer a promising beta. It is a 1.0+ native editor with serious agent orchestration, transparent freemium AI pricing, and still-best-in-class performance on Mac. Choose it when speed, multiplayer, and multi-agent workflows matter more than VS Code's infinite marketplace. Stay on Personal with BYOK if you already buy models elsewhere; upgrade to Pro when unlimited predictions and hosted multi-model access pay for themselves.
Best For
- •Developers who want native speed without giving up AI agents
- •Teams that pair-program remotely inside the editor
- •Vim users who want a modern graphical shell
What is Zed?
Zed is a high-performance, multiplayer code editor written in Rust by the people who created Atom. Nathan Sobo, Max Brunsfeld (creator of Tree-sitter), and Antonio Scandurra spent years at GitHub building Atom, watched it lose to VS Code, and started over with a clear thesis: an editor should be fast, multiplayer, and AI-native from the ground up. As of August 2026, Zed is fully past its 1.0 milestone (shipped 29 April 2026). The headline product story since spring is agentic editing at native speed: parallel agents in one window, Agent Client Protocol (ACP) so external agents such as Claude Agent, Codex CLI, OpenCode, and Cursor can run inside Zed, Zeta2 edit predictions, and a Business plan for org-level AI policy. Stable builds have continued weekly; community installs report releases in the 1.1x line through mid-August, with Mac, Linux, and Windows treated as first-class platforms after 1.0 parity work. The speed difference is still the first thing most people notice. Zed opens large projects in well under a second, scrolls 10,000-line files without jank, and keeps memory in a much lower band than Electron editors for the same monorepo. That comes from GPUI, the team's GPU-accelerated UI framework that paints via Metal on macOS. Collaboration remains built into the core, channels, multiple cursors, voice chat, and screen following, rather than bolted on as an extension. AI is optional but deep. Hosted models on Zed Pro currently include Claude Fable 5, Claude Opus 4.x / Sonnet 5 / Sonnet 4.x, the GPT-5.6 Sol/Terra/Luna family, GPT-5.5/5.4 variants, and Gemini 3.x Flash/Pro. Free Personal users get 2,000 accepted edit predictions plus unlimited BYOK and external agents. You can disable every AI surface if you only want a fast editor. The honest trade-off remains the extension ecosystem. It is growing via WebAssembly extensions, but it is still smaller than VS Code's marketplace. For TypeScript, Python, Rust, Go, and web stacks the daily experience is excellent; niche languages and specialized VS Code-only tooling may still require staying put or dual-driving. Operationally, treat Zed as three products that share one binary: a GPU-native editor, a multiplayer runtime, and an agent host. Many Mac users only need the first layer and should stay on Personal with AI disabled or BYOK. Teams that standardize on hosted models should budget Pro seats plus a spend cap, then graduate chatty org policies to Business when compliance asks who can send code to which vendor. Compared with May-era content that still described $20 prompt bundles and older model codenames, the August 2026 story is cheaper entry for Pro, clearer token metering, and a much stronger external-agent story. Apple Silicon Macs benefit immediately from Metal rendering; keep macOS permissions for accessibility and full-disk access only if your extensions require them.
Deep Dive: Zed after 1.0
How GPUI, ACP, and token-based Pro pricing reshaped the Atom team's second act.
History & Background
Atom pioneered hackable Electron editing and then lost the performance war. After Atom's shutdown, the founders rebuilt in Rust with GPU rendering. Open-sourcing in 2024, aggressive 2025 AI work, token-based pricing in September 2025, and the April 2026 1.0 cut the project into a sustainable product company rather than a forever preview. The 2026 arc is commercialization without abandoning open source: AGPL editor, Apache-friendly GPUI pieces, and paid hosted AI that funds the company while BYOK keeps pure open workflows viable.
How It Works
GPUI owns the frame. Tree-sitter owns structure. Language servers still speak LSP. Collaboration uses CRDTs. Agents attach through ACP as external processes so third-party agent traffic need not proxy through Zed for every protocol.
Ecosystem & Integrations
WASM extensions favor safety over arbitrary UI takeover. Themes and language packs grow weekly, but VS Code's long tail remains longer. ACP is the strategic bet that agents, not every niche linter UI, will decide editor lock-in.
Future Development
Expect deeper remote development, richer debugger coverage, notebook support discussions, and tighter org controls on Business. Watch the models page for retirements, older Sonnet/Opus/Gemini aliases are already redirected to 2026 frontiers.
Key Features
GPUI: Custom GPU-Accelerated UI
Zed does not use Electron. GPUI is a Rust GPU UI framework that renders the editor via Metal on macOS (and Vulkan on Linux). Text, the file tree, panes, terminal, and command palette share one GPU pipeline, which is why ProMotion displays stay smooth and memory stays far below a typical VS Code session.
Parallel Agents & Agent Client Protocol
Since the April 2026 parallel-agents launch and 1.0, you can run multiple agent threads in one window, mix Zed's built-in agent with Claude Agent, Codex CLI, OpenCode, Cursor, and other ACP agents. Threads can span projects; the Threads Sidebar keeps orchestration visible without leaving the editor. Context compaction (/compact) helps long agent sessions stay inside model windows.
Edit Predictions (Zeta2)
Zed's edit predictions suggest multi-token next edits at keystroke granularity. Personal includes 2,000 accepted predictions per month; Pro and Business unlock unlimited predictions. Hosted prediction quality is tuned for speed so it does not undo the editor's latency advantage.
Hosted Frontier Models + BYOK
Zed Pro hosts Claude Fable 5, Claude Opus/Sonnet 5-class models, GPT-5.6 Sol/Terra/Luna, GPT-5.5/5.4, and Gemini 3.x at API list price +10% after included credits. Bring your own keys for Anthropic, OpenAI, Google, Ollama, LM Studio, OpenRouter, Amazon Bedrock, GitHub Copilot Chat, and more, even on the free Personal plan.
Real-Time Collaboration
Multiplayer is still core product: join a channel, co-edit with live cursors, use built-in voice, and follow a teammate's viewport. Signaling uses Zed's servers with peer-to-peer data paths where possible. Collaboration does not require a paid AI seat.
Tree-sitter, Vim Mode, and WASM Extensions
Tree-sitter powers accurate mid-edit highlighting, folding, and structural selection. First-class Vim mode covers motions, text objects, registers, macros, and marks. Extensions ship as WebAssembly modules for languages, themes, and AI slash commands, sandboxed and faster to start than many Electron extension hosts.
Debugger, Remoting, and Disable-AI Toggle
Post-1.0 Zed matured DAP debugging for mainstream languages, native SSH remoting, WSL, and dev-container style remote workflows that used to be VS Code exclusives. Teams that want a pure editor can flip a global disable for all AI features, praised widely when 1.0 launched.
Who Should Use Zed?
1The VS Code Refugee
A TypeScript developer whose VS Code window crawls under monorepo weight installs Zed, keeps Anthropic or OpenAI keys via BYOK, maps familiar chords, and keeps only a short list of WASM language extensions. Startup and scroll feel different on day one; the remaining gap is niche marketplace extensions.
2The Multi-Agent Power User
A staff engineer runs Claude Agent on a refactor thread, Codex CLI on a test-writing thread, and Zeta2 predictions in the active buffer. Parallel agents plus a fast UI means they review diffs instead of waiting for a single sequential chat panel.
3The Remote Pair Programmer
Two developers join a Zed channel across continents, use voice chat and screen following, and ship a fix without Live Share desync. CRDT-based co-editing keeps cursors honest at the character level.
4The Performance-Obsessed Rust Developer
A Rust engineer runs rust-analyzer under Zed instead of Electron so the machine's RAM stays available for builds. Native terminal panes run cargo without leaving the window.
How to Install Zed on Mac
Zed is available as a direct download or via Homebrew. Current macOS builds target modern Apple Silicon and Intel Macs; use the official installer or brew cask for stable releases.
Install via Homebrew
Run brew install --cask zed to install the stable release into /Applications. Use brew install --cask zed-preview only if you want the Preview channel.
Install the CLI
Open Zed, press Cmd+Shift+P, and run 'cli: install' so zed . works from Terminal.
Configure settings.json
Open Settings from the command palette. Set theme, buffer font, tab size, vim_mode, and AI provider preferences. Project overrides live in .zed/settings.json.
Connect AI (optional)
Stay on Personal with BYOK, start a Pro trial for hosted models ($20 trial credits for two weeks), or disable AI entirely in configuration if you want a pure editor.
Install Extensions
Open the Extensions panel and add language servers/grammars for your stack (Python, Go, Docker, Tailwind, etc.).
Pro Tips
- • Apple Silicon Macs get Metal-backed GPUI rendering out of the box, no Rosetta required for native builds.
- • If you are migrating from VS Code, install the VS Code keymap extension first, then peel shortcuts back as you learn Zed-native chords.
- • Set a Pro spending cap early; hosted usage beyond the included $5 token credit bills at API list +10%.
Configuration Tips
Essential settings.json baseline
Start with theme, JetBrains Mono or your preferred font, vim_mode if needed, format_on_save, and soft wrap. Keep project overrides in .zed/settings.json so monorepos do not inherit the wrong formatter.
Prefer BYOK until you need hosted models
If you already pay Anthropic or OpenAI, wire keys under assistant providers and stay on Personal. Move to Pro only when you want Zeta2 unlimited predictions and Zed-hosted multi-provider routing without juggling keys.
Use parallel agents for bounded tasks
Spin a dedicated thread per concern (tests, docs, refactor) and compact long threads. Mixing ACP agents in one window is powerful but costs more if every thread uses expensive hosted models.
Alternatives to Zed
Zed competes with VS Code on ecosystem, Cursor and Windsurf on agentic AI, and Sublime Text on raw speed.
Visual Studio Code
Largest extension marketplace, Dev Containers maturity, and Copilot integration. Heavier than Zed. Choose VS Code when niche extensions or enterprise remote setups dominate; choose Zed for native speed and multiplayer.
Cursor
VS Code fork with deep agent workflows and Composer-class models. Keep Cursor if marketplace compatibility is non-negotiable; pick Zed if you want agents without Electron weight.
Windsurf
Cognition-owned agentic IDE after the 2025 acquisition path. Strong multi-file agent UX; heavier stack than Zed.
Sublime Text
Mature native editor with excellent speed and a paid license model. No built-in multiplayer AI agents, choose Sublime for minimalism, Zed for collaboration and agent tooling.
Pricing
Personal is free forever: full editor, collaboration, extensions, 2,000 accepted edit predictions per month, and unlimited use of your own API keys or external ACP agents. Pro is $10/month with unlimited edit predictions, $5 of hosted token credits included, and access to Zed-hosted models (usage beyond $5 at API list price +10%; two-week trial includes $20 credits). Business is $30 per seat per month for org-wide AI model policies, data governance controls, unified spend visibility, RBAC, and unlimited edit predictions, Business seats do not bundle a fixed credit allotment. Order forms are available at 25+ seats. There is no feature gate on core editing or multiplayer.
Pros
- ✓Native Rust + GPUI speed and low memory versus Electron editors
- ✓Parallel agents and ACP integrations (Claude Agent, Codex, OpenCode, Cursor, more)
- ✓Transparent freemium AI: free BYOK or $10 Pro with $5 hosted credits
- ✓Real-time collaboration with voice built into the core
- ✓First-class Vim mode, Tree-sitter structure, and open-source core
- ✓Can fully disable AI while keeping the fast editor
Cons
- ✗Extension ecosystem still smaller than VS Code
- ✗Hosted AI overage is easy to burn through if you do not set a spend cap
- ✗Some advanced remoting and niche language workflows remain less mature than VS Code
- ✗JSON-first settings (no full GUI settings app)
- ✗Collaboration signaling still depends on Zed infrastructure
Community & Support
Zed's community centers on GitHub (zed-industries/zed), Discord, and the Zed blog. The team ships frequently on stable and Preview channels. On X, developers in August 2026 still praise raw speed while calling out gaps like merge UX versus VS Code. Extension authors and agent-protocol adopters are the growth edge of the ecosystem. Weekly release cadence means release notes matter more than annual marketing decks. When something breaks after an update, check Preview versus stable channel before filing duplicates on GitHub.
Video Tutorials
Getting Started with Zed
More Tutorials
Zed is a great code editor, I am using it more and more these days #zed #coding #programming
Jeezy Codes • 16.7K views
There’s a fast new code editor in town
Fireship • 1.2M views
Zed Editor - Run Code Shorcut #zed #coding
Analyst's Corner • 40.6K views
Frequently Asked Questions about Zed
About the Author
Expert Tips for Zed
On X in August 2026, developers still evaluate Zed primarily on feel-speed versus VS Code, while power users note missing merge/conflict UX polish as a reason they dual-boot editors.
Documentation and blog material emphasize ACP external agents, Claude Agent, Codex CLI, OpenCode, Cursor, so serious AI users treat Zed as an orchestration surface, not only a chat sidebar.
Related Technologies & Concepts
Related Topics
Code Editors & IDEs
Graphical editors and IDEs for macOS development.
Sources & References
Fact-CheckedLast verified: Aug 9, 2026
Key Verified Facts
- Zed Pro costs $10 per month and includes $5 of hosted token credits with unlimited edit predictions.[cite-1, cite-5]
- Zed 1.0 shipped on 29 April 2026 with parallel agents as a headline capability.[cite-3, cite-4]
- Hosted models include Claude Fable 5, Claude Sonnet 5, GPT-5.6 Sol/Terra/Luna, and Gemini 3.x at provider price +10%.[cite-2]
- Personal plan remains free with 2,000 accepted edit predictions and unlimited BYOK/external agents.[cite-1]
- 1Zed Pricing
Accessed Aug 9, 2026
"Personal free with 2,000 edit predictions; Pro $10/mo with $5 tokens; Business $30/seat."
- 2Zed-Hosted Models
Accessed Aug 9, 2026
"Hosted Claude Fable 5, Opus/Sonnet 5, GPT-5.6 family, Gemini 3.x; API+10%."
- 3Zed is 1.0
Accessed Aug 9, 2026
"1.0 announcement covering parallel agents and AI-native editor stance."
- 4
- 5
- 6
- 7
- 8
- 9Is Zed ready for AI power users in 2026?
Accessed Aug 9, 2026
"Long-form review of Zed AI workflows and 1.0 features."
Research queries: Zed editor pricing 2026; Zed 1.0 parallel agents; Zed hosted models August 2026