WinGet is the Windows Package Manager, a command-line tool and API for discovering, installing, and managing software on Windows systems.
WinGet addresses the fragmentation of software installation on Windows by providing a unified package manager similar to those found on Linux and macOS. The tool works by connecting to package sources—primarily the Microsoft Store and the WinGet community repository—allowing users to search for, install, update, and remove applications through a single command-line interface. It also exposes its functionality through a PowerShell module and a COM API, enabling integration into scripts and other applications.
Developers and system administrators managing Windows environments should consider WinGet if they need to automate software deployment or want to reduce reliance on manual installers and vendor-specific update mechanisms. The tool suits organizations looking to standardize package management across Windows machines. It requires Windows 10 build 1809 or later, Windows 11, or Windows Server 2025, with experimental support for Windows Server 2019 and 2022. The primary distribution method is through the Microsoft Store's App Installer package, though development releases are available from GitHub and through the PowerShell module.
The project maintains active development with regular releases published both through the Microsoft Store and GitHub. The codebase is written in C++ and accepts community contributions. The tool includes an experimental features system that allows users to test upcoming functionality, and the project maintains comprehensive documentation including troubleshooting guides for common installation issues.