Summary
Version 3.1.1
(hotfix 3.1.0-1
) was released on 15 March 2025.
This hotfix release is highly recommended for all Thorium users on Mac OS Apple Silicon ARM64 computers (M1, M2, M3, M4)
The application issue reported in the previous version 3.1.0
does not affect Mac OS Intel computers. This does not affect Windows and Linux users either.
Apologies for the nagging update message, Thorium is currently not capable of selectively releasing platform-specific hotfix patches.
Download checksum / hash verification
Thorium-3.1.0-1-arm64.dmg
is code-signed by an official EDRLab certificate, and it is notarised by Apple servers. The SHA512 is:- HEX:
4aa11774236d4d87a24438d26c07bd45568136c01e31b8ad7a5b59b98937a8d4ff8e451d1574c0bfcd11a01905ddeeb1746eafc94efe9fbdbf7fbf4d3dae5f4d
- BASE64:
SqEXdCNtTYeiRDjSbAe9RVaBNsAeMbiteltZuYk3qNT/jkUdFXTAv80RoBkF3e6xdG6vyU7+n72/f79NPa5fTQ==
- Command line:
shasum -a 512 -c Thorium-3.1.0-1-arm64.dmg.sha512
(=>Thorium-3.1.0-1-arm64.dmg: OK
)
- HEX:
MacOS command line: node -e "const hash = require('crypto').createHash('sha512'); const stream = require('fs').createReadStream(process.argv[1]); stream.on('readable', () => { const data = stream.read(); if (data) { hash.update(data); } else { const hex = hash.digest('hex'); console.log(hex); console.log(Buffer.from(hex, 'hex').toString('base64')); } });" Thorium-3.1.0-1-arm64.dmg