chromium-v148.0.7778.215.5-pro

apache/answerchromium-v148.0.7778.215.5-proJul 5, 2026by Cloak-HQ

AI Summary

The latest Pro build of CloakBrowser introduces significant hardware fingerprint updates for Windows and Linux, featuring more coherent device identities and expanded NVIDIA GPU profiles. It also updates the wrapper to support geoip without a proxy and introduces new debugging flags for advanced configuration.

Key Highlights

  • Major fingerprint update with common, self-consistent hardware identities across screen, GPU, and audio.
  • Expanded NVIDIA GPU profiles and deeper Windows persona with localized fonts.
  • Wrapper v0.4.8 adds geoip functionality without a proxy and 132-country locale coverage.
  • New debugging flags include `--fingerprint=off` and `--fingerprint-allow-3p-cookies`.

New Features

  • More common, coherent hardware identities (screen, GPU, RAM, CPU cores, color depth, fonts, audio).
  • Deeper, more consistent Windows persona with expanded fonts and tighter graphics alignment.
  • Expanded NVIDIA GPU profiles matched to plausible CPU/RAM/screen combinations.
  • Window and screen geometry coherence in both headed and headless modes.
  • Greater WebGL and WebGPU realism with consistent behavior under timing inspection.
  • Cleaner proxy behavior with improved proxy-auth handling.
  • New `--fingerprint=off` debug mode.
  • New `--fingerprint-allow-3p-cookies` compatibility flag.
  • Wrapper geoip works without a proxy on direct connections.
  • 132-country locale coverage (up from 50).
  • Maximized window by default on newest 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
```