chromium-v146.0.7680.177.5

rajnandan1/kenerchromium-v146.0.7680.177.5May 21, 2026by Cloak-HQ

AI Summary

Pre-built Chromium build featuring 58 source-level fingerprint patches for stealth browsing, including rendering consistency fixes and enhanced wrapper capabilities.

Key Highlights

  • Rendering consistency improvements across Linux and Windows with corrected GPU and display parameters.
  • Windows: Native GPU rendering values now pass through directly instead of being spoofed.
  • New wrapper features include `extension_paths`, humanize actionability, and `human_config` overrides.
  • Added Puppeteer `launchPersistentContext()` support and GeoIP timeout guards.
  • Enhanced security for `cloakserve` with WebSocket origin guards and fingerprint seed sanitization.

New Features

  • Load Chrome extensions in all launch functions via `extension_paths`.
  • Auto-wait for visible, enabled, stable elements before humanized actions.
  • Override humanize settings on individual method calls via `human_config`.
  • Composable JS helpers: `buildLaunchOptions()` and `humanizeBrowser()`.
  • Persistent profiles support in Puppeteer via `launchPersistentContext()`.
  • GeoIP timeout guard with 10s timeout to prevent stalling.
  • Nix flake support for NixOS users.

Full Release Notes

## Stealth Chromium Build

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

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

### What's New (Binary)

- Rendering consistency improvements across Linux and Windows — corrected GPU, display, and graphics parameters to match stock Chrome 146 profiles
- Windows: native GPU/rendering values now pass through directly instead of being spoofed, matching real hardware behavior
- Storage normalization fix for Windows
- HTTP proxy inline credential support at the network layer

### What's New (Wrapper v0.3.27–v0.3.30)

- **`extension_paths`** — load Chrome extensions in all launch functions
- **Humanize actionability** — auto-wait for visible, enabled, stable elements before humanized actions
- **Per-call `human_config`** — override humanize settings on individual method calls
- **Composable JS helpers** — `buildLaunchOptions()` and `humanizeBrowser()` for custom Playwright integrations
- **Puppeteer `launchPersistentContext()`** — persistent profiles in Puppeteer
- **GeoIP timeout guard** — bounded with 10s timeout so `launch()` cannot stall
- **`cloakserve` security** — WebSocket origin guard, fingerprint seed sanitization
- **Nix flake** for NixOS users

### 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` |
| Windows x64 | `cloakbrowser-windows-x64.zip` |

Linux arm64 remains on [146.0.7680.177.3](https://github.com/CloakHQ/CloakBrowser/releases/tag/chromium-v146.0.7680.177.3). macOS builds remain on [145.0.7632.109.2](https://github.com/CloakHQ/CloakBrowser/releases/tag/chromium-v145.0.7632.109.2).

### Checksums (SHA-256)
\`\`\`
4a12bcde95fa1bb1beef2b41ab5e5c27c36be78e3be3d0dac8c64d705216670e  cloakbrowser-linux-x64.tar.gz
b213795cb32c3169f766c74ce1d0275fc89d3df256de39c04da7fb4c23b7fdbe  cloakbrowser-windows-x64.zip
\`\`\`

### Security
- Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`)
- Binary attestation via GitHub Actions ([verify provenance](https://github.com/CloakHQ/CloakBrowser/attestations))
- VirusTotal scans:
  - [Linux x64](https://www.virustotal.com/gui/file/4a12bcde95fa1bb1beef2b41ab5e5c27c36be78e3be3d0dac8c64d705216670e)
  - [Windows x64](https://www.virustotal.com/gui/file/b213795cb32c3169f766c74ce1d0275fc89d3df256de39c04da7fb4c23b7fdbe)

### Verify
\`\`\`bash
gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v146.0.7680.177.5

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.
To roll back, see [Troubleshooting — Roll back](https://github.com/CloakHQ/CloakBrowser#new-update-broke-something-roll-back-to-the-previous-version).