# Proxygen — Interactive HTTP proxy

> Interactive HTTP proxy for debugging and testing app network traffic on iOS and Mac. (iPhone/iPad app by Pasi Salenius.)

- Source: https://appshunter.io/ios/app/proxygen/id1602229284 (this page in markdown: same URL + `.md`)
- Developer: [Pasi Salenius](https://appshunter.io/developer/443823972)
- Category: Developer Tools, Utilities
- Price: Free with in-app purchases
- Rating: 4.30/5 from 18 App Store ratings · 12 written reviews indexed
- Age rating: 17+
- Requires: iOS 16.1 · 35 MB
- Languages: American English
- Released: 2022-03-19
- Data updated: 2026-09-07
- Monetization: freemium
- User reviews in markdown: https://appshunter.io/ios/app/proxygen/id1602229284/reviews.md

## What is Proxygen?

Proxygen is the best HTTP proxy tool for testing apps and debugging remote API endpoints right on your iPhone, iPad and Mac. And it’s built to delight you while doing it.

Features
• Send iOS device traffic to remote Mac
• Write JavaScript to modify proxied traffic
• Store state in variables for use in Editor
• Match and replace headers and body data
• Test API endpoints with assertions
• Transform data with custom recipes
• Syntax highlighting HTTP message editor
• Message history with powerful filtering
• WebSocket and SSE message capture
• Store all data in documents

SEND TO MAC
Easily capture HTTP messages from an iPhone or iPad on your Mac. Traffic is mirrored to the paired Mac over local network even when the iOS app is not active. The Mac app can intercept and edit data of requests and responses before they are forwarded. No more futzing around with Wi-Fi proxy settings and trusted certificates.

SCRIPTING
Write JavaScript code that modifies proxied traffic. Scripts have access to requests and responses, letting you rewrite headers, URLs and body content, inject data, or implement conditional logic that goes beyond what static rules can express.

SYNTAX AWARE EDITOR
Edit requests from the message history or create new to any target. All previously sent requests are kept in the project file so you can return to your work later. The editor uses Tree-sitter for fast language parsing and syntax highlighting. It handles decoding of HTTP content automatically, letting you focus on testing the remote API.

SERVER GRADE PERFORMANCE
The magic lies in a little custom HTTP proxy that the iOS app runs in a local VPN extension. This proxy was developed using SwiftNIO, a framework for bizarrely fast asynchronous network applications. The proxy can perform TLS Manipulator in the Middle (MitM) to see inside HTTPS connections and apply custom logic to each message.

To put it bluntly, you’ve probably never seen a HTTP proxy this fast before. And you likely won’t notice that your web browsing is even proxied at all.

PRIVACY
Proxygen contains no third party frameworks for crash reporting or analytics. Note that Proxygen is a TLS MitM proxy, which means that it sees HTTPS network traffic in plain text. This data is transferred from the proxy to the Proxygen app and stored as part of the project document. Make sure you handle the documents accordingly, as they may contain sensitive data such as session tokens and login credentials.

Privacy policy
https://proxygen.app/docs/privacy

Terms of Use
https://proxygen.app/docs/terms

Device Mockup created from https://deviceframes.com/templates/iphone-13

## Key features

- Send iOS device traffic to Mac
- Modify proxied traffic with JavaScript
- Match and replace headers/body data
- Syntax highlighting HTTP editor
- WebSocket and SSE message capture
- Local VPN extension for proxying

## Pricing and in-app purchases

Base price: Free.

**Subscriptions**

| Subscription | Price | Period |
| --- | --- | --- |
| Proxygen Plus (1 month) | $2.99 | per month |
| Proxygen Yearly | $19.99 | per year |

**One-time purchases**

| Purchase | Price | Type |
| --- | --- | --- |
| Proxygen Lifetime | $39.99 | one-time |
| Proxygen for iOS Lifetime | $9.99 | one-time |


## Recent user reviews (10 of 12)

All indexed reviews: https://appshunter.io/ios/app/proxygen/id1602229284/reviews.md

### 5/5 — Best Proxy App for iPhone

*2026-06-13*

Ich brauche es gelegentlich für research und bin total dankbar für Proxygen dafür zu benutzen. 

Dafür hätte ich auch 30€ gezahlt wenn ich davor die Pro-Features testen könnte. 

Match-Replace, Scope, Vars sind für mich extrem wichtig. Alles da. Falls etwas fehlt melde ich mich (:

### 5/5 — Very helpful for verifying DoH too

*2026-02-16*

This app can even capture DNS over HTTPS (DoH) requests. It is very helpful for verifying DoH settings.

**Developer response:** That’s amazing! To be honest I never even tested DNS over HTTPS but great to hear it’s working 💪

### 5/5 — Good alternative to Proxyman and Charles Proxy

*2025-08-16*

I have been looking for an alternative to Proxyman and Charles Proxy. It’s cheaper and works just as well.

The setup can be more streamlined though. Proxyman has one click setup for iOS simulator and Android emulators. I have to manually set the proxy settings right now. I also wish this supports GRPC as well.

### 5/5 — Really user friendly app

*2025-05-05*

In future updates, please add the ability to send multiple requests simultaneously or at specific scheduled times. Additionally, consider improving the app's penetration testing capabilities.

### 1/5 — App is just file browser with Proxygen name?

*2025-03-25*

Launching the app, I was presented with the typical iOS file browser except it was named Proxygen and within in the sidebar had text “Proxygen” instead of “Files”. Does the app in the screenshots even exist? Unable to find method to contact developer via email or web form. Will revise review if developer is able to assist.

**Developer response:** It’s a document based app. Create a document in Proxygen’s document folder with the plus button.

Edit: So I guess you didn’t revise the review after all. Thanks buddy.

### 5/5 — Really impressed so far, exactly what I needed

*2025-01-12*

I stumbled upon this app searching for a native MITM proxy app with a rich feature set. I must say that I am really impressed so far, especially with the unique project based approach it employs which makes it easier to work with compared to other alternatives. The iCloud sync is seamless and very convenient to import mobile data to desktop. The iOS/iPad apps are the cleanest UI I have seen in this category. Desktop version needs few improvements though, like automatic proxy config to make it on par with the mobile version. Definitely worth looking into, a great contender in this niche imo. Very fair price too. Recommended!

### 1/5 — J

*2025-01-12*

Have more block options

**Developer response:** Have more words in your app reviews.

### 5/5 — FiveStar

*2024-02-15*

Downloaded a different one before on mother phone for £4.99. This app does a better job and also for free.

### 5/5 — Going back in the office for

*2023-08-06*

Come on the next

### 5/5 — Did you see my call

*2023-06-28*

Call me if you’re still free to

## Frequently asked questions about Proxygen

### What is Proxygen?

Proxygen is an interactive HTTP proxy tool designed for developers to test applications and debug remote API endpoints directly on their iPhone, iPad, and Mac. It allows for detailed inspection and modification of network traffic.

### How does Proxygen send iOS device traffic to a Mac?

Proxygen utilizes a local VPN extension on the iOS device to capture HTTP messages. This traffic is then mirrored to a paired Mac over the local network, even when the iOS app is not actively in the foreground.

### Can I modify proxied traffic with Proxygen?

Yes, Proxygen allows you to write JavaScript code to modify proxied traffic. This scripting capability enables rewriting headers, URLs, body content, and implementing conditional logic beyond static rules.

### What are the subscription options for Proxygen?

Proxygen offers a 'Proxygen Plus' monthly subscription at $2.99 with a 14-day free trial, and an annual subscription for $19.99. These plans likely unlock additional features or remove limitations.

### Is Proxygen suitable for debugging HTTPS connections?

Yes, Proxygen performs TLS Man-in-the-Middle (MitM) to see inside HTTPS connections. This allows for the inspection and application of custom logic to encrypted network messages.

### Does Proxygen have ads?

No, Proxygen does not contain advertisements. The application is free to download and use, with optional subscription plans for enhanced features.

### What devices does Proxygen support?

Proxygen is available for Mac, iPhone, and iPad devices. It is designed to work seamlessly across these Apple platforms for a unified development experience.

### How often is Proxygen updated?

The latest version of Proxygen is 4.5.0, last updated on March 17, 2026. This indicates a recent and active development cycle for the application.

## Version history (last 5 releases)

### 6.4 — 2026-08-26

• Text mode is now available for messages with a binary body, showing the message head above the body in hex.
• Send to Mac now verifies both the Mac and the device, and identifies Macs by fingerprint when pairing.
• Send to Mac reconnects on its own after the Mac app quits or restarts.
• Existing Send to Mac pairings need to be created again after updating.
• MCP tool calls are shown in the Console.
• Visual fixes and other improvements.

### 6.3 — 2026-08-14

• Modified messages are marked in History.
• Rewrite rules can now use a file as message body.
• Improvements to Protobuf decoding.
• Major performance improvements to HTTP message handling and document storage.
• Visual fixes and other improvements.

### 6.2 — 2026-07-14

• Improved Hex view with byte coloring and selection.
• Visual fixes and other improvements.

Notice how we bring new features and major improvements in every app update? If you like Proxygen app and it helps you debug network traffic then please tell your friends and colleagues about it. That would help a lot!

### 6.1 — 2026-07-02

• Improvements to auto decoding in Transform tool.
• Fixes to handling of text encodings.
• Visual fixes and other improvements.

Notice how we bring new features and major improvements in every app update? If you like Proxygen app and it helps you debug network traffic then please tell your friends and colleagues about it. That would help a lot!

### 6.0.1 — 2026-06-26

TEST TOOL
• New Test tool that supports scripting, assertions and variable extraction.
• Supports all testing payloads and options you're already familiar with.
• The scope of functionality built into this tool is truly something that has never been done before in an iOS app. It took years of work to get to this point. I hope you like it as much as we do.

TRANSFORM TOOL
• Convert text or binary input data using transform recipes of multiple operations.
• Auto decoder that automatically finds a chain of operations that decodes given data.
• Lets you save current transform recipe as a favorite to use as part of testing.

• New Xcode color theme.
• Allows using {{variable}} syntax in input fields of Authentication and Rewrite rules.
• Adds new transform operations for data decoding, string escaping and converting charset.
• Improvements to navigation in all tools.
• Visual fixes and other improvements.

Changes in this version:
• Fixes to Zstandard decompression.
• Fixes to decoding of binary formats.

Notice how we bring new features and major improvements in every app update? If you like Proxygen app and it helps you debug network traffic then please tell your friends and colleagues about it. That would help a lot!

## More apps by Pasi Salenius

- [Transporter Journey planner](https://appshunter.io/ios/app/transporter-journey-planner/id987254566)
- [Teletext Watch](https://appshunter.io/ios/app/teletext-watch/id1507672765)
- [Maptrails](https://appshunter.io/ios/app/maptrails/id1524211335)

All apps by Pasi Salenius: https://appshunter.io/developer/443823972

## Related topics

[proxyman](https://appshunter.io/ios/topics/proxyman) · [debug proxy](https://appshunter.io/ios/topics/debug-proxy) · [mt proxy telegram](https://appshunter.io/ios/topics/mt-proxy-telegram)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-09-07.*
