v1.0.4 Build 4 — stable

WinGUILite

A dark, single-file GUI for winget. Search the catalog, queue a basket, push updates, and clean up installs — without opening PowerShell.

Windows · Python + tkinter · one .py file, no installer

Under the hood

It reads winget's own output — correctly.

winget's tables are display-width aligned, not character aligned, and the column layout quietly changes between search, list, and upgrade. WinGUILite parses it properly — wide characters, long IDs, and all.

powershell — winget search
PS C:\>
NameIdVersionSource
SpotifySpotify.Spotify1.2.93.674winget
音楽プレーヤー LiteContoso.MusicPlayerLite4.1.0winget
Spotify9NCBCSZSJRSBUnknownmsstore
Every column lands where it should — even the row with a double-width name, even when winget glues two metadata fields onto one line under the hood. No corrupted names, no truncated IDs.

What's inside

Everything winget can do, in one small window.

Six screens, one file, zero background services.

🔍

Search & Install

Search the winget catalog, filter by source, sort results, and install straight from the results table.

🛒

Basket

Queue several packages and install them all in one pass, with a pass/fail report when it's done.

🔄

Update Manager

See every available update at a glance, and apply them one at a time or all together.

📦

Installed Packages

Browse, filter, sort, and uninstall what's already on the machine — no more digging through Settings.

Settings that stay out of the way

Accent colour, font size, row height, silent installs. Saved only when they differ from the defaults.

🗂

One .py file

The whole app ships as a single Python file. No installer, no hidden folders, nothing left behind.

Look inside

Built to disappear into the background.

Dark by default, quick to scan, and small enough to keep open in a corner.

Search & Install
Sort: A → ZSource: all
Visual Studio CodeMicrosoft.VisualStudioCode
VS Code InsidersMicrosoft.VisualStudioCode.Insiders
VSCodiumVSCodium.VSCodium
🛒 2 in basket

Get WinGUILite

Grab the latest build straight from GitLab.

Requires Windows + winget (App Installer, from the Microsoft Store)