Skip to content

Unofficial stable and pre-release builds of the Zed editor for Windows, with version and release type matching. Easy install via scoop or pwsh script. Not affiliated with Zed Industries.

Notifications You must be signed in to change notification settings

pirafrank/zed_unofficial_win_builds

Repository files navigation

Zed editor (Unofficial Windows builds)

Build

This repository contains unofficial builds of the Zed editor for Windows x64.

Not affiliated with Zed Industries.

What is Zed?

https://zed.dev

Why?

The official Zed editor is only available for macOS and Linux. This repository fills the gap until official builds for Windows will be available.

How it works?

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.

Install

Choose one of the following options.

Scoop

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.

Installation script

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

Manually

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.

Configuration

Zed writes config here:

%APPDATA%\Zed

Discord

Official Discord by Zed Industries here, as per this discussion on the official repository.

License

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.

About

Unofficial stable and pre-release builds of the Zed editor for Windows, with version and release type matching. Easy install via scoop or pwsh script. Not affiliated with Zed Industries.

Topics

Resources

Stars

Watchers

Forks