Zed is a high-performance, multiplayer code editor developed by Zed Industries, the team behind Atom and Tree-sitter. Written in Rust, the editor is designed to prioritize speed and real-time collaborative features, enabling multiple users to work on code simultaneously. The project is available for download on macOS, Linux, and Windows through direct installation or package managers, though web-based access remains under discussion as a future platform expansion.
The repository demonstrates substantial community engagement and active development. As of the most recent tracking period, the project has accumulated 86,486 stars and 9,370 forks on GitHub. The issue and pull request activity shows a median response latency of 0.0 hours, indicating rapid triage and engagement with community submissions. Across nearly 10,000 tracked items, the most frequently applied issue labels are bug (3,364 occurrences), feature (1,674 occurrences), and stale (1,228 occurrences), reflecting a focus on both defect resolution and feature development while managing inactive discussions.
The core development team includes highly active contributors tracked by GitGenius, with notpeter leading at 25,384 events, followed by miguelraz with 23,857 events and JosephTLyons with 14,679 events. This concentrated contributor activity suggests a well-coordinated development effort. The project's contributor base overlaps significantly with major technology repositories including Microsoft's VSCode, the Rust language repository, and Microsoft's TypeScript project, indicating that Zed attracts developers with experience in established development tools and language ecosystems.
Zed's architecture leverages GPUI, a custom graphics and UI framework, alongside Rust's performance characteristics to deliver a responsive editing experience. The editor supports real-time collaboration, allowing teams to work together on code in shared sessions. The project maintains a clear development workflow with documented build instructions for each supported platform, and contributors are guided through a structured contribution process outlined in the CONTRIBUTING.md file.
The licensing structure reflects the project's open-source commitment while maintaining commercial viability. The source code is primarily licensed under GPL-3.0-or-later with Apache-2.0 components where applicable. The project uses cargo-about to ensure compliance with open-source license requirements for all dependencies, with a systematic approach to managing third-party licensing obligations through automated CI checks and a centralized license configuration file.
Zed Industries operates as a for-profit company and actively recruits developers through a dedicated jobs page. The project accepts financial support through GitHub Sponsors, with contributions directed to the company as general revenue rather than tied to specific perks or entitlements. This model allows the team to sustain development while maintaining the editor as an open-source project accessible to the broader developer community.