Quick Start
This guide takes you from download to inspecting your first captured request in about 5 minutes. Rockxy is a free, native macOS app — no account, no license key, no cloud dependency.1. Download Rockxy
Grab the latest release from GitHub Releases. Rockxy currently ships a universal.dmg that supports both Apple Silicon and Intel Macs.
2. Install
Open the.dmg and drag Rockxy.app to the Applications folder. Launch it from Applications or Spotlight.
If macOS blocks the app, right-click it and select Open, then click Open again in the confirmation dialog.
3. Trust the Root CA
- In the Rockxy menu bar, go to Certificate > Install Root CA.
- Enter your macOS password to add the certificate to your system keychain.
- Open Keychain Access, find Rockxy CA, double-click it.
- Expand Trust and set When using this certificate to Always Trust.
- Close the dialog and enter your password to confirm.
4. Start Capturing Traffic
Click the Start button in the toolbar or use the keyboard shortcut. Rockxy sets itself as the system HTTP/HTTPS proxy and begins capturing traffic from all applications. Open a browser or any app that makes network requests. You will see requests appear in the request list in real time.

Rockxy capturing live HTTP and HTTPS traffic.
5. Inspect a Request
Click any request in the list to open the inspector panel. The inspector has several tabs:- Headers — request and response headers, status code, HTTP version.
- Body — request and response bodies with syntax highlighting for JSON, XML, HTML, and other formats.
- Cookies — parsed cookie key-value pairs from both request and response.
- Timing — connection timing breakdown: DNS, TLS handshake, time to first byte, total duration.
- Raw — the complete raw HTTP message for both request and response.
6. Explore Logs
Switch to the Logs tab in the sidebar to see captured application logs from OSLog streams and process stdout/stderr. Logs are correlated with network requests by timestamp and process, so you can trace a request from the network layer through to the application log output.7. Connect Rockxy to Claude
If you want to inspect traffic that Rockxy captures for Claude, open Settings → MCP in Rockxy, turn on Enable MCP Server, and copy the generated config snippet. Rockxy uses a local MCP setup for Claude CLI and Claude Desktop. It is not configured through Claude’s remote Connectors flow. For the full setup guide, including Claude CLI and Claude Desktop instructions, see MCP Integration.Next Steps
HTTPS Interception
How Rockxy decrypts TLS traffic and manages certificates.
Traffic Rules
Set breakpoints, map requests to local files, block or throttle endpoints.
Log Intelligence
Capture and correlate OSLog streams with network requests.
Keyboard Shortcuts
All available keyboard shortcuts for fast navigation.
Sessions & HAR
Save, restore, import, and export captured traffic.
MCP Integration
Connect Rockxy to Claude and inspect flows directly from your chat.
