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
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?
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
Itmeo
Itmeo
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.
Why do i have to be above 18 to use this code editor? WTF?
Didn’t really get the point of multibuffers at first, but after using Zed for a while I love it! Congrats for v1!
Can agents use Zed to co-code?
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?