Skip to main content

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


Download files

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

Source Distribution

haune-2.0.0.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

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

haune-2.0.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file haune-2.0.0.tar.gz.

File metadata

  • Download URL: haune-2.0.0.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for haune-2.0.0.tar.gz
Algorithm Hash digest
SHA256 395169f7f3d5cfdd20100b1598d09640e25bd7e360361cc54408d96258a3197d
MD5 2df237001d8e161a1d24886d41065780
BLAKE2b-256 993b9be442a553e417f0c97a7f69823a5a4559abf48d32cf22ea83175204229a

See more details on using hashes here.

Provenance

The following attestation bundles were made for haune-2.0.0.tar.gz:

Publisher: publish.yml on haune2311/haune-antidetect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file haune-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: haune-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for haune-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ec7249d7b1e4dd707c9b0883d84b081acf06a6a7c0ecf93abb7e62248b419e64
MD5 d189180b4ea2d1fbfc18b5da5a5194f1
BLAKE2b-256 b84d4d9fa9ef02c6d6e9604f3d6d8e800aeb15a923c84c533ec713dfe6877545

See more details on using hashes here.

Provenance

The following attestation bundles were made for haune-2.0.0-py3-none-any.whl:

Publisher: publish.yml on haune2311/haune-antidetect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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