Installation
Install and set up the app for first use.
Proxygen for Mac can be installed either by downloading it from proxygen.app or from App Store.
System requirements
Proxygen is designed to take as little resources from your computer as possible. Memory usage will mostly depend on number of HTTP message in history and their body data size.
- Currently Proxygen requires macOS 13.0 or higher
Proxygen CA certificate
Proxygen uses a self-signed CA certificate when performing MitM to HTTPS connections. Essentially, it needs to masquerade as the remote server and terminate TLS connections in order to gain access to decrypted data. Proxygen signs the server certificate that it presents to the clients with its own CA certificate. Before the client can accept this certificate it must trust the Proxygen CA similar to other trusted root CAs.
This self-signed CA certificate is generated by the Proxygen app on first launch, and every Proxygen installation has a different certificate. What this means is that no other Proxygen installation can decrypt your traffic.
Export and import CA certificate
Proxygen app offers tools to export its CA certificate in various forms.
- Open Preferences and select Configuration tab.
- Click Export and Import CA.
You have options to export the CA certificate as a DER file. This file includes the public key of the certificate. It can be installed in the macOS system keychain, imported to browsers such as Firefox, or installed on another device like an iPhone. You can typically find instructions how to do this for your device.
Exporting and importing the private key as a DER file allows transferring the CA certificate from one Proxygen installation to another. This may be practical if you have already configured several other devices with this specific CA certificate and wish to start using another Mac.

Generate a new CA certificate
Proxygen can regenerate its CA certificate and replace the existing one. This option may be useful for troubleshooting, or if you want to ensure that the CA certificate used by your Proxygen installation is not known by anyone else.
- Open Preferences and select Configuration tab.
- Click Generate CA.