The main goal of this project is to create an intuitive GUI for the most common CLI package managers for Windows 10 and Windows 11, such as Winget and Scoop.
With this app, you'll be able to easily download, install, update and uninstall any software that's published on the supported package managers — and so much more.
Disclaimer: This project has no connection with the official Winget project — it's completely unofficial.
Beware that neither Microsoft nor the creators of WingetUI are responsible for the downloaded apps.
It really does make a big difference, and is very much appreciated.
Thank you! :)
- The ability to install packages from Scoop and Winget (the idea is to add more package managers in the future).
- The ability to upgrade and uninstall previously installed packages — as well as uninstall local PC apps!
- The ability to both import and export the packages of your choice, so that you can easily install them in the future.
- The user doesn't need to install any of the package managers. (Although the app does include the ability to install Scoop for you!)
- Includes support for managing Scoop buckets.
- The user can select the version that they want to install of any particular app.
- The user will be notified whether the installation/update/uninstallation of an app was completed successfully or not.
- The ability to queue installations in order to prevent conflicts.
- A dark theme is available to prevent you from burning your eyes. 😎
- The ability to show package-related information (like its license, SHA256 hash, homepage, etc.) before installation.
- More than 6800 packages available and counting!
- More features are coming in the future!
There are multiple ways to install WingetUI — choose whichever one you prefer!
- The first is by downloading the latest version of the installer:
Click here to download WingetUI
- The second is by using Winget:
Run the following command in PowerShell or Command Prompt: winget install wingetui
- The third is by using Scoop — see the instructions below.
In case it's not already added, it's required to add the Extras bucket first: scoop bucket add extras
Then, to install WingetUI, execute the following command: scoop install wingetui
Check out the Wiki for more information!
In order to translate WingetUI to other languages or to update an old translation, please see Translating WingetUI - WingetUI Wiki for more info.
Language | Translated | Translator(s) |
---|---|---|
Bangla - বাংলা | 19% | Nilavra Bhattacharya |
Catalan - Català | 100% | marticliment |
Czech - Čeština | 100% | panther7, Petr Janeček |
German - Deutsch | 93% | Datacra5H |
English - English | 100% | marticliment, ppvnf |
French - Français | 93% | Evans Costa |
Hindi - हिंदी | 86% | Satyam Singh Niranjan |
Hungarian - Magyar | 100% | gidano |
Italian - Italiano | 100% | GiacoBot, Maicol Battistini, Rosario Di Mauro |
Japanese - 日本語 | 90% | sho9029, Yuki Takase |
Korean | 한국어 | 29% |
Polish - Polski | 39% | regulargvy13 |
Portuguese (Brazil) | 100% | ppvnf |
Portuguese (Portugal) | 100% | ppvnf |
Russian - Русский | 86% | Sergey, Артем |
Serbian - Srpski | 22% | Nemanja Djurcic |
Turkish - Türkçe | 90% | Ahmet Özmetin |
Ukranian - Yкраї́нська | 86% | Artem Moldovanenko, Operator404 |
Simplified Chinese (China) | 97% | Aaron Liu, BUGP Association, ciaran, Cololi |
Traditional Chinese (Taiwan) | 90% | Aaron Liu, Cololi, yrctw |
Last updated: Wed Dec 28 12:35:29 2022
WingetUI wouldn't have been possible without the help of our dear contributors. From the person who fixed a typo to the person who improved half of the code, WingetUI wouldn't be possible without them! 😄
Q: I am unable to install or upgrade a specific Winget package! What should I do?
A: This is likely an issue with Winget rather than WingetUI.
Please check if it's possible to install/upgrade the package through PowerShell or the Command Prompt by using the commands winget upgrade
or winget install
, depending on the situation (for example: winget upgrade --id Microsoft.PowerToys
).
If this doesn't work, consider asking for help at Winget's own project page.
Q: The name of a package is trimmed with ellipsis — how do I see its full name/id?
A: This is a known limitation of Winget.
See more details in issue microsoft/winget-cli#2603.
Q: My antivirus is telling me that WingetUI is a virus! / My browser is blocking the download of WingetUI!
A: A common reason apps (i.e., executables) get blocked and/or detected as a virus — even when there's nothing malicious about them, like in the case of WingetUI — is because they're not being used by a relatively large amount of people.
Combine that with the fact that you might be downloading something that was recently released, and simply blocking unknown apps is in many cases a good precaution to take in order to prevent actual malware.
Since WingetUI is open source and safe to use, simply whitelist the app in the settings of your antivirus/browser.
Q: Will Chocolatey be supported?
A: This is currently under study.
See more details in issue marticliment#56.
Q: Can I add "msstore" as a source for Winget in the app?
A: This is not possible, nor is it planned for the near future.
See more details in issue marticliment#87.
Q: Are Winget/Scoop packages safe?
A: WingetUI, Microsoft and Scoop aren't responsible for the packages available for download, which are provided by third parties and can theoretically be compromised.
To mitigate the risks of downloading malware, Microsoft has implemented a few checks for the software available on Winget. Even so, It's recommended to only download software from publishers that you trust.
Check out the Wiki for more information!