Technology RadarTechnology Radar

Zed

ide
Trial

Zed reached 1.0 on April 29, 2026 — a high-performance code editor written in Rust, built from scratch for speed and real-time collaboration, with AI features built in natively. It runs multiple agents in parallel, offers keystroke-granularity edit predictions, and uses the open Agent Client Protocol (ACP) to host external agents.

Zed 1.0 and Beyond (April 29, 2026)

The 1.0 release (after five years and a million lines of code) hit the planned Spring 2026 milestone and added a few notable items:

  • Parallel agents: Run multiple agents side-by-side editing files, navigating code, and running tools at native speed
  • Edit predictions: Next-change suggestions at keystroke granularity
  • Agent Client Protocol (ACP): Zed opens up to any ACP-compatible agent — Claude Agent, Codex, OpenCode, and more recently Cursor
  • Zed for Business: Centralized billing, role-based access controls, and team management for rolling out Zed to engineering teams
  • DeltaDB (public beta, Sep 2026): A CRDT-based synchronization engine tracking every change at character-level granularity, so multiple humans and agents can share a single consistent view of the codebase as it evolves

Why It's in Trial

Zed is genuinely fast — it renders code using the GPU and starts instantly even on large projects. Its AI integration has matured significantly into a full agentic environment:

  • Inline AI assist: Describe changes and apply them to selected code
  • AI chat panel: Discuss your code with an LLM, with full context of your open files
  • Agent Panel with ACP: Zed's Agent Client Protocol connects to external agents (Claude Code, Gemini CLI), making it a hub for multi-agent workflows
  • Model flexibility: Anthropic Claude, OpenAI, GitHub Copilot (February 2026), and local models via Ollama (BYOK is free; hosted AI features require Zed Pro)
  • Native debugger: Shipped in 2025, closing a long-standing capability gap
  • Zeta model: Zed's own open-source edit prediction model for next-edit suggestions

Tradeoffs

  • Extension ecosystem is smaller than VS Code/JetBrains — many niche language plugins don't exist yet
  • Hosted AI features require Zed Pro (token-based pricing introduced late 2025); BYOK via your own API key is free
  • GPL/AGPL licensing has implications for teams embedding or redistributing Zed

When to Choose Zed

  • You want raw editor performance above all else
  • You work primarily in languages with good Zed support (Rust, TypeScript, Python, Go)
  • You're interested in real-time collaborative editing

Key Characteristics

Property Value
Interface Standalone IDE (macOS, Linux, Windows)
License GPL/AGPL
Underlying model Claude, GPT, Copilot, local via Ollama
Pricing Free (BYOK) / Zed Pro (token-based, for hosted AI)
Provider Zed Industries
Website zed.dev
GitHub zed-industries/zed