chromium-v145.0.7632.159.4

CloakHQ/CloakBrowserchromium-v145.0.7632.159.4Mar 10, 2026by Cloak-HQ

AI Summary

Enhanced fingerprinting with native C++ locale spoofing and WebGPU hardening.

Key Highlights

  • Native locale spoofing via C++ patch (replaces CDP emulation)
  • WebGPU fingerprint hardening (adapter features, limits, device ID)
  • WebGL renderer suffix fix to remove driver version strings
  • Restore WebGPU blocklist bypass auto-injection

New Features

  • Native locale spoofing
  • WebGPU hardening
  • WebGL renderer suffix fix

Full Release Notes

## Stealth Chromium Build

Pre-built Chromium with 31 source-level fingerprint patches.

See the full [CHANGELOG](https://github.com/CloakHQ/CloakBrowser/blob/main/CHANGELOG.md) for details.

### What's New
- Native locale spoofing — new C++ patch replaces detectable CDP-level locale emulation
- WebGPU fingerprint hardening — spoof adapter features, limits, device ID, and subgroup sizes for cross-API consistency
- Restore WebGPU blocklist bypass auto-injection (safe now with full adapter spoofing)
- Fix WebGL renderer suffix — remove driver version string flagged by BrowserLeaks

### Install
\`\`\`bash
pip install cloakbrowser    # Python
npm install cloakbrowser    # JavaScript
# Binary auto-downloads on first launch
\`\`\`

### Platforms
| Platform | File |
|----------|------|
| Linux x86_64 | \`cloakbrowser-linux-x64.tar.gz\` |

macOS (arm64 + x64) and Windows remain on v145.0.7632.109.2.

### Checksums (SHA-256)
\`\`\`
7933ea87cb146adb0e14daf7385d295d5ea56e4a1170f79a656ab83b49c543d8  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 scan: [Linux x64](https://www.virustotal.com/gui/file/7933ea87cb146adb0e14daf7385d295d5ea56e4a1170f79a656ab83b49c543d8)

### Verify
\`\`\`bash
# GPG signature
gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v145.0.7632.159.4

# Binary attestation
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).