chromium-v145.0.7632.159.9
CloakHQ/CloakBrowserchromium-v145.0.7632.159.9Apr 6, 2026by Cloak-HQ
AI Summary
The latest Stealth Build with 48 fingerprint patches, focusing on WebRTC IP spoofing, proxy signal removal, and network timing normalization.
Key Highlights
- 6 new fingerprint patches including WebRTC IP spoofing and proxy signal removal
- New `--fingerprint-webrtc-ip` flag to spoof ICE candidates
- Eliminated proxy detection signals (timing, headers, metadata)
- WebGL rendering accuracy improvements
New Features
- WebRTC IP spoofing flag
- Proxy signal elimination
- Network timing normalization
- WebGL accuracy improvements
Full Release Notes
## Stealth Chromium Build Pre-built Chromium with 48 source-level fingerprint patches. See the full [CHANGELOG](https://github.com/CloakHQ/CloakBrowser/blob/main/CHANGELOG.md) for details. ### What's New - 6 new fingerprint patches: WebRTC IP spoofing, proxy signal removal, network timing normalization, WebGL accuracy improvements - New `--fingerprint-webrtc-ip` flag — spoof WebRTC ICE candidate IPs to match your proxy exit IP - Proxy detection signals eliminated — timing, headers, and network metadata normalized when proxy is active - WebGL rendering accuracy improvements for headed mode ### 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` | Linux arm64, macOS, and Windows remain on previous versions. ### Checksums (SHA-256) ``` c96285fccbaae387c85b95dd001379d38612c55464df8a597eb1aebdb06960c3 cloakbrowser-linux-x64.tar.gz ``` ### Security - Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`) - VirusTotal scan: [Linux x64](https://www.virustotal.com/gui/file/c96285fccbaae387c85b95dd001379d38612c55464df8a597eb1aebdb06960c3) — 0/57 clean ### Verify ```bash gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD git verify-tag chromium-v145.0.7632.159.9 ``` ### 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).