Ross ROSS = Recommend OSS · open-source software intelligence for agents

refraction-networking/utls

Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes. observed · 2026-08-28

github.com/refraction-networking/utls · Go · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

81/100

  • Activity 95
  • Release rhythm 53
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 41.0
  • age_days: 3284
  • days_rel: 232
  • days_push: 31
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

2539 stars · 362 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

uTLS is a fork of Go's crypto/tls library that provides low-level access to the TLS ClientHello message, enabling fingerprint mimicry and resistance to ClientHello-based blocking. It is widely used by anti-censorship tools to make Go's distinctive TLS handshake look like common browsers or other clients.

Use cases

  • make my Go program's TLS handshake look like Chrome to avoid blocking
  • customize ClientHello extensions and cipher suites in Go
  • build a censorship-resistant proxy that isn't fingerprinted by its TLS
  • randomize TLS fingerprints to defeat blacklists
  • mimic browser TLS fingerprints in a Go client
  • access and modify low-level TLS handshake fields

When to choose

  • you need to disguise or randomize Go's TLS ClientHello fingerprint
  • you're building anti-censorship or privacy tooling in Go
  • you need low-level read/write access to TLS handshake messages

When to avoid

  • you just need standard TLS connections without fingerprint concerns
  • you're not working in Go
  • you need a high-level HTTP client rather than TLS-level control

Facets

library · maturity active

cryptography security http-client networking security privacy censorship-circumvention networking developer-tools go cross-platform tls clienthello fingerprinting anti-censorship obfuscation parrot handshake crypto-tls-fork

1 source

Member repositories

RepositoryRoleHealth v2
refraction-networking/utlsmain81

For agents

markdown · JSON · MCP: product_card(name="refraction-networking/utls")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem