ConfigsApr 6, 2026·3 min read

Zed — High-Performance Code Editor with AI Built-In

GPU-accelerated code editor written in Rust with native AI assistant, multi-player editing, and sub-millisecond latency. Supports Claude, GPT-4, and local models. 55,000+ GitHub stars.

AI
AI Open Source · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

# macOS
brew install --cask zed

# Linux
curl -fsSL https://zed.dev/install.sh | sh

Open Zed, press Cmd+Enter to open the AI assistant panel. Configure your model in Settings > AI.


Intro

Zed is a GPU-accelerated code editor written in Rust with native AI integration, multiplayer collaboration, and sub-millisecond rendering latency with 55,000+ GitHub stars. Unlike VS Code extensions that bolt AI onto an Electron app, Zed has AI built into its core — inline completions, chat, and code generation work at native speed. Supports Claude, GPT-4, Gemini, and local models via Ollama. Best for developers who want the fastest possible editing experience with AI that doesn't slow them down. Works with: Claude, GPT-4, Gemini, Ollama. Setup time: under 2 minutes.


Core Features

Native AI Assistant

Built directly into the editor — no extension overhead:

  • Inline Completions: Ghost text suggestions as you type
  • AI Chat Panel: Cmd+Enter opens context-aware conversation
  • Inline Transform: Select code, describe changes, apply instantly
  • Multi-file Edits: AI can edit across multiple files in one operation

GPU-Accelerated Rendering

Written in Rust with GPU rendering via Metal (macOS) and Vulkan (Linux):

Metric Zed VS Code
Startup time 150ms 2-4s
Input latency <1ms 10-50ms
Large file scroll 120fps 30-60fps
Memory (10 files) 80MB 400MB+

Multiplayer Editing

Real-time collaboration built into the editor:

1. Share your workspace: Cmd+Shift+P "Share Project"
2. Teammates join with a link
3. See cursors, selections, and edits in real-time
4. Built-in voice chat

Model Configuration

{
  "assistant": {
    "default_model": {
      "provider": "anthropic",
      "model": "claude-sonnet-4-20250514"
    },
    "inline_alternatives": [
      {"provider": "ollama", "model": "codestral"}
    ]
  }
}

Language Intelligence

Built-in Tree-sitter parsing and LSP support for 40+ languages. No extensions needed for syntax highlighting, code navigation, or refactoring.

Key Stats

  • 55,000+ GitHub stars
  • Written in Rust, GPU-accelerated
  • <1ms input latency
  • Native AI assistant (no extensions)
  • Real-time multiplayer editing

FAQ

Q: What is Zed? A: Zed is a high-performance code editor written in Rust with native AI integration, GPU-accelerated rendering, and real-time multiplayer editing.

Q: Is Zed free? A: Yes, Zed is free and open-source under GPL/AGPL license. AI features use your own API keys.

Q: Can Zed replace VS Code? A: For many developers, yes. Zed supports extensions, LSP, Tree-sitter, and most VS Code keybindings. It is significantly faster but has a smaller extension ecosystem.


🙏

Source & Thanks

Created by Zed Industries. Licensed under GPL/AGPL.

zed — ⭐ 55,000+

Thanks to the Zed team for proving that a code editor can be both fast and AI-native.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets