Winget Intune Packager

June 10, 2026 ยท View on GitHub

Winget Intune Packager

GitHub release (latest by date including pre-releases)
GitHub all releases

Winget Intune app packager

image

This tool auto create Intune app package from Winget app repository using https://github.com/Romanitho/Winget-Install

Prerequisites

Before using the tool, you must create an app registration in Entra:

  1. Open the Microsoft Entra admin center
  2. In Microsoft Entra admin center, click App registrations.
  3. In App registrations, click New registration.
  4. In Register an application, enter a Name, e.g., WingetIntunePackager. Leave Supported account types set to Single tenant only. Under Redirect URI (optional), select Public client/native (mobile & desktop) and enter https://login.microsoftonline.com/common/oauth2/nativeclient. Click Register

On the Overview page, you will find the necessary information for the configuration file (see below).

Configuration file

You can place an configuration file with the name config.env in the same folder as the executable. The configuration file should be in the following format:

tenant_id=
client_id=
redirect_uri=https://login.microsoftonline.com/common/oauth2/nativeclient