Chris Messina

Zed 1.0 - High-performance, open source, multiplayer code editor

Fast — Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. • Agentic — Run agents in parallel to smoothly edit files, navigate code, and run tools at native speed. • Collaborative — Chat with teammates, code together, and share your screen and project.

Add a comment

Replies

Best
Ng Jun Sheng

The Rust-native approach genuinely shows in day-to-day use, especially when you have agents running in parallel. Most editors start choking under that load. Curious how the multiplayer collab works when one person is also running an agent, do their edits and the agent edits come through the same channel?

Anusuya Bhuyan
How does it handle merge conflicts in real time when two people edit the same line?
Quinn Comendant

@anusuya_bhuyan It uses conflict-free replicated data types (CRDT). Here's a delightful nerdy interview with Nathan Sobo (co-founder, also one of the devs of Atom editor) where he explores how Zed uses CRDT and other data structures for doing its magic.

Josh H

Really glad to see v1 launch, I've been using Zed for a while and the performance and customization is really great

Bill Chirico
I’m having issues with syntax coloring working. I tried disabling everything and even installed a TypeScript plugin for it. Any news
Dima Braven (itmeo.com)
I’ve been using Zed daily since the super early beta, and it’s hands-down the best IDE I’ve ever tried. It’s packed with hundreds of thoughtful little features that quietly make my workflow noticeably faster and more enjoyable every single day. The attention to detail is insane.
Dima Braven (itmeo.com)
@dimabraven One of the best features for me is the ability to turn any chat history into a perfect Markdown file instantly and reuse it as context for other agents. Super fast and incredibly practical.
Rahul Mehta

Hadn't heard of Zed before today but the engine design caught my attention. Building on Rust instead of Electron solves a class of performance problems most editors just accept as given. How does the collaborative sync actually behave on large files, that's the first thing I'd test before switching anything.

A C

Why do i have to be above 18 to use this code editor? WTF?

Erik Blanca

Didn’t really get the point of multibuffers at first, but after using Zed for a while I love it! Congrats for v1!

Robert Douglass

Can agents use Zed to co-code?

Natalia Iankovych

Rust is very cool! How does it compare to Claude Code? Or does it not generate code and is it just an auxiliary tool for those who still write code manually?

12
Next
Last