chromium-v148.0.7778.215.5-pro
kyutai-labs/hibikichromium-v148.0.7778.215.5-proJul 5, 2026by Cloak-HQ
AI Summary
This release updates the Chromium binary used by the CloakBrowser wrapper with enhanced hardware identity coherence and expanded platform support for Windows and Linux. It also introduces new wrapper features like geoip resolution without a proxy and a maximized window default.
Key Highlights
- Expanded support for Windows and Linux (x64 and arm64)
- More common, coherent hardware identities
- New wrapper features: geoip without proxy and 132-country locale coverage
- New debugging and cookie compatibility flags
- Expanded NVIDIA GPU profiles
New Features
- More common, coherent hardware identities
- Expanded NVIDIA GPU profiles
- Window and screen geometry coherence
- Pass-through debug mode (`--fingerprint=off`)
- Third-party-cookie compatibility flag
- Runtime Pro license sessions support
- Geoip without proxy
- Maximized window by default
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 ```