Windows Package Manager Winget in a graphical interface that also combines not just Winget but also Chocolatey, Powershell, PIP, .Net Tool and more. Much like how Linux Distros have their own package managers, this acts as the same but for windows.
Benefits are:
- Ease of Use
- Not having to use Windows Store to get apps through a graphical interface
- Access to apps on various CLI's (Command Line Interface)
- Not Needing to be logged in a Microsoft Account to use
- Continuous checking and automated updates.
- Not just apps but frameworks are updated as well.
- Not having to use Windows Store (Did I say this already?)
Installation:
- Search Powershell and Open it
- Type:
winget install --exact --id MartiCliment.UniGetUI --source winget
- Hit Enter
- Let it install and you are done!


