Skip to main content

Install and drive the Fortress stealth Chromium engine. Prebuilt binary, no source.

Project description

Fortress — stealth Chromium engine

tilion-fortress

Drive the Fortress stealth Chromium engine with one line — no build, no Chromium source.

PyPI Python Docker Pulls Stars License


Stop getting blocked — without puppeteer-stealth. JavaScript stealth patches self-reveal: a detector checks whether a getter is native code and catches the override. Fortress compiles the fingerprint correction into Chromium's C++, so a page inspecting itself sees stock Chrome. It clears CreepJS, Sannysoft, BrowserScan, and live Cloudflare as a normal Chrome install.

Install

pip install tilion-fortress

On first use it downloads the prebuilt Fortress binary for your platform from the official GitHub Release (SHA-256 verified) and caches it. No Chromium source, no compilation.

Quick start

from tilion_fortress import Fortress
from playwright.sync_api import sync_playwright

with Fortress() as f:                                   # launches the stealth engine on a CDP endpoint
    with sync_playwright() as p:
        browser = p.chromium.connect_over_cdp(f.cdp_url)
        page = browser.new_page()
        page.goto("https://bot.sannysoft.com")
        page.screenshot(path="all-green.png")

Keep your existing Playwright / Puppeteer / CDP code — just point it at f.cdp_url. Works the same under browser-use, Crawl4AI, Stagehand, and LangChain.

Verified against live detectors

Suite Result
CreepJS 0% headless · 0% stealth
bot.sannysoft.com 0 failed · all green · WebGL = NVIDIA RTX 3060 / ANGLE D3D11
browserscan.net "No bots detected, could be a human"
rebrowser bot-detector no Runtime.enable leak · webdriver=false
Cloudflare Turnstile cleared a live challenge

Custom persona

The default persona is a coherent Windows identity. Override any surface:

Fortress(
    persona={"timezone": "America/Chicago", "languages": "en-GB,en",
             "hw_concurrency": 16, "webgl_renderer": "ANGLE (NVIDIA, RTX 3060 ...)"},
    extra_args=["--window-size=1280,800"],
)

Platform support

Linux x64 has a native prebuilt binary. On macOS / Windows the package transparently runs Fortress via the official Docker image (tilion/fortress) — Docker is the cross-OS vehicle until native Win/Mac builds ship.

Still blocked? ~90% of the time it's your IP, not your fingerprint — datacenter ranges are flagged before any page script runs. Route egress through a residential or mobile proxy and retry.

Links

BSD-3-Clause · reproducible from source · monthly Chromium rebase · Blink · V8 · BoringSSL patched in-tree.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tilion_fortress-151.0.7908.0.post4.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tilion_fortress-151.0.7908.0.post4-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file tilion_fortress-151.0.7908.0.post4.tar.gz.

File metadata

File hashes

Hashes for tilion_fortress-151.0.7908.0.post4.tar.gz
Algorithm Hash digest
SHA256 15cc40041272e904b62d35461bec903a67f17154798c14bf2595f6b855dc467c
MD5 258f7c595c1d2935ee34bcc0773a392c
BLAKE2b-256 7ea5f432fc0dba83e7077efe681897fc82e18b3e75bed1a36231927be2da3931

See more details on using hashes here.

File details

Details for the file tilion_fortress-151.0.7908.0.post4-py3-none-any.whl.

File metadata

File hashes

Hashes for tilion_fortress-151.0.7908.0.post4-py3-none-any.whl
Algorithm Hash digest
SHA256 246e3d9b2e3ecdb432dc952540adcccc9d4d42075334d3f3e3b74d61d6c47352
MD5 b8767cc31595ed950cca6887be5de1d3
BLAKE2b-256 280380c8851eedb43874d0f8875a07e3d085db710250a6ea8fedbc1329843cf3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page