You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
host runtime
About this tag
The host runtime tag covers discussions about the Hosted App Model introduced in Windows 10 version 2004. This model allows apps to declare themselves as hosts, enabling other packages to depend on them as hosted apps. When a hosted app is launched, the host executable runs with the hosted app's identity rather than its own. This concept is relevant for developers working with Windows app packaging and runtime dependencies, particularly for script-based apps like those using PowerShell or Python. The tag focuses on the technical implementation and implications of the host runtime in the Windows app ecosystem.
In Windows 10 version 2004, we are introducing the concept of Hosted Apps to the Windows App Model. Hosted apps are registered as independent apps on Windows, but require a host process in order to run. An example would be a script file which requires its host (eg: Powershell or Python) to be...