install-sandbox-psu
Installation
SKILL.md
install-sandbox-psu
Spins up a fully isolated PowerShell Universal (PSU) sandbox — either by downloading a pre-built release from the Devolutions CDN or by building and publishing a local .NET project. Each sandbox gets its own data directory, port, log paths, and generated relaunch/teardown scripts, so multiple sandboxes of the same version can run side-by-side without interfering.
When to use
- Quickly test a released version of PSU without a system-wide install
- Run the current branch of a PSU source repo against a clean data directory
- Reproduce bugs in an isolated environment you can throw away
- Develop and test custom PSU components (pair with
custom-component-generate-psu)
Prerequisites
- PowerShell 7 (
pwsh) - Internet access
Script
.agents/skills/install-sandbox-psu/scripts/Install-PSU.ps1