# lwthiker/curl-impersonate

curl-impersonate: A special build of curl that can impersonate Chrome & Firefox

Repository: https://github.com/lwthiker/curl-impersonate
Canonical: https://ross.abutalabs.com/products/curl-impersonate
Language: Python
License: MIT
License Family: permissive
Topics: https, curl, ssl, tls, security
Last push: 2024-07-18T01:24:37+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 1658, "days_push": 777, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6895, forks 560 (observed 2026-08-28T04:09:51.173405+00:00)

## What it is
A special build of curl (and libcurl) whose TLS and HTTP/2 handshakes are identical to real browsers like Chrome, Edge, Safari, and Firefox. It can be used as a drop-in command-line tool or linked as a library to evade TLS/HTTP2 client fingerprinting.

## Use cases
- make curl requests that look like a real browser
- bypass TLS fingerprinting blocks when scraping
- test how a server fingerprints HTTP clients
- fetch sites that block non-browser HTTP clients
- integrate browser-like TLS handshakes into a scraper
- debug JA3/HTTP2 fingerprint differences

## When to choose
- you need HTTP requests indistinguishable from Chrome or Firefox at the TLS/HTTP2 level
- you want a curl-like CLI or libcurl replacement for fingerprint-sensitive endpoints
- you're scraping services that fingerprint clients

## When to avoid
- you just need ordinary HTTP requests without fingerprint evasion
- you need full browser behavior like JavaScript execution - use a headless browser instead
- you need a pure-Python solution rather than a compiled binary

## Facets
- artifact type: cli-tool
- maturity: active
- function: http-client, security, networking, cli
- domain: security, privacy, developer-tools, crawlers, networking
- platform: cli, cross-platform
- tags: curl, tls-fingerprinting, http2-fingerprinting, browser-impersonation, anti-bot-bypass, web-scraping, linux, macos, docker

## Member repositories
- lwthiker/curl-impersonate (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:51.173405+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:41:38.235192+00:00, confidence not recorded.
  - readme: https://github.com/lwthiker/curl-impersonate (fetched 2026-08-28T04:09:51.173405+00:00, sha b64fe61aac57)
- Data as of 2026-08-30T08:39:29.467469+00:00.
