Skip to content

v0.1.1-gui

Pre-release
Pre-release

Choose a tag to compare

@hamza-usmani hamza-usmani released this 05 Nov 17:08
· 292 commits to main since this release
ecc180c

Windows Identity App (Experimental) Release v0.1.1-gui

This release includes the x64 and arm64 unsigned MSIX packages of the Identity App (GUI) only. This is an experimental app that is being used to capture feedback around a UI-based approach for development scenarios such as debug identity, signing and more. See Docs.

Installation

  1. Download winapp-GUI_0.1.1.0_x64.msix for x64 or winapp-GUI_0.1.1.0_arm64.msix for ARM64 here
  2. Run Powershell as Administrator and Add-AppPackage -Path <msix> -AllowUnsigned

<msix> should be replaced with the full path of the GUI download (msix file).
This experimental app requires the winapp CLI to be added to the user's PATH to function. Ensure you have the latest CLI version added to your path (installing the CLI MSIX is the easiest way to do this).