The Windows Package Manager (winget) is a free, open-source tool that helps users install, manage, and update applications on Windows. It’s available on Windows 10, Windows 11, and Windows Server 2025.
What it does
- Helps users discover, install, upgrade, remove, and configure applications
- Helps developers manage their software applications
- Helps independent software vendors (ISVs) distribute software
- Helps enterprise organizations automate device set up and maintain a secure work environment
How it works
- Uses a command-line utility and a set of services for installing applications
- Includes a software repository that contains a collection of software definition files
- Uses processes like SmartScreen, static analysis, and SHA256 hash validation to reduce the likelihood of malicious software
How to use it
- Use the command winget install to install a package
- You can install WinGet as part of the App Installer
- You can find instructions for installing the client on the GitHub repository
Who can use it Developers, Independent software vendors (ISVs), and Enterprise organizations.
