Guest bootstrap scripts for
isard, the command-line
tool for the Gencat / IsardVDI platform.
A freshly installed desktop usually has no SSH server, and no local account matching the credentials the IsardVDI bastion authenticates with. Both live inside the guest, so neither the CLI nor your own machine can fix them — these scripts do, in one line, run in the desktop's own viewer.
windows.ps1OpenSSH server, the bastion account, and spice-guest-tools (SPICE copy-paste). Run in an Administrator PowerShell.
iex (irm https://isard.optersoft.com/windows.ps1)
linux.shOpenSSH server, the bastion account with passwordless sudo, spice-vdagent and qemu-guest-agent. Detects apt or dnf.
curl -fsSL https://isard.optersoft.com/linux.sh | sudo sh -s isard mypassword
Get a virtual desktop on IsardVDI from the browser — sign in, create one from a template, start it and open it in a viewer. This is the page to read first if you have never used the platform.
The CLI and both of these scripts. The copies served here are built from scripts/ in that repository on every push, so they cannot drift from what is committed.
uv tool install isard — the command-line tool these scripts prepare a desktop for.