chromium-v148.0.7778.215.3-pro
ranaroussi/yfinancechromium-v148.0.7778.215.3-proJun 27, 2026by Cloak-HQ
AI Summary
Pro build of CloakBrowser Chromium 148 with cross-platform fingerprint refinements and new wrapper version pinning/rollback capabilities.
Key Highlights
- Fingerprint refinements across Linux, Windows, and macOS
- New wrapper feature for version pinning and rollback
- Per-OS version resolution
New Features
- Version pinning
- Rollback functionality
- Cross-platform fingerprint improvements
Full Release Notes
## CloakBrowser Pro — Chromium 148.0.7778.215.3 The latest Pro build, with fingerprint and consistency improvements across **Linux, Windows, and macOS** (Apple Silicon + Intel). 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 - Fingerprint refinements and cross-platform alignment so every platform reports a coherent, real-looking profile. ### New in the wrapper (v0.4.4) - **Version pinning / rollback** — pin an exact Chromium build with `browser_version=` (`browserVersion` in JS, `BrowserVersion` in .NET) or the `CLOAKBROWSER_VERSION` env var. If a new build ever regresses on one of your sites, roll back to the previous one instantly. Works for Free and Pro. - Per-OS version resolution, so a release for one platform no longer affects the others. ```bash pip install -U cloakbrowser # Python npm update cloakbrowser # JavaScript dotnet add package CloakBrowser # .NET ``` ### Roll back to the previous build ```python launch(license_key="cb_...", browser_version="148.0.7778.215.2") ``` ```bash CLOAKBROWSER_VERSION=148.0.7778.215.2 # env var, any language ``` ### Checksums (SHA-256) ``` 84cdfb712a06a13f605311cfc0712edc9b429eb04bf9fb8531e088d4886b8b15 cloakbrowser-darwin-arm64.tar.gz df7640deae248136ccef0468d518da73f2db91e0c7965c71a4a7d1b89968b811 cloakbrowser-darwin-x64.tar.gz 618c42c2df865a97367e7bcc2431dd8d7c65b2d03b0b6f4eefbb1ef8e3c95e31 cloakbrowser-linux-arm64.tar.gz 0b580aa19d01a1e77796594392ab8f6bb756cd13bd2ad3846a089071cd96b74f cloakbrowser-linux-x64.tar.gz f9892a62a45b12e1b7ed19ff8a1de197a44362e9b9963c7364c55e9ceaa7700a cloakbrowser-windows-x64.zip ``` The signed manifest (`SHA256SUMS` + `SHA256SUMS.sig`, Ed25519) is attached. The wrapper verifies it automatically on download. ### Security - Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`)