A simple and standalone app for managing (installing, updating, removing) different WolvenKit versions similar to the Visual Studio Installer app.
Installer-link: https://wolvenkit.github.io/WolvenKit.Installer/Wolvenkit.Installer.Package.appinstaller
Or download from the release below:
| Name | Latest Release |
|---|---|
| WolvenKit.Installer |
Wolvenkit.Installer.Package.appinstaller from GitHub above

To publish as self-contained use:
dotnet publish .\Wolvenkit.Installer\Wolvenkit.Installer.csproj -o publish -c Release --self-contained true -r win10-x64 -p:Platform=x64 (https://github.com/microsoft/WindowsAppSDK/discussions/3026)
and add
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling> in the projects (https://github.com/dotnet/maui/issues/5886)