Signed installers and machine-readable checksums for every edition.
| file | arch | version | published | bytes | sha-256 | download |
|---|---|---|---|---|---|---|
| MotionKineticDesktop.exeEXE | 64-bit | — | — | — | — | get |
| Setup.msiMSI | 64-bit | — | — | — | — | get |
| file | arch | version | published | bytes | sha-256 | download |
|---|---|---|---|---|---|---|
| MotionKineticDesktop-Test.exeEXE | 64-bit | — | — | — | — | get |
| Setup.msiMSI | 64-bit | — | — | — | — | get |
PS> Get-FileHash .\MotionKineticDesktop.exe -Algorithm SHA256 PS> # or with certutil PS> certutil -hashfile .\Setup.msi SHA256
Compare the result with the sha-256 column above. Checksums are also published per
edition as SHA256SUMS.txt (e.g. Live/x64/SHA256SUMS.txt).
EXE — per-user install, no admin rights, updates itself automatically. MSI — machine-wide, for Intune / Group Policy rollout.
All installers are 64-bit, for all supported Windows 10/11 devices.
Every installer is Authenticode-signed by Motion Software Ltd. Right-click → Properties → Digital Signatures, or Get-AuthenticodeSignature in PowerShell.