ZIP
WinGet
vfox
Han Li · 1.0.0 · arm64
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
vfox_1.0.0_windows_aarch64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
version-fox.vfox
Version
1.0.0
Description
The Multiple SDK Version Manager
License
Apache-2.0
↗
Homepage
https://vfox.dev/
Installer URL
https://github.com/version-fox/vfox/releases/download/v1.0.0/vfox_1.0.0_windows_aarch64.zip
Release Notes
🎉 What's Changed in v1.0.0
🎉 Core Improvement: Solving the Temporary Directory Problem
Problem Background
Prior to v1.0.0, regardless of whether using session, global, or project scope, all SDKs would be stored in temporary directories. This caused the previously configured version information to become invalid immediately when the shell was closed, resulting in "directory not found" errors in virtual environments and CI/CD workflows.
v1.0.0 Solution
This version completely separates the behavio…