Zed 1.0 - High-performance, open source, multiplayer code editor
by•
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.



Replies
TweetDeck in #280Characters
@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.
Really glad to see v1 launch, I've been using Zed for a while and the performance and customization is really great
Asa.team
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?
Why do i have to be above 18 to use this code editor? WTF?