This repository contains unofficial builds of the Zed editor for Windows x64.
Not affiliated with Zed Industries.
The official Zed editor is only available for macOS and Linux. This repository fills the gap until official builds for Windows will be available.
This repository automatically builds for Windows x64 from Zed sources using a GitHub Workflow. The workflow is externally triggered as soon as an official Zed release is made. An additional scheduled check exists.
Releases published here matches those by Zed in version and type (if is pre-release or not) for clarity.
Choose one of the following options.
scoop bucket add zed-unofficial https://github.com/pirafrank/zed_unofficial_win_builds.git
scoop install zed
Note
Use command above to install versions 0.159.6
and newer. For earlier versions use scoop install zed-[VERSION]
.
A list of old versions is available in the bucket/versions dir.
Invoke-WebRequest -Uri https://github.com/pirafrank/zed_unofficial_win_builds/raw/refs/heads/main/install_or_update.ps1 -OutFile .\install_or_update.ps1
.\install_or_update.ps1
Download the latest release and put it in a directory of your choice. A good place could be:
%USERPROFILE%\AppData\Local\Programs\Zed
Tip
Create a shortcut to zed.exe
and to place it here to add Zed to the Start Menu.
%APPDATA%\Microsoft\Windows\Start Menu\Programs\Zed
I have also made a PR to add this to scoop
for easier install.
Zed writes config here:
%APPDATA%\Zed
Official Discord by Zed Industries here, as per this discussion on the official repository.
This is just packing of Zed from source. No changes to Zed code or license whatsoever.
The workflow file of the repo is do-whatever-you-like license.