zed icon indicating copy to clipboard operation
zed copied to clipboard

Allow zed to be installed via winget for Windows users

Open julianleonard123 opened this issue 2 months ago • 1 comments

The easiest way to install clients like zed on Windows is to use the winget package installer (see: https://learn.microsoft.com/en-us/windows/package-manager/winget/)

To allow for zed to be installable via winget we'd need to add a manifest here: https://github.com/microsoft/winget-pkgs/tree/master that winget references to find specific locations of installable releases (i.e. zip files for zed) and commands to unzip and install the zed cli.

julianleonard123 avatar Dec 11 '25 11:12 julianleonard123