# Rockxy ## Docs - [Introduction](https://rockxy-develop.mintlify.site/index.md): Rockxy is an open-source, native macOS network debugging tool with log intelligence and traffic rules. - [Quick Start](https://rockxy-develop.mintlify.site/quickstart.md): Get Rockxy running and capturing network traffic in under 5 minutes. - [Installation](https://rockxy-develop.mintlify.site/installation.md): How to install Rockxy on macOS, set up the root CA certificate, and build from source. - [Changelog](https://rockxy-develop.mintlify.site/changelog.md): Product updates and release history for Rockxy. - [Traffic Capture](https://rockxy-develop.mintlify.site/features/traffic-capture.md): Capture, inspect, and filter HTTP/HTTPS network traffic from any application - [HTTPS Interception](https://rockxy-develop.mintlify.site/features/https-interception.md): Man-in-the-middle proxy for inspecting encrypted HTTPS traffic with automatic certificate generation - [WebSocket Inspection](https://rockxy-develop.mintlify.site/features/websocket.md): Capture and inspect WebSocket frames including text, binary, ping/pong, and close messages - [GraphQL-over-HTTP Detection](https://rockxy-develop.mintlify.site/features/graphql.md): Automatic detection and inspection of GraphQL operations sent as HTTP POST requests - [Request Replay](https://rockxy-develop.mintlify.site/features/request-replay.md): Re-send captured HTTP requests with optional editing for iterative API testing and debugging. - [Traffic Rules](https://rockxy-develop.mintlify.site/features/rules.md): Modify network traffic with breakpoints, URL mapping, blocking, throttling, and header modification. - [Network Conditions](https://rockxy-develop.mintlify.site/features/network-conditions.md): Simulate slow networks with latency presets applied to proxied HTTP and HTTPS requests. - [MCP Integration](https://rockxy-develop.mintlify.site/features/mcp.md): Connect Rockxy to Claude CLI or Claude Desktop with the bundled rockxy-mcp local MCP server. - [Log Intelligence](https://rockxy-develop.mintlify.site/features/log-intelligence.md): Capture OSLog streams, correlate application logs with network requests, and debug with unified context. - [Request Diff](https://rockxy-develop.mintlify.site/features/diff.md): Compare two captured transactions in a dedicated workspace with candidate pool, structured sections, and side-by-side or unified views. - [JavaScript Scripting](https://rockxy-develop.mintlify.site/features/scripting.md): Create JavaScript scripts to inspect, modify, mock, or filter traffic passing through the proxy. - [Sessions & HAR](https://rockxy-develop.mintlify.site/features/sessions.md): Save, open, import, and export captured traffic using native .rockxysession files or the industry-standard HAR format. - [Developer Setup Hub](https://rockxy-develop.mintlify.site/features/developer-setup-hub.md): A single place in Rockxy for runtime snippets, device guides, and honest support notes per target — what Rockxy actually ships vs what you still do by hand. - [Settings](https://rockxy-develop.mintlify.site/customization/settings.md): Configure proxy port, recording behavior, buffer sizes, log capture, and excluded hosts - [Keyboard Shortcuts](https://rockxy-develop.mintlify.site/customization/keyboard-shortcuts.md): All keyboard shortcuts for proxy control, recording, navigation, and session management - [Architecture](https://rockxy-develop.mintlify.site/development/architecture.md): SwiftNIO proxy engine, actor concurrency model, coordinator pattern, and module dependencies - [Security Architecture](https://rockxy-develop.mintlify.site/development/security.md): Layered security model, XPC trust boundaries, certificate trust, input validation, and vulnerability reporting - [Design Decisions](https://rockxy-develop.mintlify.site/development/design-decisions.md): Why SwiftNIO, NSTableView, actors, the privileged helper, and key performance and storage design choices - [Code Style](https://rockxy-develop.mintlify.site/development/code-style.md): SwiftLint rules, SwiftFormat configuration, naming conventions, and coding standards - [Building](https://rockxy-develop.mintlify.site/development/building.md): Build from source, run tests, lint, and set up your development environment ## Optional - [GitHub](https://github.com/LocNguyenHuu/Rockxy) - [Releases](https://github.com/LocNguyenHuu/Rockxy/releases)