Desktop AI coding workbench. View all releases →
- Go to Latest Release
- Download
HyperDesk-Setup-X.X.X.exe - Run the installer
Since this app isn't code-signed, Windows will show a SmartScreen warning on first run:
- Click More info
- Click Run anyway
This is normal. The checksums file in each release lets you verify the download:
# Download checksums.sha256 from the release page, then:
$hash = (Get-FileHash -Algorithm SHA256 .\HyperDesk-Setup-X.X.X.exe).Hash
findstr $hash checksums.sha256HyperDesk checks for updates on launch. When a new version is available, it downloads and installs automatically.
Source code is private. Report issues here.