Skip to content

Zed

Zed is a Rust-based, GPU-accelerated editor with built-in AI.

TypeIDE (native Rust)
Open SourceYes (GPL-3.0)
Best ForSpeed, open source, BYOK
  • Agent Panel — Agentic coding
  • Edit Prediction — Zeta model for completions
  • ACP/MCP Support — External tool integration
  • Multiplayer — Real-time collaboration
  • BYOK — Bring your own API keys

Zed supports both hosted AI and BYOK workflows. That makes it useful for developers who want a native editor today without locking themselves into one provider model later.

SettingValue
Privacy ModeOpt-in telemetry
TrainingNever (with BYOK)
RetentionNone (with BYOK)
JurisdictionUS (mitigated by BYOK)

Hosted:

  • Claude Sonnet 4.5 / Opus 4.5
  • GPT-5.2
  • Gemini 3 Pro
  • Grok 4.1

BYOK / Local:

  • Ollama (Qwen3 Coder, DeepSeek V3.2)
  • LM Studio
  • Any OpenAI-compatible endpoint
  1. Download from zed.dev
  2. Sign in (optional, required for hosted AI)
  3. Configure BYOK in settings if using own keys
  4. Create AGENTS.md in your project root
  • Use Cmd+Shift+A for Agent Panel
  • BYOK gives you full privacy control
  • Open source = auditable client code