1. Native Scripts (Powershell)
The recommended method — fast, dependency-free, and works out of the box. Ideal for most users. No external tools like Scoop or Chocolatey required.
Install CLI
Download and install the Unofficial Zed CLI using a single PowerShell command.
Powershell
irm https://raw.githubusercontent.com/SameerJS6/zed-cli-win-unofficial/refs/heads/main/scripts/release/install-wrapper.ps1 | iex
Install Zed + CLI (All-in-One)
Install both Zed (Unofficial Build) and the CLI with zero configuration. This script handles everything for you.
Powershell
irm https://raw.githubusercontent.com/SameerJS6/zed-cli-win-unofficial/refs/heads/main/scripts/release/install-with-zed-wrapper.ps1 | iex
Note
Installing via this method places everything in the default directories:
Zed:
Powershell
%LOCALAPPDATA%\Programs\Zed
Unofficial Zed CLI:
Powershell
%LOCALAPPDATA%\zed-cli-win-unofficial