Haune — anti-detect browser. Drop-in Playwright launcher that drives the HauneBrowser stealth binary.
Project description
Haune (Python)
Anti-detect browser for Python — a drop-in Playwright launcher that drives the HauneBrowser stealth binary. Fingerprints are handled inside the browser core (source-level, compiled in), so detection systems see a real browser.
The binary auto-downloads on first run (self-contained, cached under ~/.haune); no source
is shipped.
Install
pip install haune
Use
from haune import launch
# Clean by default. With a proxy, timezone / geolocation / WebRTC IP auto-match the exit.
browser = launch(proxy="http://user:pass@host:port", headless=False)
page = browser.new_page()
page.goto("https://example.com")
print(page.title())
browser.close()
Persistent profile (cookies/localStorage survive across runs):
from haune import launch_persistent_context
ctx = launch_persistent_context("./profile", seed=12345, proxy="socks5://user:pass@host:port")
page = ctx.new_page()
page.goto("https://example.com")
ctx.close()
launch() options
| Option | Default | Meaning |
|---|---|---|
seed |
random | Identity seed — same seed reproduces the same device. |
proxy |
None |
http(s):// or socks5://, with embedded user:pass@. |
headless |
True |
Headful recommended for the hardest sites. |
geoip |
True |
Match timezone / geolocation / WebRTC IP to the proxy exit. |
spoof_gpu |
False |
Also spoof the GPU renderer string (kept real by default). |
timezone |
auto | Override the timezone (IANA name). |
executable_path |
auto | Use a specific binary instead of the auto-download. |
Set HAUNE_CHROME to point at an existing binary, or HAUNE_BROWSER_URL for a private
download mirror.
License
Proprietary — © Haune. All rights reserved. See the project LICENSE. Windows x64.
Project details
Release history Release notifications | RSS feed
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 haune-1.0.1.tar.gz.
File metadata
- Download URL: haune-1.0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
889a1821eecb8d9259890501a5084e57cdb60ea5e26996248509948584fad15e
|
|
| MD5 |
5f10f3d67f3c60013d837cd559aee648
|
|
| BLAKE2b-256 |
115a145aa4b8b78625f5850ac2ca73caab2e561055cf535a6a4ea5fff98c9d4a
|
Provenance
The following attestation bundles were made for haune-1.0.1.tar.gz:
Publisher:
publish.yml on haune2311/haune-antidetect
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
haune-1.0.1.tar.gz -
Subject digest:
889a1821eecb8d9259890501a5084e57cdb60ea5e26996248509948584fad15e - Sigstore transparency entry: 2166947038
- Sigstore integration time:
-
Permalink:
haune2311/haune-antidetect@43517f97bff61c3250c96e528eb4933dddf84169 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/haune2311
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@43517f97bff61c3250c96e528eb4933dddf84169 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file haune-1.0.1-py3-none-any.whl.
File metadata
- Download URL: haune-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
639fabcc5837ad4329680f62018615324e598fd030ea320260cf35d1c16c1867
|
|
| MD5 |
492a5291e590450ffd54f654aee9e372
|
|
| BLAKE2b-256 |
cb379871c3cfa7c7a43c984857365f73cb9dfe7a72a6214ce19b093c86a86696
|
Provenance
The following attestation bundles were made for haune-1.0.1-py3-none-any.whl:
Publisher:
publish.yml on haune2311/haune-antidetect
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
haune-1.0.1-py3-none-any.whl -
Subject digest:
639fabcc5837ad4329680f62018615324e598fd030ea320260cf35d1c16c1867 - Sigstore transparency entry: 2166947043
- Sigstore integration time:
-
Permalink:
haune2311/haune-antidetect@43517f97bff61c3250c96e528eb4933dddf84169 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/haune2311
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@43517f97bff61c3250c96e528eb4933dddf84169 -
Trigger Event:
workflow_dispatch
-
Statement type: