Zig Version Manager
curl -fsSL zig.sh/install.sh | bash
Or using wget: wget -qO- zig.sh/install.sh | bash
Install and switch between any Zig version with a single command
Automatically manage ZLS per version
Stable symlinks that work with VSCode, Neovim, and others
Stay current with built-in upgrade notifications
zvm install latest
Install the latest stable Zig version
zvm tools init
Install ZLS (Zig Language Server)
zvm list
List installed versions
zvm use 0.13.0
Switch to a specific version
zvm clean --keep 2
Keep only 2 most recent versions
zvm upgrade
Update zvm itself