Houdry ships two release lines. Read both when you upgrade.
- Fabric (GPU CLI): houdry-genomex/houdry releases
- Agent (desktop): houdry-genomex/houdry-agent releases
Installers always follow …/releases/latest/download/… so a new tag is what Installation picks up.
# Fabric
curl -fsSL https://github.com/houdry-genomex/houdry/releases/latest/download/install.sh | sh
# Agent (Linux / macOS)
curl -fsSL https://raw.githubusercontent.com/houdry-genomex/houdry-agent/main/scripts/install.sh | bash
Windows Fabric: install.ps1 from the same Fabric release. Windows Agent: the Houdry-Agent-*-win-x64.exe asset on the Agent release.