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-1.0.1.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

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

haune-1.0.1-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

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

Hashes for haune-1.0.1.tar.gz
Algorithm Hash digest
SHA256 889a1821eecb8d9259890501a5084e57cdb60ea5e26996248509948584fad15e
MD5 5f10f3d67f3c60013d837cd559aee648
BLAKE2b-256 115a145aa4b8b78625f5850ac2ca73caab2e561055cf535a6a4ea5fff98c9d4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for haune-1.0.1.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-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

Hashes for haune-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 639fabcc5837ad4329680f62018615324e598fd030ea320260cf35d1c16c1867
MD5 492a5291e590450ffd54f654aee9e372
BLAKE2b-256 cb379871c3cfa7c7a43c984857365f73cb9dfe7a72a6214ce19b093c86a86696

See more details on using hashes here.

Provenance

The following attestation bundles were made for haune-1.0.1-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