chromium-v146.0.7680.177.5

Kedreamix/Linly-Talkerchromium-v146.0.7680.177.5May 21, 2026by Cloak-HQ

AI Summary

Stealth Chromium build featuring 58 source-level fingerprint patches, improved rendering consistency across platforms, and new wrapper capabilities for Playwright and Puppeteer.

Key Highlights

  • Rendering consistency improvements for Linux and Windows
  • Native GPU/rendering values now pass through directly on Windows
  • Added `extension_paths` to load Chrome extensions in all launch functions
  • Introduced `humanizeBrowser()` and `human_config` for auto-waiting actions
  • Added Puppeteer `launchPersistentContext()` support

New Features

  • Chrome extension loading support
  • Humanized actions with auto-wait for visible elements
  • Playwright and Puppeteer wrapper improvements
  • GeoIP timeout guard (10s)
  • WebSocket origin guard and fingerprint seed sanitization

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