RoboClient releases

Download RoboClientAot-x64.zip Download SHA-256

Verify on Windows PowerShell

$expected = (Get-Content .\RoboClientAot-x64.zip.sha256).Split()[0]
$actual = (Get-FileHash .\RoboClientAot-x64.zip -Algorithm SHA256).Hash
if ($actual -ne $expected) { throw "SHA-256 mismatch" }
"SHA-256 OK: $actual"

The ZIP must not be installed when verification fails.