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.0.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.0-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: haune-1.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 b64926e528e48c245e5e95ca84b66499a765116a2f1b0250c3b662cf485d6691
MD5 ec8227c4cf74f2193640bc17db8e22f0
BLAKE2b-256 8e1cd3eebb88ee90cda5522b0c76c5425dac03d2dedb4f44b72eed58dc77638c

See more details on using hashes here.

Provenance

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

Publisher: publish.yml on haune2311/haune

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.0-py3-none-any.whl.

File metadata

  • Download URL: haune-1.0.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9c68181794e69f329f1dbe53636b0b2ad21efe1b416227d87e9be607871bef3b
MD5 db4b68529f23587f20f25b2a78ad82d4
BLAKE2b-256 aede49f3d3520d1c7f1931bcb40563dc9ebf4b7f21885d4231438084cea082b6

See more details on using hashes here.

Provenance

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

Publisher: publish.yml on haune2311/haune

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