Winget is a Microsoft-developed command-line package manager for Windows that enables discovery, installation, and management of Windows apps through command line. It uses Windows Package Manager manifest format and PowerShellGet module for app metadata and installation management.
winget list
winget search xxx
winget install xxx
winget upgrade --all
winget export -o package.json
winget import -i package.json