get.optersoft.com

Bootstrap scripts, served so each is one typeable line. Read one before you run it — every file below is also its own source.

wsl.ps1

Install wslx (and uv, if missing) on Windows.

iex (irm https://get.optersoft.com/wsl.ps1)

isard.ps1

Make a bare IsardVDI Windows desktop reachable: OpenSSH server, firewall rule, bastion account, spice-guest-tools.

iex (irm https://get.optersoft.com/isard.ps1)

isard.sh

The same for a bare IsardVDI Linux desktop.

curl -fsSL https://get.optersoft.com/isard.sh | sudo sh -s <user> <password>

Verifying

This page and the scripts under it are built from 369d483 by build.sh, which copies them byte for byte — nothing is generated, minified or stamped. So the file you fetch here hashes the same as the one on GitHub, and you can check that yourself:

curl -fsSL https://get.optersoft.com/checksums.txt
curl -fsSL https://get.optersoft.com/isard.sh | shasum -a 256

On Windows:

(irm https://get.optersoft.com/wsl.ps1) | Out-File -Encoding ascii wsl.ps1
Get-FileHash wsl.ps1 -Algorithm SHA256

Compare against the source on GitHub, which is the copy that does not depend on this site being honest. version.json carries the same hashes and the commit.