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

monasticacademy/httptap

View HTTP/HTTPS requests made by any Linux program observed · 2026-08-28

github.com/monasticacademy/httptap · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 87
  • Release rhythm 40
  • Longevity 49
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: 1
  • age_days: 687
  • days_rel: 553
  • days_push: 79
  • n_releases_24m: 8

Full methodology

Adoption not part of the score

4176 stars · 65 forks observed · 2026-08-28

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

httptap is a static Go CLI binary that shows the HTTP and HTTPS requests made by any Linux program by running it inside an isolated network namespace with a transparent interception layer. It requires no root, no daemon, and no system-wide changes like iptables or routing modifications.

Use cases

  • see what HTTP requests a CLI tool makes
  • debug which URLs a program contacts
  • inspect HTTPS traffic of an arbitrary process without a proxy
  • trace network calls made by a script or binary
  • capture HTTP requests from python or curl without configuration
  • audit outbound network activity of untrusted software

When to choose

  • you need to observe HTTP/HTTPS traffic of a specific Linux process without root or system changes
  • you want a zero-dependency static binary for quick network debugging
  • you want per-process isolation so other running processes are unaffected

When to avoid

  • you are on macOS, Windows, or BSD - it is Linux-only due to network namespace usage
  • you need to inspect non-HTTP protocols or raw TCP traffic
  • you need a GUI traffic inspector or browser devtools-style experience
  • your distro restricts unprivileged user namespaces and you cannot change sysctls

Facets

cli-tool · maturity active

http-client networking developer-tools security proxy networking developer-tools security cli go http-debugging network-namespace man-in-the-middle gvisor tun-device traffic-inspection static-binary command-line linux

3 sources

Member repositories

RepositoryRoleHealth v2
monasticacademy/httptapmain63

For agents

markdown · JSON · MCP: product_card(name="monasticacademy/httptap")

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