Rockxy is a free, open-source, native macOS application. There is no account signup, license key, or cloud dependency. Download, install, and start debugging.
On first launch, macOS may show a Gatekeeper prompt because Rockxy is not notarized through the App Store. Right-click the app and select Open to bypass it, or go to System Settings > Privacy & Security and click Open Anyway.
HTTPS interception will not work until you install and trust the Rockxy root CA certificate. Without it, only plain HTTP traffic is captured.
Rockxy generates a unique root CA certificate on first launch. This certificate is used to create per-host TLS certificates so Rockxy can decrypt HTTPS traffic. The root CA private key is stored securely in your macOS Keychain.
Go to Certificate > Install Root CA in the menu bar.
Enter your macOS password when prompted. This adds the root CA to your system keychain.
Open Keychain Access (or follow the on-screen prompt). Locate the Rockxy CA certificate.
Double-click the certificate, expand Trust, and set When using this certificate to Always Trust.
Close the dialog and enter your password to confirm.
After trusting the certificate, restart any browsers or applications that pin their own certificate stores (e.g., Firefox requires importing the CA in its own settings).
Uninstalling Rockxy removes the application but does not automatically delete your saved sessions, rules, or the root CA certificate. Follow the steps below to remove everything.
Verify the root CA certificate is installed and trusted. Open Keychain Access, search for “Rockxy CA”, and confirm it shows “This certificate is marked as trusted for all users.” See Certificate Setup above.
Proxy does not capture traffic from a specific app
Some applications (e.g., Firefox, Electron apps with custom proxy settings) ignore the system proxy. Check the application’s proxy or network settings and configure it to use localhost on the port shown in Rockxy’s status bar.
Rockxy holds up to 50,000 transactions in memory. Older transactions are evicted to SQLite automatically. If memory usage is still high, clear the current session from File > Clear Session.