Kahua's new Windows Desktop application is a Win UI application powered by the Windows App SDK, and is installed as an application in the users Program Files directory.
The application is installed via side-loading using an .appinstaller file that configures the behavior for app updates ( they are required ). The .appinstaller points to the actual msix package that is installed and maintained by the Windows OS.
Per best-practice, the msix filename includes the version # of the application.
Installation:
Users can download and execute the .appinstaller directly or command line installation can be done by by acquiring the .appinstaller file located at
https://launch.kahua.com/windows/kahua_windows_x64.appinstaller
For command line installation, the Powershell Add-AppxPackage is used:
Add-AppxPackage -AppInstallerFile .\kahua_windows_x64_enterprise.appinstaller
Upon execution the Powershell command will install the latest version of the Kahua host.
For more advanced installation through 3rd-party applications, consult the vendor documentation for side-loaded Windows applications.