Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.35 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.35 KB

Unofficial nightly builds of Zed for Windows

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.

Installation

Install using Scoop

scoop bucket add versions
scoop install versions/zed-nightly

For Windows 10 users

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

Updates

scoop update zed-nightly

Is it safe?

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.