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).

Features

  • HTTP Proxy support
  • WinGet Configuration Mixed Elevation Mode support via COM
  • WinGet Package Icon support via COM
  • PowerShell Modules work on ARM64
  • Control Characters shouldn't be allowed in user generated content
  • Downloading MSStore packages
  • Extracting archives using tar.exe
  • V2 Index

What's New

  • Remove experimental from index v2 by @JohnMcPMS in #4611
  • Fix for attempted use of capability API before it was introduced by @JohnMcPMS in #4623