Download Latest Version DesktopAppInstallerPolicies.zip (39.5 kB)
Email in envelope

Get an email when there's a new version of Windows Package Manager (WinGet)

Home / v1.28.190
Name Modified Size InfoDownloads / Week
Parent folder
Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle 2026-02-10 215.9 MB
Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.txt 2026-02-10 64 Bytes
DesktopAppInstaller_Dependencies.json 2026-02-10 322 Bytes
DesktopAppInstaller_Dependencies.txt 2026-02-10 64 Bytes
DesktopAppInstaller_Dependencies.zip 2026-02-10 97.8 MB
DesktopAppInstallerPolicies.zip 2026-02-10 39.5 kB
e53e159d00e04f729cc2180cffd1c02e_License1.xml 2026-02-10 2.7 kB
README.md 2026-02-03 7.6 kB
Windows Package Manager 1.28.190 source code.tar.gz 2026-02-03 9.9 MB
Windows Package Manager 1.28.190 source code.zip 2026-02-03 12.1 MB
Totals: 10 Items   335.8 MB 76

This is a release candidate of Windows Package Manager v1.28. If you find any bugs or problems, please help us out by filing an issue.

New in v1.28

New Feature: 'source edit'

New feature that adds an 'edit' subcommand to the 'source' command. This can be used to set an explicit source to be implicit and vice-versa. For example, with this feature you can make the 'winget-font' source an implicit source instead of explicit source.

To use the feature, try winget source edit winget-font to set the Explicit state to the default.

New Feature: 'list --details'

The new feature enables a new option for the list command, --details. When supplied, the output is no longer a table view of the results but is instead a series of show like outputs drawing data from the installed item.

An example output for a single installed package is:

:::PowerShell
> wingetdev list Microsoft.VisualStudio.2022.Enterprise --details
Visual Studio Enterprise 2022 [Microsoft.VisualStudio.2022.Enterprise]
Version: 17.14.21 (November 2025)
Publisher: Microsoft Corporation
Local Identifier: ARP\Machine\X86\875fed29
Product Code: 875fed29
Installer Category: exe
Installed Scope: Machine
Installed Location: C:\Program Files\Microsoft Visual Studio\2022\Enterprise
Available Upgrades:
  winget [17.14.23]

If sixels are enabled and supported by the terminal, an icon for the installed package will be shown.

Bug Fixes

  • Portable Packages now use the correct directory separators regardless of which convention is used in the manifest
  • --suppress-initial-details now works with winget configure test
  • --suppress-initial-details no longer requires --accept-configuration-agreements
  • Corrected property of Font experimental feature to accurately reflect fonts as the required setting value

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/winget-cli/compare/v1.12.470...v1.28.190

Source: README.md, updated 2026-02-03