Skip to content

VRCLI v0.20.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 11:38
· 8 commits to main since this release

What's new

  • Added checksum-verified installers that make vrcli available from any terminal.
  • Added a per-user Windows Setup installer and portable Windows ZIP.
  • Added native macOS PKG installers and portable archives for Apple Silicon and Intel.
  • Published the Homebrew tap: brew install kibalab/tap/vrcli.
  • Submitted the WinGet package as kibalab.VRCLI; Microsoft catalog approval is pending.
  • Added SHA-256 checksums, an SPDX SBOM, and GitHub artifact attestations for release files.

Install

Windows

irm https://github.com/kibalab/VRCLI/releases/latest/download/install-vrcli.ps1 -OutFile install-vrcli.ps1
powershell -ExecutionPolicy Bypass -File .\install-vrcli.ps1

macOS

brew install kibalab/tap/vrcli

Full changelog: v0.19.0...v0.20.0