chromium-v151.0.7922.108.4-pro
CloakHQ/CloakBrowserchromium-v151.0.7922.108.4-proSep 4, 2026by Cloak-HQ
AI Summary
CloakBrowser Pro Linux Stable advances to Chromium 151.0.7922.108.4, improving Windows-persona rendering and consistency across a wider range of fonts and sizes.
Key Highlights
- Linux Stable update to Chromium 151.0.7922.108.4 (Windows/macOS remain on .3)
- Improved Windows-persona rendering for a closer match to real Windows
- Broader rendering consistency across more sites
- Automated wrapper selection with valid keys; optional version pinning for rollbacks
New Features
- More faithful Windows-persona rendering
- Broader rendering consistency
Full Release Notes
## CloakBrowser Pro — Linux Stable advances to Chromium 151.0.7922.108.4 Chromium `151.0.7922.108.4` is now Stable on **Linux** (x64 and ARM64). Windows and macOS Stable remain on `151.0.7922.108.3`. With a valid CloakBrowser key, the wrapper automatically selects the Stable build for your platform. No version pin is required. ### What's new since `151.0.7922.108.3` (Linux) - **More faithful Windows-persona rendering** — a closer match to real Windows across a wider range of fonts and sizes. - **Broader rendering consistency**, so it holds up on more sites. ### Current wrapper: v0.5.10 Update the wrapper before launching: ```bash pip install -U cloakbrowser npm update cloakbrowser dotnet add package CloakBrowser --version 0.5.10 ``` ### Roll back if needed If a workload regresses, pin the previous Stable build: ```bash export CLOAKBROWSER_VERSION=151.0.7922.108.3 ``` Remove the pin to return to the newest Stable build. **If you hit a regression, please tell us** — [open an issue](https://github.com/CloakHQ/CloakBrowser/issues) or email support@cloakbrowser.dev with the site and what you saw. Pinning the old build gets you unblocked; a report gets it fixed for everyone. ### Checksums (SHA-256) ```text version=151.0.7922.108.4 132b305f1947f90e82efe501ec67f9ee7bf9119b9624b45bd853a79a36b52c5c cloakbrowser-linux-x64.tar.gz 234c043a360b4a0c4faa06ad0d1b6a96e9312a53bcb19ee3edc096e8000428c3 cloakbrowser-linux-arm64.tar.gz ``` The signed manifest (`SHA256SUMS` and `SHA256SUMS.sig`) is attached. The wrapper verifies its Ed25519 signature and each archive's SHA-256 checksum automatically.