Checking a downloaded installer - Versions 2023.x and older


To make sure the installer you downloaded are not corrupted, it is useful to verify their checksum and compare them with the published checksum on our website.

This article is for versions 2023 and lower Please refer to this article for versions 2024 and higher.

Getting the installer checksum

The installer checksum is available from Altair Marketplace, right below the download link:

You can use the icon to copy it to your clipboard if needed.

Verifying checksum on Windows

  1. From the Windows Start menu, open a Command Prompt



  2. In the command prompt, enter the following command:
    CertUtil -hashfile <full file path> MD5



  3. Verify that the checksum from Altair Marketplace and the output of the CertUtil command match

Verifying checksum on Linux

  1. Open a terminal window

  2. At the command prompt, enter the following command
    md5sum <full file path>



  3. Verify that the checksum from Altair Marketplace and the output of the md5sum command match