Zed logo

Zed

The editor for what's next - high-performance collaboration with humans and AI

IDE
Code Editor
AI
Rust
Stars
47.5k
Contributors
185
Rating
4.8
Forks
2.8k
License

A next-generation code editor built from scratch in Rust, designed for high-performance collaboration with humans and AI. Features agentic editing, native debugging, and seamless team collaboration.

Features

Agentic Editing

Native support for AI agents that can edit code collaboratively with humans

Lightning Fast

Written in Rust to leverage multiple CPU cores and GPU acceleration

Real-time Collaboration

Chat with teammates, share screens, and edit code together in real-time

Native Debugging

Built-in debugger support across multiple programming languages

AI Integration

Seamlessly integrate LLMs for code generation, transformation, and analysis

Extensions Ecosystem

Growing marketplace of extensions for languages, themes, and tools

Usability

USABILITY
Excellent
SETUP
Easy
PLATFORMS
3+
Supported
macOS
Linux
Windows (coming soon)

Dependencies: Minimal - self-contained editor

Integrations

Compatible Tools

Supported integrations and platforms

Claude 3.5 Sonnet
OpenAI
GitHub
Language Server Protocol
Tree-sitter
Jupyter
Git
4.8/5

Zed represents the future of code editing with its exceptional performance, AI-first design, and seamless collaboration features. A game-changer for development teams.

Pros

  • +Exceptional performance with Rust-based architecture
  • +Revolutionary AI integration and agentic editing capabilities
  • +Real-time collaboration features built-in
  • +Native debugging support across multiple languages
  • +Growing extensions ecosystem
  • +Thoughtful, precise design and user experience
  • +Fast boot time and responsive UI interactions

Cons

  • -Windows support still in development
  • -Relatively new with evolving feature set
  • -Learning curve for teams transitioning from established editors

Reviewed by Developer Tools Community

Zed: The Editor for What's Next

Zed represents a paradigm shift in code editing, combining exceptional performance with AI-first design principles to create the ultimate development environment for modern software teams.

Revolutionary Performance

Rust-Powered Architecture

Unlike traditional editors built on web technologies, Zed is written from scratch in Rust to efficiently leverage multiple CPU cores and GPU acceleration. This results in lightning-fast boot times, responsive UI interactions, and smooth performance even with large codebases.

Optimized for Speed

Every aspect of Zed has been designed for performance:

  • Sub-second startup times
  • Instant file switching
  • Real-time syntax highlighting
  • Efficient memory usage

AI-Native Development

Agentic Editing

Zed pioneered the concept of agentic editing, where AI agents work alongside developers as collaborative partners rather than simple autocomplete tools. The editor provides:

  • Live collaboration with AI agents
  • Context-aware code generation
  • Intelligent refactoring suggestions
  • Natural language code interaction

Flexible AI Integration

Zed doesn't lock you into one AI provider. The editor supports multiple language models and allows you to bring your own agent through the new Agent Client Protocol.

Built for Collaboration

Real-Time Features

Zed includes collaboration features that feel native, not bolted on:

// Multiple developers can edit simultaneously
// with live cursors and instant synchronization
const collaborativeEditing = {
  realTimeCursors: true,
  instantSync: true,
  voiceChat: true,
  screenSharing: true
}

Team-Focused Design

  • Built-in chat and voice communication
  • Screen sharing without external tools
  • Shared project workspaces
  • Real-time code review capabilities

Professional Development Tools

Native Debugging

First-class debugging support across multiple programming languages with:

  • Breakpoint management
  • Variable inspection
  • Step-through debugging
  • Multi-language support

Advanced Editing Features

  • Multibuffer editing for working across files
  • Vim-friendly modal editing
  • Language Server Protocol integration
  • Tree-sitter syntax highlighting
  • Interactive programming with Jupyter

Trusted by Industry Leaders

Zed has gained recognition from renowned developers and industry leaders:

"I've had my mind blown using Zed with Claude 3.5 Sonnet. I was able to go from idea to running experiment code in half an hour—it was really easy and fun."

Ethan Perez, Adversarial Robustness Research Lead

"My god it is so fast. Boot time, UI interaction, typing latency. I feel it. I didn't realize how good things could really be."

Matt Baker, Principal Engineer

Installation

macOS

# Download directly from website
curl -f https://zed.dev/install.sh | sh

Linux

# AppImage or package manager
curl -f https://zed.dev/install.sh | sh

Windows

Windows support is actively in development and coming soon.

Getting Started

Basic Setup

  1. Download Zed from the official website
  2. Install language extensions for your tech stack
  3. Configure AI providers (optional)
  4. Set up collaboration with your team

AI Configuration

// Example: Setting up Claude integration
{
  "ai": {
    "provider": "anthropic",
    "model": "claude-3-5-sonnet-20241022",
    "api_key": "your-api-key"
  }
}

This editor represents the cutting edge of development tools, combining the performance developers demand with the AI capabilities that define the future of software development.

Quick Links

Essential project resources

Latest Release

Version information

Version
v0.157.6
Date12/20/2024

Community

Activity and engagement

Issues (6m)850
DiscussionsActive

Project Info

Technical details

License
Apache-2.0
Stars47.5k
Forks2.8k