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

pmusolino/Wormholy

iOS network debugging, like a wizard 🧙‍♂️ observed · 2026-08-28

github.com/pmusolino/Wormholy · Swift · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

79/100

  • Activity 83
  • Release rhythm 63
  • Longevity 100
How is this computed?

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

  • gap_med: 78.5
  • age_days: 3068
  • days_rel: 165
  • days_push: 102
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

2612 stars · 213 forks observed · 2026-08-28

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

Wormholy is an iOS library that records all app network traffic made through NSURLSession (including Alamofire and AFNetworking) and lets developers inspect requests, responses, and headers via a shake gesture, with no code or imports required. It supports filtering, host blacklisting, and exporting requests as Postman collections or cURL commands, and is intended for debug builds only.

Use cases

  • debug http requests in my ios app without charles proxy
  • inspect urlsession traffic on device by shaking the phone
  • view response headers and bodies for alamofire requests
  • export api requests as a postman collection
  • share a curl command for a failing request
  • filter network logs by status code while debugging
  • blacklist analytics hosts from network logging

When to choose

  • you need on-device network debugging for iOS without running a desktop proxy
  • you want zero-code integration that works with URLSession, Alamofire, or AFNetworking
  • you need to export captured requests to Postman or cURL
  • you want HTTPS inspection without dealing with SSL certificates

When to avoid

  • you need network debugging for Android or non-Apple platforms
  • you want traffic monitoring in production builds (Wormholy is debug-only by recommendation)
  • you need a desktop cross-platform proxy like Charles or Proxyman
  • you require persistent long-term network analytics rather than ad-hoc debugging

Facets

library · maturity active

logging monitoring developer-tools mobile-development developer-tools networking network-debugging urlsession http-inspector shake-gesture postman-export curl-export debug-only debugging ios swift mobile

1 source

Member repositories

RepositoryRoleHealth v2
pmusolino/Wormholymain79

For agents

markdown · JSON · MCP: product_card(name="pmusolino/Wormholy")

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