UniGetUI v2026.2.3 Cuts Download Sizes in Half
The open-source package manager front-end finally gets the footprint and performance fixes users have been waiting for.
UniGetUI just shipped version 2026.2.3. The application acts as a unified graphical interface for Winget, Scoop, Chocolatey, npm, and pip, letting you install and update software without ever touching a terminal. This latest drop focuses on one thing: cutting the bloat.
For years, package management on Windows lived strictly in the command line. UniGetUI, originally built by martinicliment and later adopted by Devolutions, tried to bring a consistent graphical experience to that chaos. It launched as WingetUI before expanding across platforms and eventually rewriting itself from WinUI to Avalonia. That migration hit full release in late June, stripping out all remaining WinUI dependencies and paving the way for the optimization work in this update.
NativeAOT and the Bloat Cut
The headline change is NativeAOT being enabled by default across every platform. Ahead-of-time compilation isn't entirely new to the .NET ecosystem, but UniGetUI hasn't shipped it in production until now. That decision resulted in a brutal compression of the release packages. The Windows x64 installer dropped from 58.0 MB down to 28.3 MB. The portable zip went from 85.6 MB to 39.5 MB. Linux deb packages shed nearly half their weight. macOS DMG files lost about 11%. Not cheap to maintain that level of optimization across three different OS architectures, though the footprint gains are impossible to ignore.
GPU usage took a massive hit, and not in a good way for the app. Unnecessary indeterminate progress bar animations got the axe. That alone significantly lowers graphics processing drag on systems that were already pushing hard just to scroll through a list of forty packages. Memory management for package icons was rewritten. DataGrid scrolling got a smoother pass. The navigation pane finally supports dockable, adaptive, and overlay modes again, which is a relief if you like to reorganize your workspace dynamically.
There are some actual user-facing additions too. Toast notifications now pop up for install and update operations. You can also force manual install, update, or uninstall modes if the automated background processes decide to play coy. Sort order persistence was fixed, so your package list stops randomly reshuffling every time you switch tabs. Title bar search layout got cleaned up, and several dark theme flyout readability issues were patched out. The release dropped July 14, 2026. It was pushed through GitHub Actions and led by contributor Gabriel Dufresne under commit 2987b12.
It's a rather aggressive optimization pass for an app that's still technically in its growth phase, though the gains are hard to argue with. The long wait for a truly lean cross-platform package manager is over. The app now sits at roughly 25,000 GitHub stars, which means you will find plenty of community troubleshooting if you run into the occasional Avalonia layout quirk on a niche Linux distro. Head here to visit the repository.
You can grab the downloads directly from the GitHub releases page. Checksums are included if you care about that sort of thing. Keep in mind that the Linux assets span both x64 and arm64 architectures, and macOS offers separate dmg downloads for Intel and Apple Silicon. The installation process remains straightforward across all three, with no new dependencies required beyond what's already standard on modern systems.
