Verify a download
Until we code-sign installers, the recommended verification is a SHA-256 hash check. Compare what you computed locally to the value printed on the download page.
Windows (PowerShell)
Get-FileHash -Algorithm SHA256 Lookopen-RemoteSupport-Windows-*.exe
macOS / Linux
shasum -a 256 Lookopen-RemoteSupport-macOS-*.dmg
sha256sum Lookopen-RemoteSupport-Linux-*.deb
What you should see
The 64-character hexadecimal value should match the SHA-256 shown next to the download button on the homepage. If they differ, do not run the installer — contact support@lookopen.com.