unreleased / hellojs
PublicNode.js HTTP client whose TLS/H2/H3 handshake produces the same JA4/Akamai/peetprint fingerprint as a real Chrome browser. Drop-in request-shape API.
@unreleased/hellojs is a Node.js HTTP client library that makes outgoing requests appear to websites as if they're coming from a real Chrome browser. It achieves this by precisely matching Chrome 147's TLS handshake patterns, HTTP/2 settings, and other connection fingerprints that bot-detection systems analyze. The library functions as a drop-in replacement for familiar HTTP clients like 'request', supporting HTTP/1.1, HTTP/2, and HTTP/3, along with features like connection pooling, cookie handling, proxy support (HTTP CONNECT and SOCKS5), session resumption, and 0-RTT early data. By default it validates server certificates properly. Users can either use the built-in Chrome 147 fingerprint profile or import custom fingerprints from tls.peet.ws captures to mimic other browsers.
How It Works
You build automation with Node.js but notice your requests get blocked or challenged, even when you try to hide your user-agent.
You discover that websites don't just check your user-agent—they analyze the exact shape of your TLS handshake, HTTP settings, and connection patterns to identify 'bots'.
hellojs lets your Node.js code talk to websites using the exact same fingerprint as a real Chrome browser on macOS—including cipher lists, extension order, and connection settings.
You install the package and make a request the same way you'd use any other HTTP library, but now the website sees you as Chrome.
hellojs upgrades to HTTP/3 when the server supports it, falls back gracefully when it doesn't
Route traffic through HTTP CONNECT or SOCKS5 proxies while keeping the Chrome fingerprint intact
Your requests automatically handle cookies, respecting expiration dates, secure flags, and domain matching—just like Chrome does.
Your requests pass through bot detection systems because they look exactly like real Chrome browser traffic—no more challenges or blocks.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.