chromium-v145.0.7632.159.5
CloakHQ/CloakBrowserchromium-v145.0.7632.159.5Mar 10, 2026by Cloak-HQ
AI Summary
A focused update to fix GPU adapter reporting accuracy to ensure consistent fingerprinting.
Key Highlights
- Fixed fingerprint consistency for GPU adapter reporting
- Linux x64 support maintained
- macOS and Windows remain on previous versions
New Features
- GPU adapter reporting fix
Full Release Notes
## Stealth Chromium Build Pre-built Chromium with 32 source-level fingerprint patches. See the full [CHANGELOG](https://github.com/CloakHQ/CloakBrowser/blob/main/CHANGELOG.md) for details. ### What's New - Fixed fingerprint consistency for GPU adapter reporting ### Install ```bash pip install cloakbrowser # Python npm install cloakbrowser # JavaScript # Binary auto-downloads on first launch ``` ### Platforms | Platform | File | Version | |----------|------|---------| | Linux x86_64 | `cloakbrowser-linux-x64.tar.gz` | 145.0.7632.159.5 | | macOS Apple Silicon | `cloakbrowser-darwin-arm64.tar.gz` | 145.0.7632.109.2 | | macOS Intel | `cloakbrowser-darwin-x64.tar.gz` | 145.0.7632.109.2 | | Windows x64 | `cloakbrowser-windows-x64.zip` | 145.0.7632.109.2 | > macOS and Windows remain on 145.0.7632.109.2. ### Checksums (SHA-256) ``` d70a4f1e8b866e4a60470aef72277be1bba6c9aae414db04ee68ff41c64b3771 cloakbrowser-linux-x64.tar.gz ``` ### Security - Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`) - Binary attestation via GitHub Actions ([verify provenance](https://github.com/CloakHQ/CloakBrowser/attestations)) - VirusTotal: [Linux x64](https://www.virustotal.com/gui/file/d70a4f1e8b866e4a60470aef72277be1bba6c9aae414db04ee68ff41c64b3771) — 0/55 clean ### Verify ```bash gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD git verify-tag chromium-v145.0.7632.159.5 gh attestation verify cloakbrowser-linux-x64.tar.gz --repo CloakHQ/cloakbrowser ``` ### Feedback If you notice any regressions or new detection issues after updating, please [open an issue](https://github.com/CloakHQ/CloakBrowser/issues) with the site and error details. To roll back, see [Troubleshooting — Roll back](https://github.com/CloakHQ/CloakBrowser#new-update-broke-something-roll-back-to-the-previous-version).