Installation
Rockxy is a free, open-source, native macOS application. There is no account signup, license key, or cloud dependency. Download, install, and start debugging.System Requirements
Download
Download the latest.dmg from GitHub Releases.
Rockxy currently ships a universal macOS release package for both Apple Silicon and Intel Macs.
If future releases add architecture-specific downloads, the release notes will call that out explicitly. If you are unsure which Mac you have, choose the standard release listed on GitHub.
Install
- Open the downloaded
.dmgfile. - Drag Rockxy.app into the Applications folder.
- Launch Rockxy from Applications or Spotlight.

Drag Rockxy to Applications.
Certificate Setup
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.Steps
- Launch Rockxy.
- 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.
Data Storage Locations
Build from Source
Requires Xcode 16+ with Swift 5.9. Dependencies are managed via Swift Package Manager through the Xcode project (no standalonePackage.swift).
Uninstallation
- Quit Rockxy if it is running.
- Delete
Rockxy.appfrom the Applications folder. - Remove application data:
- Open Keychain Access, find the Rockxy CA certificate, and delete it.
Troubleshooting
”Rockxy can’t be opened because Apple cannot check it for malicious software”
Right-click Rockxy.app and select Open, or go to System Settings > Privacy & Security and click Open Anyway.HTTPS traffic is not being captured
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 uselocalhost on the port shown in Rockxy’s status bar.
High memory usage with many captured requests
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.Claude Setup
If you want to use Rockxy with Claude, open Settings → MCP after installation and turn on Enable MCP Server. Rockxy ships with a bundled local MCP bridge namedrockxy-mcp. Both Claude CLI and Claude Desktop can use it, but they each keep their own MCP configuration.
See MCP Integration for the full end-user guide, including:
- Claude CLI setup with
claude mcp add - Claude Desktop setup with
claude_desktop_config.json - troubleshooting for local MCP vs. remote Connectors
Next Steps
Quick Start
Capture your first request in 5 minutes.
Traffic Capture
Learn about filtering, searching, and inspecting captured traffic.
MCP Integration
Connect Rockxy to Claude CLI or Claude Desktop.
