Why Zed’s SSH Remote Support Could Outpace VS Code for Fast, Collaborative Editing
Zed, the Rust‑based open‑source editor, now offers preview‑stage SSH remote processing, allowing language servers, tasks, and terminals to run on a remote machine while the UI stays local, bringing fast native performance and collaborative editing features that challenge VS Code’s dominance.
Zed, an open‑source editor built in Rust, has added a preview‑stage SSH remote processing feature. The editor runs locally, while language servers, tasks, and terminals execute on a remote server.
This remote capability is a key factor in the popularity of Microsoft VS Code, and Zed’s implementation aims to provide similar power with better performance.
The feature relies on a remote daemon that continues running even after the SSH connection drops, and it can be combined with Zed’s collaborative editing experience, though integrating the two presents additional challenges.
SSH remote editing works on Linux and macOS targets; remote machines do not currently support extensions. There is no automatic port forwarding, but SSH parameters can be used to enable the functionality.
Zed’s main attraction is its performance. Its native code is faster and smaller than browser‑based editors like VS Code or Java‑based IDEs such as JetBrains’ products. However, Zed still lacks many IDE features, such as built‑in debugging support.
Collaboration is also a critical feature. As Irwin noted in a recent podcast, a major design challenge was building real‑time collaboration, allowing Zed to compete with VS Code’s heavy extension ecosystem while using fast GPU‑native rendering in Rust.
Zed was initially released for macOS, with official binaries for Linux; Windows support is available only through community builds.
The roadmap shows several gaps developers expect, including debugging, a general extension system, Git commit/history integration, and a test runner.
AI support is now built in, offering an assistant panel that can be configured for providers such as Anthropic, OpenAI, Ollama, Google Gemini, and Copilot.
Zed is free to use. According to the FAQ, the company plans to monetize through team‑collaboration features and potential enterprise‑focused offerings.
The project draws attention both as a faster alternative to VS Code and as a showcase of a Rust desktop application. Because Zed shares surface similarities with VS Code, transitioning from VS Code is easier than moving to editors like Neovim or Emacs.
Nevertheless, the current beta is still relatively simple for many developers and lacks the rich ecosystem that has grown around Microsoft’s editor.
Author: 小川
Related reading:
Rust重写万物:新的浏览器引擎Gosub
2024 年最热门编程语言:Typescript 与 Rust 排名继续上升
Miguel Ojeda :Rust 在 Linux 中处于黎明前的黑暗
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
21CTO
21CTO (21CTO.com) offers developers community, training, and services, making it your go‑to learning and service platform.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
