chromium-v145.0.7632.159.2
CloakHQ/CloakBrowserchromium-v145.0.7632.159.2Mar 7, 2026by Cloak-HQ
AI Summary
Bug fix release addressing a detection regression and improving offline audio rendering consistency.
Key Highlights
- Fix detection regression caused by unnecessary browser flag
- Fix fingerprint consistency in offline audio rendering
- Linux x64 support maintained
New Features
- Detection regression fix
- Offline audio rendering consistency fix
Full Release Notes
## Stealth Chromium Build Pre-built Chromium with 26 source-level fingerprint patches. ### What's New - Fix detection regression caused by unnecessary browser flag (fixes #16) - Fix fingerprint consistency in offline audio rendering ### 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) ``` 5e0fe9841dc653fc05ed489f91df605e36799c53c488944574e6df58711ad78e cloakbrowser-linux-x64.tar.gz ``` ### Security - Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`) - VirusTotal scan: [Linux x64](https://www.virustotal.com/gui/file/5e0fe9841dc653fc05ed489f91df605e36799c53c488944574e6df58711ad78e) ### Verify GPG Signature ```bash # Import CloakHQ public key gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD # Verify tag git verify-tag chromium-v145.0.7632.159.2 ```