chromium-v145.0.7632.159.3

CloakHQ/CloakBrowserchromium-v145.0.7632.159.3Mar 8, 2026by Cloak-HQ

AI Summary

Improved automation detection evasion and debugging capabilities with CDP input stealth.

Key Highlights

  • 4 new patches removing automation signals from input events (CDP input stealth)
  • Support for `--remote-debugging-address` flag
  • GPU fingerprint accuracy improvements
  • macOS GPU model database fix for Apple Silicon

New Features

  • CDP input stealth
  • Remote debugging address flag support
  • GPU accuracy improvements

Full Release Notes

## Stealth Chromium Build

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

### What's New
- CDP input stealth — 4 new patches removing automation signals from input events
- Support `--remote-debugging-address` flag — eliminates socat workaround in `cloakserve` Docker mode
- GPU fingerprint accuracy improvements — renderer suffix strings now match real Chrome output
- GPU capability accuracy fix for NVIDIA profiles
- macOS GPU model database fix for Apple Silicon profiles
- Fix CDP input synthesis — guard condition prevented patch from activating; now fires correctly

### 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)
```
c46eba2e7556d22183004a941efc23306592e047524f414afc784a68cf849892  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/c46eba2e7556d22183004a941efc23306592e047524f414afc784a68cf849892)

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

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