chromium-v145.0.7632.109
CloakHQ/CloakBrowserchromium-v145.0.7632.109Mar 2, 2026by Cloak-HQ
AI Summary
This release upgrades the Chromium base from version 142 to 145, introducing 25 fingerprint patches for enhanced stealth capabilities. It also updates the wrapper to use Patchright instead of Playwright and adds several new runtime features like GeoIP auto-detection and realistic viewports.
Key Highlights
- Chromium 145 upgrade (up from 142)
- Increased fingerprint patches (25 vs 16) for better randomization
- Switch to Patchright integration for CDP stealth
- GeoIP auto-detection and realistic viewport defaults
- Enhanced security with SHA-256 checksums and GPG signing
Breaking Changes
- Python dependency changed from `playwright` to `patchright`
- `launch_context()` viewport default changed from 1280x720 to 1920x947
New Features
- Patchright integration
- SHA-256 checksum verification
- GitHub Releases fallback
- GeoIP auto-detect
- Realistic viewport (1920x947)
- New runtime flags for finer control over fingerprint behavior
Full Release Notes
## Stealth Chromium Build Pre-built Chromium 145 with 25 source-level C++ fingerprint patches. First v145 binary release. See the full [CHANGELOG](https://github.com/CloakHQ/CloakBrowser/blob/main/CHANGELOG.md) for details. ### What's New **Binary (from v142)** - **Chromium 145** — latest stable base (up from 142) - **25 fingerprint patches** (up from 16) — fingerprint randomization across more browser APIs - **Full stealth audit** — every patch reviewed for detection vectors, multiple fixes shipped - **CDP hardening** — audited and patched known automation detection vectors - **New runtime flags** for finer control over fingerprint behavior - **Zero regressions** from v142, plus fixes for detection vectors that v142 left exposed **Wrapper (v0.3.0)** - **Patchright integration** — CDP stealth built-in, reduces Playwright's automation footprint - **SHA-256 checksum verification** — binary downloads verified for integrity - **GitHub Releases fallback** — auto-fallback if primary mirror is unavailable - **GeoIP auto-detect** — `launch(proxy="...", geoip=True)` sets timezone and locale from proxy IP - **Realistic viewport** — `launch_context()` defaults to 1920×947 (maximized Chrome on 1080p) - **Per-platform versioning** — Linux gets v145, macOS stays on v142 until v145 Mac builds are ready ### Test Results - 40/40 matrix tests (Core Stealth, Fingerprint Noise, Bot Detection, reCAPTCHA, Headers & TLS) - 6/6 Turnstile/CAPTCHA tests (reCAPTCHA Enterprise 0.7-0.9, Turnstile managed + non-interactive) - 17/17 flag toggle tests (all flags verified with and without) - bot.sannysoft.com 56/56, BrowserScan 19/0 abnormal, CreepJS headless: 0% ### Install ```bash pip install cloakbrowser # Python npm install cloakbrowser # JavaScript # Binary auto-downloads on first launch ``` ### Breaking Changes - Python: dependency changed from `playwright` to `patchright` (API-compatible — `cloakbrowser.launch()` handles this automatically) - `launch_context()` viewport default changed from 1280×720 to 1920×947 ### Platforms | Platform | File | Size | |----------|------|------| | Linux x86_64 | `cloakbrowser-linux-x64.tar.gz` | 191 MB | | macOS Apple Silicon | *Coming soon* | — | | macOS Intel | *Coming soon* | — | This is the first v145 release. macOS v145 builds are in progress — macOS users will continue on v142 until then. If you hit any issues, [please open an issue](https://github.com/CloakHQ/CloakBrowser/issues). ### Checksums (SHA-256) ``` 9baa1bd5f8cddea372c77a86eb1cc2ddb0aa1761190785e85940fa56cc38cf2e cloakbrowser-linux-x64.tar.gz ``` ### Security - Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`) - VirusTotal scans: - [Linux x64](https://www.virustotal.com/gui/file/9baa1bd5f8cddea372c77a86eb1cc2ddb0aa1761190785e85940fa56cc38cf2e) — 0/60 clean ### Verify GPG Signature ```bash gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD git verify-tag chromium-v145.0.7632.109 ```