[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71503":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":16,"starSnapshotCount":16,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},71503,"winget-cli","microsoft\u002Fwinget-cli","microsoft","WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).","https:\u002F\u002Flearn.microsoft.com\u002Fwindows\u002Fpackage-manager\u002F",null,"C++",25997,1750,343,1256,0,17,48,156,51,44.73,"MIT License",false,"master",[26,27,28,29],"command-line","package-manager","windows","winget","2026-06-12 02:02:53","# ![WinGet Icon](.github\u002Fimages\u002FWindowsPackageManager_Assets\u002FICO\u002FPNG\u002F_40.png) Windows Package Manager\r\n\r\n## WinGet Client\r\n\r\n![winget install wingetcreate](.github\u002Fimages\u002FWingetInstall.gif)\r\n\r\nIf you are new to the Windows Package Manager, you might want to [Explore the Windows Package Manager tool](https:\u002F\u002Fdocs.microsoft.com\u002Flearn\u002Fmodules\u002Fexplore-windows-package-manager-tool\u002F?WT.mc_id=AZ-MVP-5004737). The client has access to packages from two default sources. The first is \"msstore\" the Microsoft Store (free Apps rated \"e\" for everyone). The second is \"winget\" the [WinGet community repository](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-pkgs).\r\n\r\n> [!NOTE]\r\n> Group policy may be configured and modify configured sources. Run `winget --info` to see any configured policies.\r\n\r\n## Installing The Client\r\n\r\n> [!NOTE]\r\n> The client requires Windows 10 1809 (build 17763) or later at this time. Windows Server 2019 is not supported as the Microsoft Store is not available nor are updated dependencies. It may be possible to install on Windows Server 2022, this should be considered experimental (not supported) and requires dependencies to be manually installed as well.\r\n\r\n### Microsoft Store [Recommended]\r\n\r\nThe client is distributed within the [App Installer](https:\u002F\u002Fapps.microsoft.com\u002Fdetail\u002F9nblggh4nns1) package.\r\n\r\n### Development Releases\r\n\r\nThere are a few methods to get development releases:\r\n\r\n* Install a [Windows 10 or Windows 11 Insider](https:\u002F\u002Finsider.windows.com\u002F) build.\r\n* Manually update using a development build from our [Releases](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-cli\u002Freleases) page.\r\n* Use the `Repair-WinGetPackageManager` cmdlet from the [Microsoft.WinGet.Client](https:\u002F\u002Fwww.powershellgallery.com\u002Fpackages\u002FMicrosoft.WinGet.Client\u002F) PowerShell module and use the `-IncludePrerelease` parameter.\r\n\r\n> [!NOTE]\r\n> If you decide to install the latest release from GitHub, and you have successfully joined the insider program, you will receive updates when the next development release has been published in the Microsoft Store.\r\n\r\nOnce you have received the updated App Installer from the Microsoft Store you should be able to execute `winget features` to see experimental features. Some users have reported [issues](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-cli\u002Fissues\u002F210) with the client not being on their PATH.\r\n\r\n### Manually Update\r\n\r\nThe same Microsoft Store package will be made available via our [Releases](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-cli\u002Freleases). Note that installing this package will give you the WinGet client, but it will not enable automatic updates from the Microsoft Store if you have not joined the Windows Package Manager Insider program.\r\n\r\n> [!NOTE]\r\n> You may need to install the [VC++ v14 Desktop Framework Package](https:\u002F\u002Fdocs.microsoft.com\u002Ftroubleshoot\u002Fcpp\u002Fc-runtime-packages-desktop-bridge#how-to-install-and-update-desktop-framework-packages).\r\n> This should only be necessary on older builds of Windows 10 and only if you get an error about missing framework packages.\r\n\r\n### Troubleshooting\r\n\r\nPlease read our [troubleshooting guide](\u002Fdoc\u002Ftroubleshooting\u002FREADME.md).\r\n\r\n## PowerShell Module\r\n\r\nThe [Microsoft.WinGet.Client](https:\u002F\u002Fwww.powershellgallery.com\u002Fpackages\u002FMicrosoft.WinGet.Client\u002F) PowerShell module provides native cmdlets for interacting with the Windows Package Manager. You can install it from the PowerShell Gallery:\r\n\r\n```powershell\r\nInstall-Module -Name Microsoft.WinGet.Client\r\n```\r\n\r\nExample usage:\r\n\r\n```powershell\r\n# Search for a package\r\nFind-WinGetPackage -Query \"Visual Studio Code\"\r\n\r\n# Install a package\r\nInstall-WinGetPackage -Id Microsoft.VisualStudioCode\r\n\r\n# List installed packages\r\nGet-WinGetPackage\r\n\r\n# Update a package\r\nUpdate-WinGetPackage -Id Microsoft.VisualStudioCode\r\n\r\n# Repair the WinGet package manager installation\r\nRepair-WinGetPackageManager\r\n```\r\n\r\nFor more information, see the [Microsoft.WinGet.Client](https:\u002F\u002Fwww.powershellgallery.com\u002Fpackages\u002FMicrosoft.WinGet.Client\u002F) page on the PowerShell Gallery.\r\n\r\n## Administrator Considerations\r\n\r\nInstaller behavior can be different depending on whether you are running **WinGet** with administrator privileges.\r\n\r\n* When running **WinGet** without administrator privileges, some applications may [require elevation](https:\u002F\u002Fdocs.microsoft.com\u002Fwindows\u002Fsecurity\u002Fidentity-protection\u002Fuser-account-control\u002Fhow-user-account-control-works) to install. When the installer runs, Windows will prompt you to [elevate](https:\u002F\u002Fdocs.microsoft.com\u002Fwindows\u002Fsecurity\u002Fidentity-protection\u002Fuser-account-control\u002Fhow-user-account-control-works#the-uac-user-experience). If you choose not to elevate, the application will fail to install.\r\n\r\n* When running **WinGet** in an Administrator Command Prompt, you will not see [elevation prompts](https:\u002F\u002Fdocs.microsoft.com\u002Fwindows\u002Fsecurity\u002Fidentity-protection\u002Fuser-account-control\u002Fhow-user-account-control-works#the-uac-user-experience) if the application requires it. Always use caution when running your command prompt as an administrator, and only install applications you trust.\r\n\r\n### Build your own\r\n\r\nYou can also [build the client yourself](#building-the-client). While the client should be perfectly functional, we are not ready to provide full support for clients running outside of the official distribution mechanisms yet. Feel free to file an [Issue](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-cli\u002Fissues\u002Fnew\u002Fchoose), but know that it may get lower prioritization.\r\n\r\n## Build Status\r\n\r\n[![Build Status](https:\u002F\u002Fdev.azure.com\u002Fshine-oss\u002Fwinget-cli\u002F_apis\u002Fbuild\u002Fstatus\u002Fwinget-cli%20Build_Test?branchName=master&label=Main%20Branch%20(Including%20PRs))](https:\u002F\u002Fdev.azure.com\u002Fshine-oss\u002Fwinget-cli\u002F_build\u002Flatest?definitionId=10&branchName=master)\r\n\r\n## Windows Package Manager Release Roadmap\r\n\r\nThe plan for delivering the next Windows Package Manager release is described and included in our [discussions](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-cli\u002Fdiscussions\u002F2063), and will be updated as the project proceeds.\r\n\r\n## Overview of the  Windows Package Manager\r\n\r\nThe **Windows Package Manager** is a tool designed to help you quickly and easily discover and install those packages that make your PC environment special.  By using the **Windows Package Manager**, from one command, you can install your favorite packages:\r\n\r\n`winget install \u003Cpackage>`\r\n\r\n## Overview\r\n\r\n### Client Repository\r\n\r\nThis winget-cli repository includes the source code designed to build the client.  You are encouraged to participate in the development of this client. We have plenty of backlog features in our [Issues](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-cli\u002Fissues?q=is%3Aopen+is%3Aissue+milestone%3ABacklog-Client). You can upvote the ones you want, add more, or even [get started on one.](https:\u002F\u002Fgithub.com\u002Forgs\u002Fmicrosoft\u002Fprojects\u002F137)\r\n\r\n### Sources\r\n\r\nThe client is built around the concept of sources; a set of packages effectively. Sources provide the ability to discover and retrieve the metadata about the packages so that the client can act on it.\r\n\r\n* The default \"winget\" source includes packages in the [Windows Package Manager Community Repository](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-pkgs).\r\n* The default \"msstore\" source includes packages in the Microsoft Store.\r\n* It is also possible to host your own private [REST-based](https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwinget-cli-restsource) source.\r\n\r\n## Building the client\r\n\r\nPlease follow our [developer guidance](\u002Fdoc\u002FDeveloping.md) to build, run & test the client.\r\n\r\n## Credit\r\n\r\nWe would like to thank [Keivan Beigi (@kayone)](https:\u002F\u002Fgithub.com\u002Fkayone) for his work on AppGet which helped us with the initial project direction for Windows Package Manager.\r\n\r\n## Contributing\r\n\r\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\r\nContributor License Agreement (CLA) declaring that you have the right to, and do, actually grant us the rights to use your contribution. For details, visit https:\u002F\u002Fcla.opensource.microsoft.com. More\r\ninformation is available in our [CONTRIBUTING.md](\u002FCONTRIBUTING.md) file.\r\n\r\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\r\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\r\nprovided by the bot. You will only need to do this once across all repos using our CLA.\r\n\r\nThis project has adopted the [Microsoft Open Source Code of Conduct](https:\u002F\u002Fopensource.microsoft.com\u002Fcodeofconduct\u002F).\r\nFor more information, please refer to the [Code of Conduct FAQ](https:\u002F\u002Fopensource.microsoft.com\u002Fcodeofconduct\u002Ffaq\u002F) or\r\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\r\n\r\n## Data\u002FTelemetry\r\n\r\nThe winget.exe client is instrumented to collect usage and diagnostic (error) data and sends it to Microsoft to help improve the product.\r\n\r\nIf you build the client yourself the instrumentation will not be enabled and no data will be sent to Microsoft.\r\n\r\nThe winget.exe client respects machine-wide privacy settings and users can opt out on their device, as documented in the [Microsoft Windows privacy statement](https:\u002F\u002Fsupport.microsoft.com\u002Fhelp\u002F4468236\u002Fdiagnostics-feedback-and-privacy-in-windows-10-microsoft-privacy). In addition, you may also explicitly block telemetry using [settings](https:\u002F\u002Fdocs.microsoft.com\u002Fwindows\u002Fpackage-manager\u002Fwinget\u002Fsettings)\r\n\r\nIn short, to opt out, do one of the following:\r\n\r\n**Windows 11**: Go to `Start`, then select `Settings` > `Privacy & Security` > `Diagnostics & feedback` > `Diagnostic data` and unselect `Send optional diagnostic data`.\r\n\r\n**Windows 10**: Go to `Start`, then select `Settings` > `Privacy` > `Diagnostics & feedback`, and select `Required diagnostic data`.\r\n\r\nSee the [privacy statement](PRIVACY.md) for more details.\r\n\r\n","WinGet 是 Windows 的包管理器，提供了命令行界面、PowerShell 模块和 COM API。其核心功能包括从 Microsoft Store 和 WinGet 社区仓库安装软件包，支持通过命令行进行软件的搜索、安装、更新和卸载等操作。技术上采用 C++ 编写，确保了高性能和稳定性。适用于需要在 Windows 系统中高效管理和部署应用程序的各种场景，如个人用户日常使用、企业级软件分发以及开发者的工具链集成等。",2,"2026-06-11 03:38:09","high_star"]