Open a HAR file and actually read it.
OpenAny turns .har network captures into a waterfall you can search, redacts tokens and cookies before you attach one to a ticket, and diffs two captures side by side. All inside VS Code, all offline.
Coming to the VS Code Marketplace| # | Method | Status | URL | Type | Time | Waterfall |
|---|---|---|---|---|---|---|
| 12 | GET | 200 | https://shop.example.com/api/cart | json | 84 ms | |
| 13 | POST | 200 | https://shop.example.com/api/session/refresh | json | 131 ms | |
| 14 | POST | 500 | https://shop.example.com/api/checkout | json | 2,410 ms | |
| 15 | GET | 401 | https://shop.example.com/api/orders/latest | json | 62 ms | |
| 16 | GET | 304 | https://cdn.example.com/assets/app.9f2c1.js | script | 19 ms |
Request headers
authorization: Bearer eyJhbGciOiJIUzI1NiJ9… [redacted]cookie: session=3f9a…c21e [redacted]
content-type: application/json
x-request-id: b7e1-40ac
Response body
{"error": "payment_provider_timeout",
"retryable": true,
"upstream_ms": 2385
}
Built for the moment someone sends you a .har file
Support tickets, bug reports, and QA runs all arrive as HAR captures. Today you open them in a browser tab that forgets everything and leaks everything. OpenAny keeps them in your editor.
Waterfall, not a wall of JSON
Every request with method, status, size and timing, sortable and filterable. Click a row to see headers, cookies, query params and the decoded body.
Redact before you share
One command strips Authorization headers, cookies, session tokens and any header you add to the list, then saves a clean copy. Runs locally. Nothing leaves your machine.
Diff two captures
Open the passing run and the failing run together. See which requests appeared, disappeared, changed status or got slower.
Find the slow one
Sort by total time, blocked time or time-to-first-byte. Requests over your threshold are flagged in the table.
Copy as curl or fetch
Reproduce any request from the capture with a single copy, secrets already redacted.
Works offline, forever
No account, no upload, no telemetry. The free viewer stays free. Pro is a license key you keep.
Pricing
Buy once. Use it as long as you like. Prices in USD; tax is added at checkout where required.
Free
- Full waterfall viewer
- Headers, cookies, bodies
- Search and sort
- Unlimited files
Pro
- Everything in Free
- Secret redaction and clean export
- Diff two captures
- Copy as curl / fetch
- Up to 3 machines
Team
- Everything in Pro
- One key for up to 10 machines
- One invoice for the team
Questions
When can I install it?
The extension is being published to the VS Code Marketplace and Open VSX in September 2026. This page will link to it the day it is live. If you want a note when that happens, email openany@gearyworks.com.
Is Pro a subscription?
No. Pro and Team are one-time purchases. You get a license key that keeps working. Updates within the current major version are included.
Does the extension send my HAR files anywhere?
No. Files are parsed inside VS Code. The only network call the extension ever makes is to check a Pro license key when you enter one, and it never sends file contents.
What if it doesn't work for me?
Email support within 14 days of purchase and you get a full refund. See the refund policy.
Who makes this?
OpenAny is built by Geary Works, a one-person software company in Rio Rancho, New Mexico. Support answers come from a person.