UniGetUI 3.1.2 Beta 1

UniGetUI is an application whose main goal is to create an intuitive GUI for the most common CLI package managers for Windows 10 and Windows 11, such as Winget, Scoop and Chocolatey. With UniGetUI, you'll be able to download, install, update and uninstall any software that's published on the supported package managers - and so much more.

UniGetUI features

  • Install, update and remove software from your system easily at one click: UniGetUI combines the packages from the most used package managers for windows: WinGet, Chocolatey, Scoop, Pip, Npm and .NET Tool.
  • Discover new packages and filter them to easily find the package you want.
  • View detailed metadata about any package before installing it. Get the direct download URL or the name of the publisher, as well as the size of the download.
  • Easily bulk-install, update or uninstall multiple packages at once selecting multiple packages before performing an operation
  • Automatically update packages, or be notified when updates become available. Skip versions or completely ignore updates in a per-package basis.
  • Manage your available updates at the touch of a button from the Widgets pane or from Dev Home pane with UniGetUI Widgets.
  • The system tray icon will also show the available updates and installed package, to efficiently update a program or remove a package from your system.
  • Easily customize how and where packages are installed. Select different installation options and switches for each package. Install an older version or force to install a 32bit architecture. [But don't worry, those options will be saved for future updates for this package]
  • Share packages with your friends to show them off that program you found. Here is an example: Hey @friend, Check out this program!
  • Export custom lists of packages to then import them to another machine and install those packages with previously-specified, custom installation parameters. Setting up machines or configuring a specific software setup has never been easier.
  • Backup your packages to a local file to easily recover your setup in a matter of seconds when migrating to a new machine

UniGetUI 3.1.2 Beta 0 release notes:

  • This release is not digitally signed for convenience. Stable releases will always be signed.

Changelog:

  • The "Package Details" page will offer more actions when a package is opened.
  • The filters is now fully closable, with a new toggle button located on the left side of the search bar
  • The LanguageEngine is more resilient to string deletion on the updated language files.
  • Automated package reload in the installed packages page is now less agressive. It will not remove the packages, only add any missing ones

Improvements to the Package Bundles page:

  • UniGetUI now supports the .ubundle extension, which will ease the process of opening package bundles. The file is internally JSON.
  • UniGetUI will complain if a bundle fails to be created.
  • UniGetUI will complain if an unsaved bundle is going to be lost. (The user wants to create a new one, etc)
  • UniGetUI will warn you if you are overriding a file
  • Improved handling of InstallationOptions
  • Bundles will show the version set to install, or the text "Latest". It used to show the version with which a package was exported.
  • Optimize how packages are loaded when shared from the "Share package" website.
  • UniGetUI can now be interacted with using the unigetui:// protocol. More details here.
  • Other improvements and bug fixes