isard
Manage your IsardVDI virtual desktops on the Gencat platform from the command line.
loginSAML / Entra ID
templateFedora images
createnew desktops
view / sshconnect
Install — Linux / macOS
curl -fsSL https://isard.xtec.dev/install.sh | sh
Install — Windows (PowerShell)
irm https://isard.xtec.dev/install.ps1 | iex
Usage
isard login # authenticate (SAML + JWT)
isard list # your desktops
isard template list # available templates
isard create dev # a desktop from a template
isard start dev # power on
isard view dev # open in virt-viewer
isard ssh dev # ssh into it
isard update # update isard itself
See the full command reference for every subcommand and flag.