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.
Native support for AI agents that can edit code collaboratively with humans
Written in Rust to leverage multiple CPU cores and GPU acceleration
Chat with teammates, share screens, and edit code together in real-time
Built-in debugger support across multiple programming languages
Seamlessly integrate LLMs for code generation, transformation, and analysis
Growing marketplace of extensions for languages, themes, and tools
Dependencies: Minimal - self-contained editor
Supported integrations and platforms
Zed represents the future of code editing with its exceptional performance, AI-first design, and seamless collaboration features. A game-changer for development teams.
Reviewed by Developer Tools Community
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.
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.
Every aspect of Zed has been designed for performance:
Zed pioneered the concept of agentic editing, where AI agents work alongside developers as collaborative partners rather than simple autocomplete tools. The editor provides:
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.
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
}
First-class debugging support across multiple programming languages with:
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
# Download directly from website
curl -f https://zed.dev/install.sh | sh
# AppImage or package manager
curl -f https://zed.dev/install.sh | sh
Windows support is actively in development and coming soon.
// 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.
Essential project resources
Version information
Activity and engagement
Technical details