ZIP
WinGet
vx
loonghao · 0.6.27 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
vx-0.6.27-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
loonghao.vx
Version
0.6.27
Description
Universal Development Tool Manager
License
MIT
↗
Homepage
https://github.com/loonghao/vx
Installer URL
https://github.com/loonghao/vx/releases/download/vx-v0.6.27/vx-0.6.27-x86_64-pc-windows-msvc.zip
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
0.6.27 (2026-02-02)
Bug Fixes
- deps: update react monorepo to v19 (ea68f12)
- deps: update rust crate dirs to v6 (e9d9a0f)
Installation
Quick Install (Recommended)
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/loonghao/vx/main/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/loonghao/vx/main/install.ps1 | iex
Static Binary (musl, no runtime dependencies)
For environments without glibc (Alpine, minimal containers):
PREFER_STATIC=true curl -fsSL https://ra…