Pane closed alpha
Network debugger for mobile apps — TLS-inspecting MITM proxy with one-command device setup.
Plug an iOS or Android phone in, hit Start, and every HTTP/HTTPS request the app makes shows up decoded — body, headers, timing. Trust setup, CA install and proxy config happen over USB; no manual root certificate dance. Stub or patch responses for the requests that matter while everything else passes through untouched.
Download
macOS first launch. The dmg isn't signed with an Apple Developer ID yet, so macOS may say "Pane is damaged and can't be opened." It isn't — it's just unsigned. Install with one command:
curl -fsSL https://pane.thothlab.tech/install-macos.sh | bash
Or, after dragging the app from the dmg, run this once:
xattr -dr com.apple.quarantine /Applications/Pane.app
Linux. Make the AppImage executable, then run it:
chmod +x Pane_*_amd64.AppImage && ./Pane_*_amd64.AppImage
Windows. The installer isn't signed with an EV certificate yet, so SmartScreen will show a warning — click More info → Run anyway.
Closed alpha. Intel Mac users — build from source until a native build is published.
Highlights
- HTTP/1.1 MITM proxy with per-host leaf-cert minting
- One-command iOS / Android trust + proxy setup over USB
- Capture list with bareword + DSL filters (
host:,status:, …) - Tree / Pretty / Raw body viewer for JSON & XML
- Response stubs — replace a whole response or patch real fields
- Replay any capture back upstream (curl / HAR export too)