Features
Tree View
Collapsible, navigable tree rendering for deeply nested JSON structures.
Search
Full-text search across keys and values with instant highlighting.
Keyboard Shortcuts
Navigate, expand, collapse, and copy with keyboard-only workflow.
Clipboard Support
Copy any node or subtree to clipboard as formatted JSON.
Status Bar
Shows node count, current depth, file size, and parse time.
Syntax Coloring
Color-coded values by type — strings, numbers, booleans, null.
How It's Built
Pry is written in TypeScript and compiled with Perry to a native binary. No Electron, no web views, no JavaScript runtime.
TypeScript Source
Standard TypeScript with Perry's native UI API.
Perry Compile
SWC parse → type resolution → LLVM codegen.
Native Binary
Standalone executable with zero runtime dependencies.
Platform Support
macOS
AppKit
AvailableiOS
UIKit
AvailableAndroid
Views
AvailableScreenshots
Screenshots will be added as Pry development continues. Check the GitHub repo for the latest.