Skip to content

3.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Mar 07:42
v3.11.0
0558f93

Changes

  • Release uvm_live_platform v0.8.1, uvm v3.11.0%0A- Fix panic on empty integrity string from live platform API (#455)%0A- Add download-modules-json dev command (#454)%0A- Fix commit message pattern for Claude

Installation

Download the appropriate binary for your platform from the assets below and make it executable.

macOS

# Intel Macs
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.11.0/uvm-x86_64-apple-darwin
chmod +x uvm

# Apple Silicon Macs  
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.11.0/uvm-aarch64-apple-darwin
chmod +x uvm

Linux

# GNU (most distributions) - x86_64
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.11.0/uvm-x86_64-unknown-linux-gnu
chmod +x uvm

# GNU (most distributions) - ARM64
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.11.0/uvm-aarch64-unknown-linux-gnu
chmod +x uvm

# Musl (Alpine, static binary) - x86_64
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.11.0/uvm-x86_64-unknown-linux-musl
chmod +x uvm

# Musl (Alpine, static binary) - ARM64
curl -L -o uvm https://github.com/Larusso/unity-version-manager/releases/download/v3.11.0/uvm-aarch64-unknown-linux-musl
chmod +x uvm

Windows

# x86_64 (Intel/AMD)
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.11.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"

# ARM64 (Apple Silicon Windows, Surface Pro X, etc.)
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.11.0/uvm-aarch64-pc-windows-msvc.exe" -OutFile "uvm.exe"