Zed Industries has released a public beta of its code editor for Windows, marking a significant milestone for the Rust-based VS Code alternative that has until now been limited to macOS and Linux users.
The move addresses a critical gap in Zed's market reach. Mac laptops dominate developer conferences, yet Windows remains the workhorse for nearly half the profession: 49.5 percent of professional developers use Windows as their primary development environment, according to Stack Overflow's latest survey, compared to 32.9 percent on macOS.
Until now there were build instructions for Zed Windows and a private beta, but no pre-built release. Now a Windows nightly beta build (though x86-64 only) has been published via the Zed community Discord channel, with Zed's Joseph Lyons stating:
"We have started inviting people in from the beta list in waves of thousands, but decided to post the link as well in the Windows channel ... as a way to jump the line."
According to an email sent to testers, the plan is to release this for general access in October.
The current preview is described as a beta, though we note that even the macOS release is only at version 0.201. According to the roadmap Zed 1.0 is set for Spring 2026, and will include improved support for coding in Rust, Python and web languages, as well as other features such as notebook support and multi-agent collaboration.
Zed was first released as a beta in March 2023. Co-Founder Nathan Sobo, who previously worked on the Atom editor at GitHub, said at the time that "we chose Rust for its combination of low-level control and expressiveness, then wrote our own GPU-accelerate UI framework to transcend the limitations of Electron." Electron is based on the Chromium browser engine and is used by both Atom (now discontinued) and Visual Studio Code (VS Code).
In the ensuing two and half years, Zed has been open sourced, embraced AI, and added features including a debugger and native Git support, but getting a Windows version has proved difficult thanks to fundamental differences between Microsoft's operating system and those which are Unix-like.
We tried the new beta, and on our system, with the same folder and files open, VSCode grabbed 730MB RAM, whereas Zed managed with 142MB, according to the Windows Task Manager, though old stalwart Notepad++ used only 22.7MB, perhaps because Notepad++ (written in C++) is more towards the "just an editor" end of the spectrum between pure editor and full-featured IDE.
Connecting Zed to a WSL distro or remote server
Zed on Windows can connect to local WSL (Windows Subsystem for Linux) instances by installing a server component, configured by adding a WSL Distro in the Remote Projects menu. This makes it possible to edit in the Windows environment while running and debugging code in WSL, a common scenario for developers intending to deploy an application to Linux, or who need to use Linux tools and libraries.
Developers have noted bugs in the current build but are generally positive. "Having a snappy, responsive editor makes coding so enjoyable," said one. Nevertheless this is in a sense a preview of a pre-release and usage is at the developer's own risk. ®
Source: The register