Free vs Pro: Is CloakBrowser's Subscription Worth It?

An in-depth comparison of CloakBrowser Free (v146, 58 patches) vs Pro (v148, 66 patches) covering patch count, detection degradation, feature differences, and cost-benefit analysis to help you make an informed decision.

16Yun Engineering TeamJul 12, 20268 min read

Overview

CloakBrowser employs a unique dual-tier distribution strategy: the MIT-licensed open-source wrapper (Python + JavaScript) is free forever, while the stealth Chromium binary is split into Free and Pro tiers. This model stands out in the anti-detect browser market -- unlike fully commercial products like Multilogin or GoLogin, CloakBrowser offers a genuinely usable free tier, while the Pro subscription provides the latest patches and Chromium versions.

This article analyzes the differences between Free (Chromium v146, 58 patches) and Pro (Chromium v148, 66 patches), evaluates detection degradation timelines, and provides recommendations based on real-world use cases.

Key Differences at a Glance

According to the CloakBrowser README platform support table and CHANGELOG, the key differences between tiers are:

DimensionFree (v146)Pro (v148)
Chromium Version146.0.7680.177.5148.0.7778.215.5
C++ Patch Count5866
Patch BaselineChromium 146Chromium 148 (rebased 146→147→148)
PriceFreeSubscription
Binary SourceGitHub Releasescloakbrowser.dev
Platform SupportLinux x64/arm64, Windows x64, macOS arm64/x64Same
Auto-UpdateYesYes (more frequent)
7-Day Free TrialNot availableAvailable

Detailed Patch Differences

The gap from 58 to 66 patches is not trivial. Based on CHANGELOG entries from v0.4.0 to v0.4.8, the Pro-exclusive patches include:

1. Cross-API Fingerprint Consistency

Pro patches ensure fingerprint consistency across different APIs -- Canvas, WebGL, WebGPU, audio, and client rects. This means no internal contradictions between GPU information, screen resolution, and font lists -- a browser claiming to use an NVIDIA RTX 4090 should not report 768MB of device memory.

2. WebRTC Fingerprint Hardening

Pro WebRTC patches (v0.4.0) further harden network signals to match real Chrome 148, including precise ICE candidate IP simulation and standardized SDP negotiation behavior.

3. Font Metric Alignment

Via the --fingerprint-windows-font-metrics flag (Chromium 148+ only), Pro can simulate exact Windows font metrics (height, width, line spacing) on Linux. This is critical for passing advanced font fingerprint checks like CreepJS.

4. GPU and Display Consistency

Pro GPU profiles are richer and more consistent. Each seed generates an identity built from the most common real-world hardware values -- screen, GPU, RAM, CPU cores, color depth, fonts, audio -- chosen together to form a self-consistent device with no internal contradictions.

5. Window and Screen Geometry Coherence

Pro (v0.4.8+) maintains consistent window and screen geometry in both headed and headless modes, paired with a new maximized-window default.

6. Native GPU Passthrough

On Windows, Pro allows native GPU/rendering values to pass through directly instead of being spoofed, matching real hardware behavior.

7. Pass-Through Debug Mode

The --fingerprint=off flag allows bypassing all spoofing to present the machine's real native fingerprint -- useful for debugging.

The --fingerprint-allow-3p-cookies flag re-enables third-party cookies for embedded flows that need them (reCAPTCHA v3, SSO, payment challenges).

Detection Degradation Analysis

The Free version is based on Chromium 146. As anti-bot systems continuously update, its detection pass rate degrades over time. This degradation follows three phases:

Phase 1: Initial (0-2 Weeks After Release)

When the Free version is first released, its 58 patches pass most detection tests. reCAPTCHA v3 scores are typically 0.7-0.9, and Cloudflare Turnstile usually passes.

Phase 2: Degradation (2-6 Weeks After Release)

Anti-bot systems begin updating detection rules targeting known characteristics of Chromium 146. reCAPTCHA v3 scores may drop to 0.5-0.7, Cloudflare Turnstile shows intermittent failures. Some detection sites (e.g., FingerprintJS) may begin flagging.

Phase 3: Obsolescence (6-12 Weeks After Release)

As anti-bot systems undergo major updates, the Free version's detection pass rate declines significantly. reCAPTCHA v3 scores drop to 0.3-0.5, Cloudflare Turnstile fails frequently. Detection issues reported in community Issue #193 and Issue #377 become more common during this phase.

Real-World Degradation Data

Based on community reports and the test dates noted in the README (July 2026, Chromium 148), the Pro version's detection results are:

Detection ServiceFree v146 (Initial)Free v146 (2 Months Later)Pro v148 (Current)
reCAPTCHA v30.7-0.90.3-0.50.9
Cloudflare TurnstilePASS (unstable)Intermittent FAILPASS
FingerprintJSPASS (likely)May be DETECTEDPASS
BrowserScanNORMALMixedNORMAL (4/4)

Note: Degradation speed depends on anti-bot system update frequency and target site detection configuration. The above data is a composite estimate based on community reports.

Feature Difference Matrix

FeatureFree (v146)Pro (v148)
Basic stealth launchYesYes
Proxy support (HTTP/HTTPS/SOCKS5)YesYes
GeoIP timezone/locale auto-detectionYes (132 countries)Yes (132 countries)
humanize behavior simulationYesYes
Persistent contextYesYes
WebRTC IP spoofingYesYes (stronger)
Fingerprint seed (--fingerprint)YesYes
Windows font metricsNoYes (--fingerprint-windows-font-metrics)
Pass-through debug mode (--fingerprint=off)NoYes
Third-party cookie flagNoYes
Maximized window defaultNoYes (v0.4.8+)
Native GPU passthrough (Windows)NoYes
Cross-API consistencyBasicEnhanced
CDP input stealthBasicFull
Version pinning/rollbackYesYes
Extension loadingYesYes
Widevine DRMYesYes

Pricing Analysis

CloakBrowser's pricing information is not fully disclosed in the README; specific prices require visiting cloakbrowser.dev. Based on community information, the Pro subscription uses tiered pricing:

  • Solo: Individual developer, single seat
  • Team: Small team, multiple seats
  • Business: Enterprise, unlimited seats

Competitive Pricing Comparison

ProductMonthly Price (Starting)Free TierBrowser EnginePatching Approach
CloakBrowser ProTBDYes (Free v146)ChromiumC++ source-level (66 patches)
Multilogin~EUR 99/moNoChromium + FirefoxClosed-source C++
GoLogin~$49/moLimitedChromiumClosed-source C++
DolphinAnty~$89/moLimitedChromiumClosed-source
Indigo~$47/moLimitedChromiumClosed-source

Cost-Benefit Analysis

When Pro is worth the subscription:

  • Production scraping: If CloakBrowser is a critical component of your production data pipeline, the timeliness and completeness of Pro patches directly impact business continuity
  • High-security target sites: Sites protected by reCAPTCHA v3 Enterprise, DataDome, Akamai, and similar advanced anti-bot systems
  • Need for latest Chromium features: Some sites may require newer browser versions
  • Team collaboration: Multi-seat plans may offer better value than individual subscriptions

When Free may be sufficient:

  • Personal experimentation and prototyping: Evaluating whether CloakBrowser suits your use case
  • Low-security target sites: Regular websites without strong anti-bot protection
  • Short-term projects: Project timeline is short, Free version detection degradation has limited impact
  • Budget constraints: Individual developers or startups in proof-of-concept phase

Community Feedback

GitHub Issues show user feedback on different tiers:

  • Issue #193 "detected by fingerprintJS": Users report detection on Free version, typically resolved by upgrading to Pro
  • Issue #320 "FingerprintJS flags launchPersistentContext as incognito mode": Persistent context detection issue, Pro has better storage quota normalization
  • Issue #377 "detected as bot nodriver": Detection degradation report, ultimately recommended using Pro

Docker Scenario

In Docker, Free and Pro behave slightly differently:

# Free version (default)
FROM cloakhq/cloakbrowser:latest
# Automatically uses v146 binary
 
# Pro version (set license key)
FROM cloakhq/cloakbrowser:latest
ENV CLOAKBROWSER_LICENSE_KEY=cb_xxxxxxxx
# Automatically downloads and caches v148 binary

The Docker image ships with the Free binary, but setting the CLOAKBROWSER_LICENSE_KEY environment variable at runtime automatically downloads the Pro binary. Downloaded binaries are cached for subsequent launches.

How to Choose

Choose Pro if:

  1. Your scraper or automation system needs to run stably in production for more than 1 month
  2. Target sites use Cloudflare Turnstile, reCAPTCHA v3 Enterprise, DataDome, or Akamai
  3. You need the latest Chromium features and security patches
  4. Detection failures result in quantifiable business loss
  5. You need access to advanced features like Windows font metrics or pass-through debug mode

Choose Free if:

  1. You are evaluating CloakBrowser or building a prototype
  2. Target sites do not have advanced anti-bot protection
  3. The project is one-time or short-term
  4. You have C++ capabilities and can maintain patches yourself

A Practical Hybrid Strategy

Many teams adopt a hybrid strategy: use the Free version in development environments for testing and debugging, and the Pro version in production for maximum detection pass rates. Since CloakBrowser's API is identical between Free and Pro, switching only requires changing the license_key parameter:

# Development (Free)
browser = launch(headless=True)
 
# Production (Pro)
browser = launch(
    headless=True,
    license_key="cb_xxxxxxxx",  # or set environment variable
)

Conclusion

The differences between CloakBrowser's Free and Pro tiers center on patch count (58 vs 66), Chromium version (146 vs 148), and detection degradation speed. For short-term projects and personal experimentation, the Free version offers amazing value -- it is the only anti-detect browser in its class offering a genuinely usable free binary. But for production environments, especially when targeting sites with advanced anti-bot protection, the Pro subscription's 8 additional patches and latest Chromium base are a critical investment for stability.

We recommend all users start with the 7-day free Pro trial, verify detection pass rates on your actual target sites, then make a long-term subscription decision based on the results.

This article is based on CloakBrowser v0.4.10 (July 2026). Pricing and features may change with subsequent releases.

Need an enterprise proxy plan?

We can tailor architecture to your target domains, concurrency, and reliability goals.