zed-industries/zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on February 29th, 2024
Created on February 20th, 2021
Open Issues & Pull Requests: 3,246 (-2)
Number of forks: 10,214
Total Stargazers: 89,128 (+2)
Total Subscribers: 316 (+0)

Repository Insights (GitGenius)

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2,497
New in 7 days: 126
Closed in 7 days: 138
Avg open age: 212 days
Stale 30+ days: 1,407
Stale 90+ days: 441

Recent activity

Opened in 7 days: 107
Closed in 7 days: 117
Comments in 7 days: 425
Events in 7 days: 1,624

Top labels

  • bug (4,712)
  • stale (2,798)
  • state:needs repro (2,610)
  • feature (2,493)
  • state:reproducible (2,195)
  • priority:P3 (1,820)
  • area:editor (1,770)
  • frequency:uncommon (1,733)

Detailed Description

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.

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.