UniGetUI for Windows
Install and Update Your Apps Without the Command Line
UniGetUI is a free, open-source desktop app that puts WinGet, Chocolatey, Scoop and other Windows package managers behind one window. This independent guide explains what it does, how to set it up, and how to run everyday updates.
What Is UniGetUI?
UniGetUI is a graphical front end for the package managers that already run on Windows. It does not host software itself. When you click Install, it hands the job to WinGet, Chocolatey, Scoop or another back end and shows you exactly what that tool reports back.
The practical result is one searchable list of everything installed on the machine, one list of what is out of date, and one button to fix it. The project started as WingetUI and was renamed once it supported far more than WinGet. It is maintained in the open by Martí Climent and contributors — see the everyday workflow guide for what that looks like day to day.
Key Features
Multi-Manager Support
Enable WinGet, Chocolatey, Scoop, PowerShell Gallery, .NET tools, Pip or npm and manage them from a single list.
Search Across Every Source
One query hits every enabled manager and shows the package ID, version and source, so you know what you are about to install.
Bulk Install and Update
Tick as many packages as you need and let the queue run. Useful after a clean Windows install or on monthly update day.
Operation Log
Every install, update and removal is recorded with the output from the underlying manager, so failures are easy to read.
Package Bundles
Export a selection to a bundle file and import it on another PC to rebuild the same set of apps in one pass.
Hash Verification
Installers are checked against the hashes published in the source manifest before they run, exactly as the command-line tools do.
Inside the Interface
Four screens cover almost everything you will do in UniGetUI.
Discover Packages
Search by name or ID, filter by source, and read the version and publisher before installing anything.
Installed Packages
See what each manager owns on this machine and uninstall single apps or a whole selection.
Software Updates
A single list of everything outdated across sources, with select-all and skip-this-version controls.
Settings
Choose which managers are active, set update checks, pick an install scope and add custom sources.
UniGetUI vs. the Command Line
What changes when you drive the same package managers through a graphical interface.
| Capability | UniGetUI | WinGet (CLI) | Chocolatey (CLI) |
|---|---|---|---|
| Built-in graphical interface | ✔ Yes | ✖ No | ✖ No |
| Several managers in one list | ✔ Yes | ✖ No | ✖ No |
| Update everything from one screen | ✔ Yes | ✔ Partly | ✔ Partly |
| Export and import an app bundle | ✔ Yes | ✔ Partly | ✔ Yes |
| Free and open source | ✔ Yes | ✔ Yes | ✔ Yes |
Supported Package Managers
Turn on the back ends you actually use — UniGetUI keeps the rest out of your way.
WinGet
Microsoft's package manager, bundled with Windows 11 and current Windows 10. Includes the Microsoft Store source. Details.
Chocolatey
A long-established community repository with wide coverage of desktop software and admin tools.
Scoop
Installs command-line utilities and portable apps into your user profile, with no UAC prompt for most packages.
PowerShell Gallery
Browse, install and update PowerShell modules and scripts without writing install commands.
.NET Tools and Custom Sources
Manage global .NET CLI tools, and point UniGetUI at private or company package sources when you need them.
Get Started in Three Steps
Setup takes a couple of minutes. The full installation guide covers each option in detail.
1. Get the Release
Download the current installer or portable build from the project's official GitHub releases page.
2. Run the Setup
Launch the .exe, accept the UAC prompt and pick a per-user or machine-wide install.
3. Pick Your Managers
UniGetUI detects the managers already on the system and offers to add the missing ones.
Install UniGetUI With WinGet
winget install --id MartiCliment.UniGetUI --exact
Run this in Terminal or PowerShell. WinGet ships with Windows 11 and current Windows 10 builds; see UniGetUI and WinGet.
Ready to Try It?
Start with the download page for the current build, checksums and portable notes.
How People Use UniGetUI
Three situations where a package manager front end saves the most time.
Frequently Asked Questions
Short answers to what people ask most about UniGetUI.
What is UniGetUI?
UniGetUI is a free, open-source Windows app that gives package managers a graphical front end. It searches, installs, updates and removes software through WinGet, Chocolatey, Scoop and other back ends without you typing commands.
Who created UniGetUI?
It was started by Martí Climent and released as WingetUI. The name changed to UniGetUI once support reached well beyond WinGet. Development happens in public on GitHub with community contributions.
Why do people use UniGetUI?
Mostly to stop chasing updates app by app. One screen lists everything outdated across your managers, and you update whatever you select in a single run.
Is UniGetUI free to use?
Yes. It costs nothing, the license is open source, and the full source code is published in the project repository.
Does UniGetUI require advanced technical knowledge?
No. Searching, installing and updating are point-and-click. Command-line familiarity only helps if you want custom install flags or private sources.
What package managers does UniGetUI support?
WinGet, Chocolatey, Scoop, PowerShell Gallery and .NET tools, plus developer sources such as Pip and npm. You decide which ones are active.
Can UniGetUI show available software updates?
Yes. The Software Updates tab collects outdated packages from every enabled manager, and you can update selected items, all items, or ignore a specific version.
Can UniGetUI uninstall programs too?
Yes. The Installed Packages tab removes anything installed through a supported manager, one item at a time or as a selection.
Does UniGetUI allow bulk installation?
Yes. Add as many packages as you like to the queue; they install one after another while you get on with something else.
Is there a search feature in UniGetUI?
Yes. A single search box queries every enabled manager and shows the package ID, version and source for each result.
Which versions of Windows does UniGetUI support?
Current releases target Windows 10 and Windows 11, Home and Pro alike. Older Windows versions are not supported by the modern package managers it drives.
Does UniGetUI require administrator permissions?
Browsing and searching do not. Installs that write to system locations raise the normal UAC prompt, just as running the installer by hand would.
Do I have to install WinGet or Chocolatey first?
WinGet is already present on current Windows 10 and 11. If Chocolatey or Scoop is missing, UniGetUI can install the manager for you from its settings.
Does UniGetUI work on 32-bit Windows?
Releases are published for 64-bit systems, x64 and ARM64, which is what the supported package sources target.
Does UniGetUI use a lot of RAM or CPU?
It sits idle most of the time and only works while a package manager is running a job. Background update checks are light and can be turned off.
Is UniGetUI safe?
The source is public and the app installs nothing by itself — it passes your choice to WinGet, Chocolatey or Scoop and shows their output. Download it from the official repository rather than a mirror.
Does UniGetUI download programs from unsafe websites?
No. Packages come from the repositories the underlying managers already use, and installer hashes published in those manifests are verified before the installer runs.
Can UniGetUI replace antivirus software?
No. It manages installation and updates only. Keep your security software running as usual.
Is UniGetUI updated regularly?
Yes. New releases appear on GitHub on a steady schedule, and the app can notify you and update itself.
What happens if an installation fails?
The job stays in the list with the manager's log attached. Read the error, retry, or install the same app from another source — Chocolatey instead of WinGet, for example.
Can UniGetUI install Microsoft Store apps?
Many of them, yes. WinGet includes an msstore source, so Store listings can be installed without opening the Store app.
Can I add my own package sources?
Yes. Sources can be added or removed per manager, including private and company WinGet repositories.
Is UniGetUI useful for IT professionals?
It is. Bundles and bulk operations make repeat builds quick, and every action runs through managers that are usually already approved on managed machines.
Can I export a list of installed programs?
Yes. Save a selection as a package bundle and import that file on another PC to reinstall the same software.
How is this different from downloading installers by hand?
A downloaded installer handles one app once. UniGetUI treats your software as a list you can search, update, export and rebuild in a few clicks.