# pmusolino/Wormholy

iOS network debugging, like a wizard 🧙‍♂️

Repository: https://github.com/pmusolino/Wormholy
Canonical: https://ross.abutalabs.com/products/wormholy
Language: Swift
License: MIT
License Family: permissive
Topics: network, debugger, ios, nsurlsession, alamofire, logger, logging, https, charles
Last push: 2026-05-23T17:17:13+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 83, release rhythm 63, longevity 100
- inputs: {"age_days": 3068, "days_push": 102, "days_rel": 165, "gap_med": 78.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2612, forks 213 (observed 2026-08-28T04:07:04.456723+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: logging, monitoring, developer-tools
- domain: mobile-development, developer-tools, networking
- platform: -
- tags: network-debugging, urlsession, http-inspector, shake-gesture, postman-export, curl-export, debug-only, debugging, ios, swift, mobile

## Member repositories
- pmusolino/Wormholy (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:04.456723+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-30T02:20:39.477603+00:00, confidence not recorded.
  - readme: https://github.com/pmusolino/Wormholy (fetched 2026-08-28T04:07:04.456723+00:00, sha 089cae2f0a58)
- Data as of 2026-08-30T08:39:29.467469+00:00.
