Discover and explore top open-source AI tools and projects—updated daily.
tiliondevStealth Chromium engine for bypassing bot detection
New!
Top 84.8% on SourcePulse
Summary
Fortress provides a stealth Chromium engine to bypass bot detection for web scraping and automation. It targets engineers and researchers needing reliable website access. By patching Chromium's C++ core, it presents an ordinary Chrome fingerprint, enabling undetected operation for scrapers and AI agents.
How It Works
Fortress directly modifies Chromium's C++ source to correct browser fingerprinting surfaces. This engine-level approach ensures fingerprint integrity across all JavaScript realms, preventing detection via toString self-reveal or realm re-acquisition. It also enforces TLS JA3/JA4 coherence with the browser persona for a unified, non-automated identity.
Quick Start & Requirements
Install via pip install tilion-fortress (Python), npm install tilion-fortress (Node.js), or docker run --rm -p 9222:9222 tilion/fortress:latest. Native binaries available for Linux x64 and Windows x64; macOS requires Docker. Exposes raw Chrome DevTools Protocol (CDP) on port 9222, compatible with Playwright, Puppeteer, etc. Docker image: ~302 MB (pull) / 851 MB (disk).
Highlighted Details
[native code] and consistent across all realms.patches/ for audit and source rebuilds. Monthly releases gated by a detection gauntlet.--uxr-* flags.Maintenance & Community
Monthly Chromium rebases and active tracking of detection vectors via a reproducible gauntlet. Upcoming features are detailed on a public roadmap. Community interaction primarily occurs through GitHub issues.
Licensing & Compatibility
Fortress patches and tooling are BSD-3-Clause licensed, permitting commercial use and integration into closed-source projects. Chromium and bundled fonts retain their original licenses.
Limitations & Caveats
--uxr-*) visible on Linux hosts; future MaskConfig runtime will mitigate.5 hours ago
Inactive