Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

brave-real-puppeteer-core

codeiva4u4.2kMIT24.24.0TypeScript support: included

Brave-optimized Puppeteer Core (v24.24.0) with comprehensive stealth patches and cross-platform browser detection

puppeteer, brave, stealth, automation, bot-detection, undetectable, cross-platform, rebrowser, patches, anti-detection, puppeteer-24.24.0, puppeteer-core, patch-version

readme

🦁 brave-real-puppeteer-core v24.24.0

Based on Puppeteer Core v24.24.0

Brave Real-World Optimized Puppeteer Core with comprehensive stealth patches

This is a pre-patched version of Puppeteer Core v24.24.0 optimized for maximum stealth when using Brave browser.

✨ Features

  • 🎯 Ultra-Fast Timing: 37ms dummyFn execution (12x faster than standard)
  • 🟢 Perfect sourceUrlLeak: GREEN status achieved
  • 🌍 Cross-Platform: Windows/macOS/Linux (x64/arm64)
  • 🦁 Brave Integration: Auto-detection and optimization
  • 🛡️ 100% Stealth Success: All bot detection tests pass
  • 📊 Real-time Optimization: Zero-wait execution strategy

🚀 Installation

npm install brave-real-puppeteer-core

📚 Usage

import puppeteer from 'brave-real-puppeteer-core';

const browser = await puppeteer.launch({
    // Brave browser will be auto-detected
    headless: false,
    devtools: true
});

const page = await browser.newPage();
// All stealth features are automatically applied
await page.goto('https://bot-detector.rebrowser.net/');

🎯 Performance Metrics

  • dummyFn Timing: 37ms (Target: 90-200ms) ✅ EXCELLENT
  • sourceUrlLeak: GREEN status ✅ PERFECT
  • Bot Detection Success: 100% (10/10 tests) ✅
  • Cross-Platform: Full support ✅

📦 Based On

  • puppeteer-core: v24.24.0
  • rebrowser-patches: Latest stealth optimizations
  • Brave optimization: v24.24.0