Releases: lispking/zvm
Release v0.1.8
ZVM v0.1.8
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="${XDG_DATA_HOME:-$HOME/.local/share}/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
- fix: print subcommand help on --help/-h and enable LLVM backend by @happystraw in #10
- feat(windows): auto-add zvm bin to user PATH on use/install by @zcg in #11
- Fix Windows executable names for Zig and ZLS by @zcg in #9
New Contributors
Full Changelog: v0.1.7...v0.1.8
Release v0.1.7
ZVM v0.1.7
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="${XDG_DATA_HOME:-$HOME/.local/share}/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
- refactor: replace terminal writer pattern with unified Console abstraction by @happystraw in #7
New Contributors
- @happystraw made their first contribution in #7
Full Changelog: v0.1.6...v0.1.7
Release v0.1.6
ZVM v0.1.6
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 versionFull Changelog: v0.1.5...v0.1.6
Release v0.1.5
ZVM v0.1.5
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
- fix(windows): fix Zig installation on Windows by @yizhinailong in #6
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
ZVM v0.1.4
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
- feat(settings): add owned string allocation for Settings struct by @yizhinailong in #5
New Contributors
- @yizhinailong made their first contribution in #5
Full Changelog: v0.1.3...v0.1.4
Release v0.1.3
ZVM v0.1.3
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 versionFull Changelog: v0.1.2...v0.1.3
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
Release v0.1.1
ZVM v0.1.1
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 versionFull Changelog: v0.1.0...v0.1.1
Release v0.1.0
ZVM v0.1.0
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
- feat(install): cache preferred mirror to skip probe on subsequent installs by @lispking in #1
- feat(proxy): add HTTP/HTTPS proxy support for all network operations by @lispking in #2
- fix(proxy): use curl for downloads when proxy is configured by @lispking in #3
New Contributors
Full Changelog: latest...v0.1.0