NOTE: This is not a support channel for Zed on Windows.
These builds are for those who want to live on the bleeding edge or just want to test Zed out on Windows.
Any issues with the Windows build should go through official channels, as this repository does not concern itself with the source code of Zed or issues found therein.
If you have suggestions for improvements to the build process, please start a discussion or make a PR.
Install using Scoop
scoop bucket add versions
scoop install versions/zed-nightly
Zed may not start unless you install the Microsoft Visual C++ Redistributable 2022 package. If you are using Scoop, you can install it using the following command:
scoop bucket add extras
scoop install vcredist2022
scoop update zed-nightly
This repository is just a simple GitHub workflow that builds Zed from main
and publishes a release every night at UTC+0000. (Additionally on push for testing).
See the Zed homepage or official repository for more details.