zed

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

Zed Alternatives

Similar projects and alternatives to zed

  1. Visual Studio Code

    3,319 zed VS Visual Studio Code

    Visual Studio Code

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. nixpkgs

    1,076 zed VS nixpkgs

    Nix Packages collection & NixOS

  4. vscodium

    580 zed VS vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

  5. tauri

    537 zed VS tauri

    Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

  6. helix

    484 zed VS helix

    A post-modern modal text editor.

  7. servers

    401 zed VS servers

    Model Context Protocol Servers

  8. sublime_text

    Issue tracker for Sublime Text

  9. iTerm2

    216 zed VS iTerm2

    iTerm2 is a terminal emulator for Mac OS X that does amazing things.

  10. lapce

    188 zed VS lapce

    Lightning-fast and Powerful Code Editor written in Rust

  11. cursor

    116 zed VS cursor

    The AI Code Editor

  12. pulsar

    97 zed VS pulsar

    A Community-led Hyper-Hackable Text Editor (by pulsar-edit)

  13. openvsx

    101 zed VS openvsx

    An open-source registry for VS Code extensions

  14. theia

    66 zed VS theia

    Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.

  15. gptel

    40 zed VS gptel

    A simple, extensible LLM client for Emacs

  16. void

    21 zed VS void
  17. firedancer

    Firedancer is Jump Crypto's Solana validator software.

  18. avante.nvim

    17 zed VS avante.nvim

    Use your Neovim like using Cursor AI IDE!

  19. codecompanion.nvim

    ✨ AI Coding, Vim Style

  20. gpui-component

    13 zed VS gpui-component

    Rust GUI components for building fantastic cross-platform desktop application by using GPUI.

  21. zedless

    6 zed VS zedless

    Zed fork focused on privacy and being local-first

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better zed alternative or higher similarity.

zed discussion

Log in or Post with
  1. User avatar
    ktreharrison
    · 6 months ago
    · Reply

    Review ★★★★★ 10/10

zed reviews and mentions

Posts with mentions or reviews of zed. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-11.
  • Software Is Made Between Commits
    3 projects | news.ycombinator.com | 11 Jun 2026
    A bit O/T but:

    > I have never been a big fan of pull requests.

    I guess this partly explains why Zed (still) lacks a PR review flow, let alone a coherent one, despite some interest [1]. Pretty much the only reason I’m still with JetBrains.

    [1]: https://github.com/zed-industries/zed/discussions/34759

  • Fable 5 is available in Zed
    1 project | news.ycombinator.com | 10 Jun 2026
  • Ask HN: What is your (AI) dev tech stack / workflow? (June 2026)
    33 projects | news.ycombinator.com | 5 Jun 2026
    Devcontainers + Claude + Pi

    [1] Zed https://zed.dev/

    [2] Terminal threads https://zed.dev/blog/terminal-threads

    As sort of byproduct also replaced Alacritty + Zellij (i just don't have the need to use more, 3 weeks of new setup)

  • Tools I'm Using in 2026 (and what I've stopped using from 2025)
    10 projects | dev.to | 26 May 2026
    That said, sometimes you do just want an editor, not a full blown IDE, and for that for the last few months I've been experimenting with Zed. It's okay. I've had some weird issues with their terminal emulator; I don't know what they are doing but my ZSH config doesn't load right so it sometimes gets stuck in what looks like an infinite loop, and then my PATH is all messed up... IDK, I expect my editors to kinda just work, but overall, I like the look and feel and for when I just need to edit a file, it's fine.
  • GitHub confirms breach of 3,800 repos via malicious VSCode extension
    8 projects | news.ycombinator.com | 20 May 2026
    That's a link to a hacker news post, which links to a reddit post, which links to https://github.com/zed-industries/zed/issues/12589 if anyone wants to go right to the 'open' issue.
  • Building a native terminal for AI coding agents in Rust + GPUI
    5 projects | dev.to | 20 May 2026
    This is a post-mortem, not a launch post. Paneflow is a native terminal workspace, splits, panes, branch-aware workspaces, session restore, built in pure Rust on top of Zed's GPUI framework and the upstream alacritty_terminal crate. It started as a port of cmux, a macOS-only Swift/AppKit project, and the Rust rewrite forced a string of decisions I had no good intuition for at the start. I want to walk through the ones that mattered: which UI frameworks I tried and rejected, how the GPUI/alacritty boundary actually looks, how dev-server detection works under the hood, the N-ary layout tree that replaced binary splits, the cross-platform PTY plumbing, the JSON-RPC control plane that makes agents first-class, and four lessons that surprised me.
  • Zed Editor Theme-Builder
    6 projects | news.ycombinator.com | 9 May 2026
  • Zed is 1.0
    24 projects | news.ycombinator.com | 29 Apr 2026
    Copying my own comment below, with GH links and my (non-AI) summary after skimming:

    > https://github.com/zed-industries/zed/issues/7054

    > https://github.com/zed-industries/zed/issues/12589

    > TL;DR: Mix of language tooling, unsigned proprietary blobs, corrupted and/or GLIBC-dependent files, redundant copies of already-installed executables. The Node packages especially are able to run scripts on install. Personal preference aside, might also create issues with security laws, certifications. All without user consent.

    > Issues opened in January and June 2024. They've been rejected, closed, and opened a couple times since then. No changes directly improving this yet as of April 2026.

    So... If you want broad language support via LSP servers, then you're going to have to bring in other ecosystems, and Node/Typescript is a big one that doesn't always have alternatives. [0] That's not a Zed-specific problem.

    IMO the real issue with Zed is the "runs them by default without asking" part. Plus the questionable practices with binary blobs and the cavalier attitude towards it, when I can just use an editor that... Doesn't do any of that.

    [0] https://microsoft.github.io/language-server-protocol/impleme...

  • Parallel Agents in Zed
    6 projects | news.ycombinator.com | 22 Apr 2026
    Just injecting this here: What I've been missing is an equivalent for GitHub's "blame prior revision" feature to quickly follow through the history of individual source lines.

    https://github.com/zed-industries/zed/discussions/42583

    Thanks for building an awesome product :)

  • SpaceX and Cursor partnership. Right to acquire Cursor later this year
    1 project | news.ycombinator.com | 22 Apr 2026
    Zed - https://zed.dev/

    Integrates a lot of agents (I use it with OpenRouter and directly with Pi) natively, is fast (you don't realise how laggy VSCode and its forks are).

    Biggest disadvantage: lack of extensions. Lots of quality of life missing (e.g. gitignore integration to add/append gitignore files for different languages).

  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic zed repo stats
288
85,086
10.0
2 days ago

zed-industries/zed is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of zed is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Rust is
the 3rd most popular programming language
based on number of references?