Pure config for a stealth Firefox profile: seed -> fingerprint -> prefs, engine download, proxy, geo. Zero Playwright.
Project description
invisible_core
Pure config for a patched Firefox stealth profile - zero Playwright dependency.
seed → fingerprint profile → Firefox prefs, plus patched-binary download,
proxy config, and geo/timezone resolution. This is the shared foundation used by:
- invisible_playwright - the Playwright automation wrapper (
InvisiblePlaywright). - invisible_firefox - the antidetect profile manager (launches the binary directly).
pip install invisible-core
from invisible_core import generate_profile, translate_profile_to_prefs, ensure_binary
profile = generate_profile(seed=42) # deterministic Bayesian fingerprint
prefs = translate_profile_to_prefs(profile) # dict of Firefox user prefs
binary = ensure_binary() # path to the patched Firefox binary
Same seed → same fingerprint, every time.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file invisible_core-18.1.0.tar.gz.
File metadata
- Download URL: invisible_core-18.1.0.tar.gz
- Upload date:
- Size: 171.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b6be70ad66b174c72723cf51864e8e16d18035ec9fc646b4824ebd8e673cd79
|
|
| MD5 |
30202b7e6023422d6739db3bd1ab1cb8
|
|
| BLAKE2b-256 |
82074d3062a3a96f2cac8316d6049acfd1be127185417ca8728f6bd2054d8943
|
File details
Details for the file invisible_core-18.1.0-py3-none-any.whl.
File metadata
- Download URL: invisible_core-18.1.0-py3-none-any.whl
- Upload date:
- Size: 125.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
818513e6d13adf0a6ad66a7e0bd69bff74ac1391b453e9b381a43f12207b4ec9
|
|
| MD5 |
b63d187e54605665a26f653f86e4519c
|
|
| BLAKE2b-256 |
4a4cf2c8282ab7cf805cc0755d2f9cc487768c88db41bcbc71d367c976a977c5
|