Skip to content

Releases: CloakHQ/CloakBrowser

Chromium v150.0.7871.114.3 — Stealth Build (Pro)

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 18 Jul 21:59
fd2b602

CloakBrowser Pro — Chromium 150.0.7871.114.3

The Pro line moves to Chromium 150, available on all five platforms at once — Linux x64, Linux arm64, Windows x64, macOS arm64, and macOS x64.

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

71 source-level patches. A full rebase onto the Chromium 150 line with the complete patch set ported forward, plus a round of coherence work. Moving from the previous stable, this covers everything since 148.0.7778.215.5.

  • Closer alignment with a real Chrome install across speech and language profiles, font handling, storage reporting, Windows system colors and selection rendering, and graphics parameters.
  • Coherent Apple Silicon profiles — chip, memory, screen, display scaling, and graphics limits are chosen together as one plausible Mac rather than independently, and display characteristics hold together across headed and headless launches.
  • Puppeteer fixnavigator.userAgentData now reports coherent brands and versions under puppeteer-core, which previously could come back blank.
  • More self-consistent identities — values a real browser reports consistently now stay consistent across repeat reads and across launch modes.
  • The reported Chrome version tracks real Chrome, independent of the version we build from.
  • Clearer license failures — the license gate exits with a distinct code per denial reason, surfaced as a specific CloakBrowserLicenseError.

If a site regresses on this build

You're never stuck. If something that worked before breaks on 150, pin the previous stable and keep running — then open an issue telling us exactly what broke so we can fix it fast:

launch(license_key="cb_...", browser_version="148.0.7778.215.5")
CLOAKBROWSER_VERSION=148.0.7778.215.5   # env var, any language

Remove the pin once the fix ships to return to the latest.

Checksums (SHA-256)

version=150.0.7871.114.3
1bdfdc24a6a37147a305daac32b7f8c07eb45cdfaceb46affc987c082b631889  cloakbrowser-linux-x64.tar.gz
8825a1eabdb77ee13f4b5f316c30e067ab7c1dcd19b7c811db01b91cd1f37bef  cloakbrowser-linux-arm64.tar.gz
a905bfdaa79c2ac2db2119ac4b153da8c1aebde9732da617de71722176b05084  cloakbrowser-windows-x64.zip
4dc9a4296548f19a1c7d4312c201cbf58fe9c1b723b193fb6f920d351d15155a  cloakbrowser-darwin-arm64.tar.gz
7ca049bdb26e6d850488f3ee58d2474c9a5e2db82b455495882dae0ca150f107  cloakbrowser-darwin-x64.tar.gz

SHA256SUMS is signed with our Ed25519 release key (SHA256SUMS.sig); the wrapper verifies it automatically on download.

Chromium v148.0.7778.215.5 — Stealth Build (Pro)

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 05 Jul 20:19
5a1e297

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.
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 telling us exactly what broke so we can fix it fast:

launch(license_key="cb_...", browser_version="148.0.7778.215.3")
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

Chromium v148.0.7778.215.3 — Stealth Build (Pro)

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 27 Jun 22:50
chromium-v148.0.7778.215.3-pro
a8dc0ca

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.
pip install -U cloakbrowser        # Python
npm update cloakbrowser            # JavaScript
dotnet add package CloakBrowser    # .NET

Roll back to the previous build

launch(license_key="cb_...", browser_version="148.0.7778.215.2")
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)

Chromium v148.0.7778.215.2 — Stealth Build (Pro)

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 22 Jun 22:03
chromium-v148.0.7778.215.2-pro
db9eb4b

Stealth Chromium Build: CloakBrowser Pro

The first CloakBrowser Pro build: Chromium 148.0.7778.215.2 with 59 source-level fingerprint patches.

Anti-bot vendors fingerprint your Chromium version. Running 148 keeps you matched to the current Chrome wave instead of standing out on an aging build.

v146 stays free forever on GitHub Releases and the wrapper (Python + JS) stays MIT. Pro is the latest build; the previous major version is always free. When the next major Chromium ships, v148 rolls down to free.

Early-adopter pricing is live → https://cloakbrowser.dev

What's new in 148

  • Rebased the full patch set across two Chromium major versions (146 → 147 → 148), re-applying every patch to current Chromium internals, so your browser version matches what real Chrome users run today
  • Cross-API fingerprint consistency improvements for Chromium 148 profiles
  • WebRTC fingerprint hardening: network signals matched to real Chrome
  • Font metric alignment for Windows profiles via the opt-in --fingerprint-windows-font-metrics flag (requires Windows fonts installed)
  • macOS now available — Apple Silicon and Intel, with native real-GPU and locale handling

Install

export CLOAKBROWSER_LICENSE_KEY=cb_xxx   # Pro: latest build auto-downloads
pip install cloakbrowser                 # Python
npm install cloakbrowser                 # JavaScript

No key → launch() keeps using the free v146 binary, exactly as before.

Full setup, API, and FAQ → CloakBrowser Pro

Platforms (Pro)

Platform Status
Linux x86_64
Linux arm64
Windows x64
macOS arm64 (Apple Silicon)
macOS x64 (Intel)

Checksums (SHA-256)

The Pro binary downloads from cloakbrowser.dev behind your license key. The signed manifest is attached for verification. No binary is attached here.

0c90930bb962d9eaaaf62823434b20a7bef8365977a65e9df1159875a80ed577  cloakbrowser-linux-x64.tar.gz
389ec4a374178a84b2989a510822afefd52ba6a14918218932d60c3d44b53020  cloakbrowser-linux-arm64.tar.gz
8cf372d6ac7a2a0800ae9763dd1ae4e98f098208aa4b058c3faffecb4eb22b84  cloakbrowser-windows-x64.zip
799bf46b8e7a97037434f765c7adb4e0a3d26f0c49ad4ffd71f1ff6c255c83d9  cloakbrowser-darwin-arm64.tar.gz
762bc32dff59982e85c88b03bd5d29324f0fd105ff8b0caa40bda71c3eee1252  cloakbrowser-darwin-x64.tar.gz

SHA256SUMS.sig is a detached Ed25519 signature the wrapper verifies before any Pro download (fails closed on a bad signature).

Verify

gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v148.0.7778.215.2-pro

Feedback

Regressions or detection issues? Open an issue. Free users on v146 are fully supported as always.

Chromium v146.0.7680.177.5 — Stealth Build

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 21 May 03:15
chromium-v146.0.7680.177.5
7e626ee

Stealth Chromium Build

Pre-built Chromium with 58 source-level fingerprint patches.

See the full CHANGELOG 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 helpersbuildLaunchOptions() 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. macOS builds remain on 145.0.7632.109.2.

Checksums (SHA-256)

```
4a12bcde95fa1bb1beef2b41ab5e5c27c36be78e3be3d0dac8c64d705216670e cloakbrowser-linux-x64.tar.gz
b213795cb32c3169f766c74ce1d0275fc89d3df256de39c04da7fb4c23b7fdbe cloakbrowser-windows-x64.zip
```

Security

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 with the site and error details.
To roll back, see Troubleshooting — Roll back.

Chromium v146.0.7680.177.4 — Stealth Build

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 28 Apr 03:44
chromium-v146.0.7680.177.4
ee346a6

Stealth Chromium Build

Pre-built Chromium with 57 source-level fingerprint patches.

See the full CHANGELOG for details.

What's New

  • Windows x64 upgraded to Chromium 146 — 57 patches (up from 33 on 145), now matches Linux
  • All platforms now run the same Chromium 146 base with identical patch coverage
  • Native SOCKS5 proxy with UDP ASSOCIATE (QUIC/HTTP3 over SOCKS5)
  • WebRTC IP spoofing, proxy signal removal, CDP input stealth
  • WebAuthn capabilities, AAC audio encoder, window position spoofing
  • Canvas format + WebGL parameter consistency fixes
  • Storage quota normalization (anti-incognito detection)
  • Expanded GPU model database

Linux binaries are unchanged from v146.0.7680.177.3 (same checksums).

Install

```bash
pip install cloakbrowser # Python
npm install cloakbrowser # JavaScript

Binary auto-downloads on first launch

```

Platforms

Platform File Notes
Linux x86_64 `cloakbrowser-linux-x64.tar.gz` Unchanged from .3
Linux arm64 (RPi, Graviton) `cloakbrowser-linux-arm64.tar.gz` Unchanged from .3
Windows x64 `cloakbrowser-windows-x64.zip` New — upgraded from 145 to 146

macOS builds remain on 145.0.7632.109.2.

Checksums (SHA-256)

```
5af027faafb1fef9933eb784c094b764706de22a372a2cee84bc117fc4ab537f cloakbrowser-linux-x64.tar.gz
8b71ce53b4fd131327331a31fba3835d71882d19bfaabde78dd0f5390bd16f45 cloakbrowser-linux-arm64.tar.gz
759670947e041a956a198c2d66be501cc767ae8bdba6e33f9b8be76909c4d829 cloakbrowser-windows-x64.zip
```

Security

Verify

```bash
gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v146.0.7680.177.4

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 with the site and error details.
To roll back, see Troubleshooting — Roll back.

Chromium v146.0.7680.177.3 — Stealth Build

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 16 Apr 20:32
chromium-v146.0.7680.177.3
4459f66

Stealth Chromium Build

Pre-built Chromium with 57 source-level fingerprint patches.

See the full CHANGELOG for details.

What's New

  • Three new fingerprint vectors covered: WebAuthn capabilities, AAC audio encoder, window screen position
  • Canvas format + WebGL parameter consistency fixes (cross-context)
  • SOCKS5 warm connection pool: auth handshake fix for credentialed proxies
  • 57 fingerprint patches (up from 49)

Install

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
Linux arm64 (RPi, Graviton) cloakbrowser-linux-arm64.tar.gz

macOS and Windows remain on their previous versions (145.0.7632.x).

Checksums (SHA-256)

5af027faafb1fef9933eb784c094b764706de22a372a2cee84bc117fc4ab537f  cloakbrowser-linux-x64.tar.gz
8b71ce53b4fd131327331a31fba3835d71882d19bfaabde78dd0f5390bd16f45  cloakbrowser-linux-arm64.tar.gz

Security

Verify

gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v146.0.7680.177.3

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 with the site and error details.
To roll back, see Troubleshooting — Roll back.

Chromium v146.0.7680.177.2 — Stealth Build

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 10 Apr 20:40
chromium-v146.0.7680.177.2

Stealth Chromium Build

Pre-built Chromium with 49 source-level fingerprint patches.

See the full CHANGELOG for details.

What's New

  • Native SOCKS5 proxy support with UDP ASSOCIATE — QUIC/HTTP3 now works through SOCKS5 proxies instead of falling back to h2
  • Linux arm64 upgraded to Chromium 146, matching Linux x64

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`
Linux arm64 (RPi, Graviton) `cloakbrowser-linux-arm64.tar.gz`

macOS and Windows remain on previous versions (145.0.7632.x).

Checksums (SHA-256)

```
bf1311795247ca2936514602a4796a59f86e85fade34c04f4f0f9bf61bc7b7f9 cloakbrowser-linux-x64.tar.gz
b05e1cfcf4e35550602bbc20d598a1ba68d1417dc67b821e5916e7996c453a08 cloakbrowser-linux-arm64.tar.gz
```

Security

Verify

```bash

GPG signature

gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v146.0.7680.177.2

Binary attestation

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 with the site and error details.
To roll back, see Troubleshooting — Roll back.

Chromium v146.0.7680.177.1 — Stealth Build

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 09 Apr 02:39
chromium-v146.0.7680.177.1
54d8442

Stealth Chromium Build

Pre-built Chromium 146 with 49 source-level fingerprint patches.

See the full CHANGELOG for details.

What's New

  • Chromium 146 upgrade — rebased all patches from 145.0.7632.x to 146.0.7680.177
  • 49 source-level C++ patches (up from 48)
  • All existing fingerprint randomization and automation signal removal carried forward

Install

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

Linux arm64, macOS, and Windows remain on previous versions.

Checksums (SHA-256)

e8c444cc62530d75b0217e2f564dd8fdf39ae6266b40c27952cd6e1711bf165f  cloakbrowser-linux-x64.tar.gz

Security

  • Release tag GPG-signed by CloakHQ (C60C0DDC9D0DE2DD)
  • VirusTotal scan: Linux x64 — 0/49 clean

Verify

gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v146.0.7680.177.1

Feedback

If you notice any regressions or new detection issues after updating, please open an issue with the site and error details.
To roll back, see Troubleshooting — Roll back.

Chromium v145.0.7632.159.9 — Stealth Build

Choose a tag to compare

@Cloak-HQ Cloak-HQ released this 06 Apr 00:00
chromium-v145.0.7632.159.9
a0c7704

Stealth Chromium Build

Pre-built Chromium with 48 source-level fingerprint patches.

See the full CHANGELOG for details.

What's New

  • 6 new fingerprint patches: WebRTC IP spoofing, proxy signal removal, network timing normalization, WebGL accuracy improvements
  • New --fingerprint-webrtc-ip flag — spoof WebRTC ICE candidate IPs to match your proxy exit IP
  • Proxy detection signals eliminated — timing, headers, and network metadata normalized when proxy is active
  • WebGL rendering accuracy improvements for headed mode

Install

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

Linux arm64, macOS, and Windows remain on previous versions.

Checksums (SHA-256)

c96285fccbaae387c85b95dd001379d38612c55464df8a597eb1aebdb06960c3  cloakbrowser-linux-x64.tar.gz

Security

  • Release tag GPG-signed by CloakHQ (C60C0DDC9D0DE2DD)
  • VirusTotal scan: Linux x64 — 0/57 clean

Verify

gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v145.0.7632.159.9

Feedback

If you notice any regressions or new detection issues after updating, please open an issue with the site and error details.
To roll back, see Troubleshooting — Roll back.