Zed AI
Zed is a Rust-native code editor with built-in AI chat, inline transforms, and agent workflows — fast UI, minimal extension overhead.
Last reviewed: June 2026
Zed AI providers, pricing, and agent features ship frequently. Verify at zed.dev/docs/ai and in-app settings.
What it is good at
| Strength | Detail |
|---|---|
| Performance | Rust UI; low latency on large files and repos |
| Native AI | No third-party extension for core AI features |
| Inline transforms | Select code → natural language edit in place |
| Collaboration | Real-time multiplayer (separate from AI, but unique to Zed) |
| Multi-model | Anthropic, OpenAI, Google, open models (verify current list) |
| Agent panel | Multi-file tasks from chat (feature maturity varies by release) |
Setup
- Download Zed for macOS or Linux (Windows support — check current status)
- Open Settings → AI → connect provider API key or Zed subscription if applicable
- Optional: add project rules in assistant rules /
.zed/settings.json(verify current mechanism)
Modes / core workflow
| Feature | Use when |
|---|---|
| Inline assistant | Small localized edits on selection |
| AI panel chat | Explain code, plan changes, Q&A |
| Agent / thread | Multi-file implementation (confirm scope first) |
Typical loop:
- Select symbol or open relevant buffers
- Describe change with file boundaries ("only edit
src/lib/") - Review proposed diff in Zed's preview
- Run project test command from integrated terminal
Apply Verifying AI Output before commit.
When to use it vs alternatives
| Choose Zed | Choose something else |
|---|---|
| Editor performance is the bottleneck | Cursor — richest VS Code agent ecosystem |
| Want native AI without VS Code | JetBrains AI Assistant — JVM ecosystem |
| macOS/Linux primary dev | Copilot — Windows + enterprise breadth |
| Minimal extension surface | Claude Code — terminal-only, scriptable |
See Choosing an AI Coding Tool.
Limitations
- Smaller extension marketplace than VS Code
- Team enterprise features less mature than Copilot Enterprise or Cursor Business
- MCP and skills ecosystems primarily VS Code/Cursor-centric — verify Zed MCP support in your version
- Platform support narrower than VS Code