Skip to content

Releases: lispking/zvm

Release v0.1.8

28 Apr 16:09
e3ef3a9

Choose a tag to compare

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 xz
sudo 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 version

What'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

  • @zcg made their first contribution in #11

Full Changelog: v0.1.7...v0.1.8

Release v0.1.7

19 Apr 13:12

Choose a tag to compare

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 xz
sudo 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 version

What's Changed

  • refactor: replace terminal writer pattern with unified Console abstraction by @happystraw in #7

New Contributors

Full Changelog: v0.1.6...v0.1.7

Release v0.1.6

17 Apr 01:18

Choose a tag to compare

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 xz
sudo 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 version

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

16 Apr 21:08

Choose a tag to compare

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 xz
sudo 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 version

What's Changed

Full Changelog: v0.1.4...v0.1.5

Release v0.1.4

16 Apr 08:23
350f72c

Choose a tag to compare

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 xz
sudo 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 version

What's Changed

  • feat(settings): add owned string allocation for Settings struct by @yizhinailong in #5

New Contributors

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

16 Apr 07:56

Choose a tag to compare

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 xz
sudo 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 version

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

15 Apr 05:04
8827a84

Choose a tag to compare

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 xz
sudo 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 version

What's Changed

  • refactor: migrate directory layout to XDG Base Directory Specification by @lispking in #4

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

15 Apr 00:39

Choose a tag to compare

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 xz
sudo 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 version

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

14 Apr 23:47

Choose a tag to compare

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 xz
sudo 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 version

What'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

Latest

28 Apr 16:12

Choose a tag to compare

Latest stable release (v0.1.8).