Release v0.1.2
ZVM v0.1.2
A fast, dependency-free Zig version manager.
One-line Install
# macOS (Apple Silicon)
curl -L https://github.com/lispking/zvm/releases/latest/download/zvm-aarch64-macos.tar.gz | tar xz
# macOS (Intel)
curl -L https://github.com/lispking/zvm/releases/latest/download/zvm-x86_64-macos.tar.gz | tar xz
# Linux (x86_64)
curl -L https://github.com/lispking/zvm/releases/latest/download/zvm-x86_64-linux.tar.gz | tar xzsudo mv zvm-*/zvm /usr/local/bin/
export PATH="$HOME/.zvm/bin:$PATH"Available Builds
| Platform | Architecture | Stable URL |
|---|---|---|
| Linux | x86_64 | zvm-x86_64-linux.tar.gz |
| Linux | ARM64 | zvm-aarch64-linux.tar.gz |
| macOS | Intel | zvm-x86_64-macos.tar.gz |
| macOS | Apple Silicon | zvm-aarch64-macos.tar.gz |
| Windows | x86_64 | zvm-x86_64-windows.zip |
| Windows | ARM64 | zvm-aarch64-windows.zip |
All available at https://github.com/lispking/zvm/releases/latest/download/<file>
Quick Start
zvm install master
zvm use master
zig versionWhat's Changed
Full Changelog: v0.1.1...v0.1.2