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. Importing it does not start a browser,
which is the point: the same fingerprint config backs an automation wrapper and,
through it, an MCP server, without either depending on the other.
(It backed a desktop profile manager too, until that repository was deleted on
2026-08-18. The package it published, invisible-firefox, is still on PyPI.)
The shared foundation used by:
- invisible_playwright - the
Playwright automation wrapper (
InvisiblePlaywright). The only direct consumer.
And through it, for anyone who would rather prompt than script:
- invisible-playwright-mcp
- the wrapper as an MCP server, for a client that brings its own model.
- AIHawk - an interface and a model, from one command.
The engine itself lives in firefox_antidetect_patch, a Firefox patched at the C++ source level so the fingerprint is produced by the browser instead of injected into the page.
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.
What the fields actually mean
Which surfaces a browser fingerprint is made of, what each one gives away, and why consistency between them matters more than any single value, is written up at the invisible_playwright wiki. Those pages are about the problem, not about this package, and several of them record something we got wrong first. A few that document the exact fields this package generates:
- Pinning fingerprint fields -
how
pin=interacts with the Bayesian sampler, and which combinations it refuses because they don't occur on real hardware. - How to make Linux and macOS report real Windows fonts -
the font side of
generate_profile, and why the family list is bundled rather than sampled from the host. - Canvas and WebGL fingerprints, identical across OSes - why the same seed produces a byte-identical hash regardless of what's actually running underneath.
- Playwright timezone does not match the proxy IP - the surfaces this package's geo/timezone resolution has to keep in agreement.
Release files for invisible-core 33.23.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| invisible_core-33.23.0.tar.gz | 492.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| invisible_core-33.23.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 756.2 kB
Release files / invisible_core-33.23.0.tar.gz
| Download URL | invisible_core-33.23.0.tar.gz |
|---|---|
| Size | 492.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c08dc86ecc5687e0e2f77d2d8a9ce8862e3bf737801fd7059e0c3627a721525
|
|
BLAKE2b-256 checksum How to use checksums |
b36eed8b78a8d8308ff1fe3a5c6ad26cefa4a5a4a11775abf034d29a22538d1c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / invisible_core-33.23.0-py3-none-any.whl
| Download URL | invisible_core-33.23.0-py3-none-any.whl |
|---|---|
| Size | 264.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7ed95506dc838cc9ea7d307a1ae7048ebd030e7d775362700c61fe761b7d2d5a
|
|
BLAKE2b-256 checksum How to use checksums |
7c347c39054b44420f5f7b0e1b49ae1d86be5f6f7580a1c1d46bed4f574d0610
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|