chromium-v145.0.7632.159.8

CloakHQ/CloakBrowserchromium-v145.0.7632.159.8Mar 30, 2026by Cloak-HQ

AI Summary

Increased patch count to 42 with improved noise injection reliability and expanded cross-platform spoofing capabilities.

Key Highlights

  • 42 fingerprint patches (up from 33) covering cross-platform consistency
  • New `--fingerprint-noise` flag to disable noise injection
  • Improved fingerprint noise reliability and determinism
  • Docker/VNC environment compatibility improvements

New Features

  • Noise injection flag
  • Platform-aware spoofing
  • Font rendering accuracy improvements
  • Docker/VNC compatibility

Full Release Notes

## Stealth Chromium Build

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

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

### What's New

- 42 fingerprint patches (up from 33) — 9 new patches covering additional browser APIs and cross-platform consistency
- New `--fingerprint-noise` flag — disable noise injection while keeping deterministic fingerprint seed active
- Improved fingerprint noise reliability and determinism across all patched APIs
- Expanded platform-aware spoofing for more realistic cross-platform profiles
- Font rendering and detection accuracy improvements for Windows profiles
- Removed experimental patches that caused compatibility issues with certain anti-bot systems
- Docker/VNC environment compatibility improvements

### 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 (Apple Silicon + Intel), and Windows remain on `145.0.7632.159.7`.

### Checksums (SHA-256)
```
1855b655bd133b1b0013da7aff85038c59e14a5de2d4beb3108906417a2fdc21  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/1855b655bd133b1b0013da7aff85038c59e14a5de2d4beb3108906417a2fdc21) — 0/55 clean

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

# Binary attestation
gh attestation verify cloakbrowser-linux-x64.tar.gz --repo CloakHQ/cloakbrowser
```

### Downgrade

If you notice any regressions after updating, pin to the previous version:

```python
# Python — force previous binary
CLOAKBROWSER_CHROMIUM_VERSION=145.0.7632.159.7 python your_script.py
```
```javascript
// JavaScript — force previous binary
CLOAKBROWSER_CHROMIUM_VERSION=145.0.7632.159.7 node your_script.js
```

Or see [Troubleshooting — Roll back](https://github.com/CloakHQ/CloakBrowser#new-update-broke-something-roll-back-to-the-previous-version) for more options.

### 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.