Zed

Active
GitHub Rust NOASSERTION

Description

High-performance multi-cursor editor with built-in AI and real-time collab.

Key Features

  • Extreme perf — Written in Rust, 100ms cold start
  • GPU-rendered — Smooth on high-DPI displays
  • Built-in AI — Inline completion via Claude / OpenAI
  • Multi-cursor — Vim-style efficient editing
  • Collab — CRDT-based real-time multi-user editing

Use Cases

💡 Provide a high-perf editor for AI coding workflows.
💡 Replace slow editors in large monorepos.
💡 Provide a low-latency collaboration environment for remote teams.

Quick Start

# macOS install
brew install --cask zed
# Configure AI: edit ~/.config/zed/settings.json
# { "assistant": { "provider": "anthropic" } }
zed .

Related Projects