Windows Package Manager | |
Windows Package Manager | |
Developer: | Microsoft |
Operating System: | Windows 10 or later |
Size: | ~23 MB |
Language: | Chinese, English, French, German, Japanese, and others |
The Windows Package Manager (also known as winget) is a free and open-source package manager designed by Microsoft for Windows 10 and Windows 11. It consists of a command-line utility and a set of services for installing applications.[1] [2] Independent software vendors can use it as a distribution channel for their software packages.
Windows Package Manager was first announced at the Microsoft Build developer conference in May 2020.[3]
Before deciding to develop Windows Package Manager, the team behind it explored Chocolatey, Scoop, Ninite, AppGet, Npackd and the PowerShell-based OneGet. After the announcement of winget, the developer of AppGet, Keivan Beigi, claimed that Microsoft interviewed him in December 2019 under the pretense of employment and acquiring AppGet.[4] After talking with Beigi, Microsoft allegedly ceased communication with him until confirming one day before the launch of winget that they would not be hiring him. Beigi was dismayed at Microsoft's lack of attribution of AppGet. The release of winget led Beigi to announce that AppGet would be discontinued in August 2020.[4] [5] [6] Microsoft responded with a blog post crediting a number of winget's features to AppGet.[7] [8] [9]
Microsoft released version 1.0 of Windows Package Manager on May 27, 2021. The Microsoft Community Repository included over 1,400 packages at that date.[10]
The winget tool supports installers based on EXE, MSIX, and MSI.[11] The public Windows Package Manager Community repository hosts manifest files for supported applications in YAML format.[12] In September 2020, Microsoft added the ability to install applications from the Microsoft Store and a command auto-completion feature.[13]
To reduce the likelihood of non-Microsoft-approved software, including malicious software, making its way into the repository and onto the target machine, Windows Package Manager uses Microsoft SmartScreen, static analysis, SHA256 hash validation and other processes.[14] [15]
The winget client source code and the community manifest repository are licensed under MIT License and hosted on GitHub.[16]
Name | Description | |
---|---|---|
Configures the system into a desired state | ||
Downloads the installer from a given package--> | ||
Exports a list of the installed applications | ||
Show status of experimental features | ||
Hash installer files | ||
Install all the applications in a file | ||
Install the given application | ||
Display installed applications | ||
Manage package upgrade pins | ||
Show information about the given application | ||
Search and show basic information of applications | ||
Open winget configuration settings | ||
Manage application sources | ||
Upgrades the given application | ||
Uninstall the given application | ||
Validate a manifest file |
Search for and installs variable :