← Package directory
Available on winget

Install vtui

Explore your vCenter environment in the terminal

Install with winget
winget install --id noclue.vtui
Upgrade
winget upgrade --id noclue.vtui
Uninstall
winget uninstall --id noclue.vtui

About vtui

Explore your vCenter environment in the terminal

What's new in 0.2.6

Release Notes Fixed - Cluster inventory table: summary_ex.effective_cpu, effective_memory, and num_hosts are now optional in the PropertyCollector cache. vcsim sometimes omits these fields even though the API marks them required; previously the whole cluster row disappeared from the table. Missing values render as empty cells instead of dropping the row. - Managed-object property browser: when the server sends an Enter/Modify with no property values (empty or missing change_set), the body no longer renders as a blank black area. You see either Loading properties… while waiting for the first update, or a centered explanation when the server truly returned no properties (common with vcsim facade objects such as EnvironmentBrowser, or heavily permission-stripped objects). WARN-level logs explain the empty-data case; empty change_set after data already arrived is logged at INFO without clearing the tree. - Exit without error when no configuration is specified to ease WinGet testing pipelines. Install vtui 0.2.6 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/noclue/vtui/releases/download/v0.2.6/vtui-installer.sh | sh Install prebuilt binaries via powershell script powershell -ExecutionPolicy Bypass -c "irm https://github.com/noclue/vtui/releases/download/v0.2.6/vtui-installer.ps1 | iex" Install prebuilt binaries via Homebrew brew install noclue/tap/vtui Download vtui 0.2.6 ──────────────────────────────────────────┬───────────────────┬───────────── File │Platform │Checksum ──────────────────────────────────────────┼───────────...

Read release notes

Version history

Version Updated Notes
0.2.6 Unknown Release Notes Fixed - Cluster inventory table: summary_ex.effective_cpu, effective_memory, and num_hosts are now optional in the PropertyCollector cache. vcsim sometimes omits these fields even though the API marks them...
0.2.5 Unknown Release Notes Added - VM Summary (s on the Virtual Machine inventory table): opens a centered popup with a consolidated view of the selected VM—name and MO id, primary IP(s), overall status, power state and uptime, guest...
0.2.4 Unknown 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...
0.2.3 Unknown Release Notes Added - Events resource view: open from supported parents with e (hosts, datastores, VMs; shown in the footer when available). Live table backed by EventHistoryCollector and PropertyCollector; Enter opens a...
0.2.2 Unknown Install vtui 0.2.2 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/noclue/vtui/releases/download/v0.2.2/vtui-installer.sh | sh Install prebuilt binaries via powershell...
0.2.1 Unknown Release Notes Added - Homebrew and winget distribution for published releases - VIM_PROTOCOL configuration with auto, json, and soap transport modes Changed - Bumped vim_rs to 0.4.1 with XML support - Added documentation...
0.2.0 Unknown No notes