ZIP
WinGet
vtui
noclue · 0.2.4 · 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
vtui-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
noclue.vtui
Version
0.2.4
Description
Explore your vCenter environment in the terminal
License
Apache-2.0
↗
Homepage
https://github.com/noclue/vtui
Installer URL
https://github.com/noclue/vtui/releases/download/v0.2.4/vtui-x86_64-pc-windows-msvc.zip
Release Notes
Release Notes
Added
- Non-blocking sparkline UI: comprehensive architecture for moving all vSphere network operations off the main UI loop into background workers.
Previously, a slow or hung vCenter response could freeze the entire UI — keystrokes would queue up and even quitting could stall. This is especially problematic during the exact infrastructure stress scenarios where operators need vtui most. Performance sparkline queries now run in a dedicated background worker instead of blocking the…