GeekEZ Browser is a professional anti-detect browser built on Electron and Puppeteer, integrated with the powerful Xray-core.
It is designed to help e-commerce operators (Amazon, TikTok, Facebook, Shopee, etc.) manage multiple accounts safely by strictly isolating browser fingerprints, network environments, and local storage. Unlike other tools, GeekEZ focuses on "Native Consistency" to bypass advanced detectors like Cloudflare and BrowserScan.
- Hardware Randomization: Randomizes CPU Cores (4/8/12/16) and Device Memory (4/8/16 GB) for each profile, significantly increasing fingerprint uniqueness.
- Native Injection Strategy: Uses Chromium Native Arguments combined with Puppeteer for noise injection. Passes Cloudflare Turnstile and BrowserScan perfectly.
- Media Noise: Adds non-intrusive noise to Canvas, WebGL, and AudioContext to create unique hardware hashes for every profile.
- TLS Fingerprint Safety: Uses Real Chrome browser, ensuring TLS fingerprints (JA3) match standard Chrome behavior, indistinguishable from commercial tools.
- Timezone & Geo Spoofing:
- Auto (No Change) mode for sensitive login pages (AWS, Oracle)
- Custom timezone selection with TZ environment variable
- Geolocation spoofing with 50+ cities worldwide
- Language Spoofing:
- 60+ languages covering all regions
- Minimal Intl API hook to avoid detection
- Full browser language, HTTP headers, and internationalization API modification
- WebRTC Protection: Forces
disable_non_proxied_udppolicy to prevent real IP leaks.
- GPU Acceleration: Hardware acceleration enabled for smooth UI and fast rendering.
- Fast Startup: Optimized Xray integration reduces startup time by 40%.
- Low Memory: Smart cache management and memory limits reduce RAM usage by 30%.
- Auto Cleanup: Automatically cleans cache and temporary files on exit to save disk space.
- Full Protocol Support: VMess, VLESS, Trojan, Shadowsocks (including 2022), Socks5, HTTP.
- Advanced Transports: Support for REALITY, XHTTP, gRPC, mKCP, WebSocket, H2.
- Proxy Chain (Pre-Proxy):
[Local] -> [Pre-Proxy] -> [Target Node] -> [Web]. Hides your real IP from the proxy provider. - Smart Routing: Automatic IPv4/IPv6 dual-stack handling.
- Extension Support: Import unpacked Chrome extensions (e.g., MetaMask, AdBlock) into isolated environments.
- Tag System: Organize profiles with custom color tags (e.g., "TikTok", "USA", "Main Account").
- Safe Identification: Uses Dynamic Watermark to display profile names (e.g.,
Profile-1) at the top of the page. Replaces bookmarks bar (avoids overwriting user bookmarks) and title bar injection (avoids detection). Supports multiple styles (Standard/Minimal/Enhanced). - Multi-Opening: Running multiple profiles simultaneously with independent ports and processes.
- Remote Debugging Port (Advanced): Optional external Puppeteer/DevTools connection for automation.
Go to the Releases page and download the installer for your platform:
- Windows:
GeekEZ Browser-{version}-win-x64.exe - macOS (ARM64):
GeekEZ Browser-{version}-mac-arm64.dmg - macOS (Intel):
GeekEZ Browser-{version}-mac-x64.dmg - Linux:
GeekEZ Browser-{version}-linux-x64.AppImage
Prerequisites: Node.js (v16+) and Git.
-
Clone the repository
git clone https://github.com/EchoHS/GeekezBrowser.git cd GeekezBrowser -
Install Dependencies
npm install
Note: The
postinstallscript (setup.js) will automatically detect your region and download the correctXray-coreandChromebinaries (using mirrors if in China). -
Run the App
npm start
| Platform | Rating | Notes |
|---|---|---|
| TikTok | β Safe | Canvas noise effectively prevents device association. Requires clean residential IP. |
| β Safe | Automation flags (WebDriver) stripped. Avoid high-frequency automation. | |
| Shopee | β Safe | Stable fingerprint for seller center. Use fixed environment per account. |
| Amazon (Buyer) | β Safe | Sufficient isolation for buyer/reviewer accounts. |
| Amazon (Seller) | β Safe | TLS Safe. Usable for main accounts with High Quality Residential IP and fixed environment. |
| Cloudflare | β Pass | Successfully bypasses Turnstile via native injection strategy. |
To create an executable for your platform:
# Windows
npm run build:win
# macOS
npm run build:mac
# Linux
npm run build:linux- β Browserscan: All tests passed
- β Pixelscan: No masking detected
- β TLS Fingerprint: Real Chrome (identical to commercial tools)
- β Language Spoofing: Minimal Intl API hook, no detection
This error occurs because apps built via GitHub Actions are not signed by an Apple Developer Certificate (requires $99/year). macOS Gatekeeper blocks them by default.
Solution:
- Drag
GeekEZ Browserinto your Applications folder. - Open Terminal and run the following command (enter password if prompted):
sudo xattr -rd com.apple.quarantine /Applications/GeekEZ\ Browser.app - Re-open the app.
- Timezone Settings: Use "Auto (No Change)" when logging into AWS, Oracle, or other sensitive websites to avoid white screen issues.
- Geolocation: Always select a city that matches your proxy IP location to avoid account bans.
- Remote Debugging: Only enable when you need external control via Puppeteer/DevTools. Keep it disabled for daily use.
This project is licensed under CC BY-NC-SA 4.0.
This tool is provided for educational and research purposes only. The developers are not responsible for any account bans or legal issues resulting from the use of this software. Please comply with the terms of service of the platforms you use.