Skip to content

Releases: Larusso/unity-version-manager

3.11.0

07 Mar 07:42
v3.11.0
0558f93

Choose a tag to compare

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"

3.10.0

05 Mar 07:04
v3.10.0
d10a7f6

Choose a tag to compare

Changes

  • Release uvm_install v0.22.0, uvm v3.10.0%0A- Fix modules.json installation after editor failure (#453)%0A- Add cargo-release skill for multi-crate workspace releases

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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.0/uvm-aarch64-pc-windows-msvc.exe" -OutFile "uvm.exe"

3.9.1

03 Mar 15:12
v3.9.1
79b3414

Choose a tag to compare

Changes

  • Release uvm_install v0.21.0, uvm v3.9.1%0A- Write modules.json incrementally during installation (#452)%0A- Update openspec workflow skill / commands%0A- Fix macOS PKG installation for Unity 6000+ (cpio payload support) (#451)%0A- Add basic claude code setup and improve nix flake (#450)

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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/uvm-aarch64-pc-windows-msvc.exe" -OutFile "uvm.exe"

3.8.0

31 Oct 08:17
v3.8.0
203b712

Choose a tag to compare

Changes

  • chore: Release%0A- Improve GC run (#446)

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.8.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.8.0/uvm-aarch64-apple-darwin
chmod +x uvm

Linux

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

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

Windows

# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.8.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"

3.7.0

29 Oct 14:10
v3.7.0
7d4e03a

Choose a tag to compare

Changes

  • chore: Release%0A- Add UVM Garbage collection (#444)

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.7.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.7.0/uvm-aarch64-apple-darwin
chmod +x uvm

Linux

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

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

Windows

# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.7.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"

3.6.0

10 Oct 07:13
v3.6.0
f8de8cd

Choose a tag to compare

Changes

  • chore: Release%0A- Fix uvm modules command output (#437)

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.6.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.6.0/uvm-aarch64-apple-darwin
chmod +x uvm

Linux

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

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

Windows

# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.6.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"

3.5.0

25 Sep 12:07
v3.5.0
296230b

Choose a tag to compare

Changes

  • chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- Add Windows/Linux Arm64 support (#433)

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.5.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.5.0/uvm-aarch64-apple-darwin
chmod +x uvm

Linux

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

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

Windows

# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.5.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"

3.4.0

24 Sep 07:05
v3.4.0
ce568fc

Choose a tag to compare

Changes

  • chore: Release%0A- chore: Release%0A- chore: Release%0A- try to unblock release%0A- chore: Release%0A- fix type mixup%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- Add caching for live platform api (#432)

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.4.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.4.0/uvm-aarch64-apple-darwin
chmod +x uvm

Linux

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

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

Windows

# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.4.0/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"

3.2.4

22 Sep 12:13
v3.2.4
1395165

Choose a tag to compare

Changes

  • chore: Release%0A- Fix Unity Hub errors and List installations (#427)%0A- chore: Release

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.2.4/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.2.4/uvm-aarch64-apple-darwin
chmod +x uvm

Linux

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

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

Windows

# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.2.4/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"

3.2.2

19 Sep 16:12
v3.2.2
15dd4e9

Choose a tag to compare

Changes

  • chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- chore: Release%0A- Improve unity version parsing and allow to parse CompleteVersion (#422)

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.2.2/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.2.2/uvm-aarch64-apple-darwin
chmod +x uvm

Linux

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

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

Windows

# Download binary directly
Invoke-WebRequest -Uri "https://github.com/Larusso/unity-version-manager/releases/download/v3.2.2/uvm-x86_64-pc-windows-msvc.exe" -OutFile "uvm.exe"