This repository was archived by the owner on May 3, 2026. It is now read-only.
Add Zed editor to Integrated Development Environment inspired section#944
Closed
GabrielBaiano wants to merge 1 commit into
Closed
Add Zed editor to Integrated Development Environment inspired section#944GabrielBaiano wants to merge 1 commit into
GabrielBaiano wants to merge 1 commit into
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds Zed as a recommended IDE in the Integrated Development Environment section of the Awesome Linux Software for Developers README, including its GitHub and website links and a short descriptive tagline. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Zed to the list of recommended IDEs in the Awesome Linux Software for Developers repository.
Motivation and Context
Zed is a modern IDE that has been gaining a lot of traction recently, especially among developers looking for a faster and more fluid coding experience. It is currently available for Linux and macOS, making it a strong alternative outside the more traditional IDE ecosystem.
One of Zed’s biggest highlights is that it’s built in Rust, which directly impacts its performance — fast startup times, low resource usage, and a very responsive experience even in larger projects. It also introduces real-time collaboration features (similar to Google Docs for code), which is still something not commonly seen in most traditional IDEs.
Another strong point is its focus on simplicity and developer productivity: a clean, minimal interface without unnecessary clutter, combined with modern features designed to speed up the workflow.
Overall, Zed has been rapidly growing in popularity and adoption within the dev community, and it makes sense to include it as a relevant IDE option in the list.
How Has This Been Tested?
Breaking Changes
No breaking changes. This is an additive update to the list.
Types of changes
Checklist
Additional context
Zed can be found at: https://zed.dev
A fast, modern, and collaborative IDE built in Rust, focused on performance and developer experience.
It is designed by the creators of Atom and emphasizes performance and real-time collaboration features, making it a strong addition to the IDE section.
Summary by Sourcery
New Features: