microsoft/winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 2nd, 2026
Created on July 16th, 2019
Open Issues & Pull Requests: 1,298 (+0)
GitHub issues: Enabled
Number of forks: 1,793
Total Stargazers: 26,393 (+0)
Total Subscribers: 341 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1,260
New in 7 days: 4
Closed in 7 days: 5
Avg open age: 950 days
Stale 30+ days: 1,202
Stale 90+ days: 1,019

Recent activity

Opened in 7 days: 4
Closed in 7 days: 5
Comments in 7 days: 1
Events in 7 days: 6

Top labels

  • Issue-Bug (927)
  • Issue-Feature (905)
  • Command-Upgrade (135)
  • PowerShell (119)
  • Area-External (118)
  • Resolution-Duplicate (107)
  • Issue-Docs (95)
  • Command-Install (93)

Detailed Description

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.