chromium-v148.0.7778.215.5-pro
microsoft/VibeVoicechromium-v148.0.7778.215.5-proJul 5, 2026by Cloak-HQ
AI Summary
This is a major fingerprint update for CloakBrowser Pro featuring Chromium 148. The build includes more coherent hardware identities, deeper Windows personas, and expanded NVIDIA GPU profiles. It also introduces new wrapper features like GeoIP without a proxy and a pass-through debug mode.
Key Highlights
- More common and coherent hardware identities (screen, GPU, RAM, CPU) to reduce detection.
- Deeper and more consistent Windows persona with expanded font populations.
- Expanded NVIDIA GPU profiles matched to plausible CPU, RAM, and screen combinations.
- Greater WebGL and WebGPU realism with consistent timing behavior.
- GeoIP functionality now works without requiring a proxy connection.
Breaking Changes
- Potential site regressions due to fingerprint changes; users may need to pin previous versions.
- New default maximized window behavior may affect window geometry consistency.
New Features
- New `--fingerprint=off` pass-through debug mode.
- New `--fingerprint-allow-3p-cookies` compatibility flag.
- GeoIP works without a proxy for timezone and locale.
- 132-country locale coverage (expanded from 50).
- Maximized window default on new builds.
Full Release Notes
## CloakBrowser Pro — Chromium 148.0.7778.215.5 The latest Pro build — the biggest fingerprint update yet — now on **Windows and Linux** (x64 + arm64). macOS follows shortly. With a valid Pro license, your wrapper picks up this build automatically within the hour. Get Pro at **https://cloakbrowser.dev**. ### What's changed in the binary - **More common, more coherent hardware identities** — each `--fingerprint` seed is built from the most common real-world hardware values (screen, GPU, RAM, CPU cores, color depth, fonts, audio), chosen together so they form a popular, self-consistent device with no internal contradictions. - **Deeper, more consistent Windows persona** — expanded and localized font populations, tighter graphics/display alignment, and seed-coherent screen, color depth, and audio across browser- and OS-level signals. - **Expanded NVIDIA GPU profiles**, each matched to a plausible CPU, RAM, and screen combination. - **Window and screen geometry coherence** in both headed and headless modes (pairs with the wrapper's new maximized-window default). - **Greater WebGL and WebGPU realism**, including consistent behavior under timing inspection. - **Cleaner proxy behavior** — better proxy-auth handling and less proxy-specific reload and cache leakage. - **New pass-through debug mode** (`--fingerprint=off`) and a **third-party-cookie compatibility flag** (`--fingerprint-allow-3p-cookies`). - **Runtime Pro license sessions** — privacy-preserving groundwork for future session-limit enforcement (`--license-through-proxy` opts these calls onto your proxy, Linux only for now). ### New in the wrapper (v0.4.8) - **geoip works without a proxy** — on a direct connection `geoip=True` resolves your own public IP for timezone and locale. - **132-country locale coverage** (up from 50). - **Maximized window by default** on the newest builds, so window and screen geometry stay consistent. ```bash pip install -U cloakbrowser # Python npm update cloakbrowser # JavaScript dotnet add package CloakBrowser # .NET ``` ### If a site regresses on this build You're never stuck. If something that worked before breaks on 215.5, pin the previous stable and keep running — then [open an issue](https://github.com/CloakHQ/CloakBrowser/issues) telling us exactly what broke so we can fix it fast: ```python launch(license_key="cb_...", browser_version="148.0.7778.215.3") ``` ```bash CLOAKBROWSER_VERSION=148.0.7778.215.3 # env var, any language ``` Remove the pin once the fix ships to return to the latest. ### Checksums (SHA-256) ``` aa0b58f58abfad577340424788d0788a77ec5602f3b5a5542905d148f5a98892 cloakbrowser-linux-x64.tar.gz 0693c3a90ac85f4f4cab7f019d73a8ca6fe3e68dfc18d86df0837c57e9ddf3c8 cloakbrowser-linux-arm64.tar.gz d86afa5eab7383b0b135f1a89057bd697d1db5dc8385b872f14b8e3124c0cf48 cloakbrowser-windows-x64.zip ```