Chromax is a custom Chromium browser with native fingerprint protection built directly into the browser engine at the C++ source code level.
Chromax is a modified version of Chromium that provides undetectable browser fingerprint protection. Unlike browser extensions or JavaScript injection, Chromax's protection is built into the browser engine itself, making it impossible to detect.
- Native Implementation - Fingerprint protection built into Chromium's C++ source code
- Undetectable - No
navigator.webdriver, functions show "[native code]" - Command-Line Control - Configure via simple flags
- Universal - Works with Puppeteer, Selenium, Playwright, or standalone
- Fast - Native C++ performance, zero JavaScript overhead
- Complete - Protects Canvas, WebGL, Screen, User-Agent, Timezone, Geolocation, and more
- Download ChromaxSetup.exe from Downloads
- Run the installer
- Chromax will be installed to:
C:\Users\[username]\AppData\Local\Chromax\chrome.exe
Launch with fingerprint protection:
"%LOCALAPPDATA%\Chromax\chrome.exe" ^
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" ^
--fingerprint-platform=Win32 ^
--fingerprint-screen-resolution=1920x1080 ^
--fingerprint-canvas-mode=noise ^
--fingerprint-webgl-meta-mode=maskChromax protects against all major fingerprinting techniques:
- Canvas Fingerprinting - Noise injection at engine level
- WebGL Fingerprinting - Vendor/renderer masking + image hash protection
- Screen Resolution - Native screen API override
- User-Agent - Full UA and UA-CH (Client Hints) override
- Timezone - IANA timezone control
- Geolocation - Custom GPS coordinates
- Hardware Spoofing - CPU cores, device memory override
- Platform - navigator.platform control
Browse the web without being tracked by fingerprinting scripts.
Use with Puppeteer, Selenium, or Playwright to bypass anti-bot detection.
Test websites with different browser fingerprints.
Study fingerprinting techniques and anti-detection methods.
- Fingerprint Guide - Complete flag reference
- Quick Start - Get started in 5 minutes
- Why Native? - Technical comparison with extensions
- Node.js + Puppeteer - Full automation example
- Python + Selenium - Full automation example
- Examples Overview - All examples
Use the Voidex desktop application for easy profile management with a graphical interface.
Use Chromax directly in your Node.js or Python scripts for maximum flexibility.
- No Telemetry - All Google telemetry removed
- No Sync - Chrome Sync disabled
- No Auto-Update - Auto-update disabled
- Privacy-First - Built with privacy in mind
- Proprietary - Advanced native protection technology
Proprietary License - Free for personal use. Commercial use requires a license.
Ready to get started? Download Chromax from the Downloads page!