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
Free viewer. Pro is a one-time $39, not a subscription. No account, no upload.
checkout-failure.har — openany
42 requests · 1.9 MB · 4.1 s 2 failed 3 secrets redacted Filter: /api/
#MethodStatusURLTypeTimeWaterfall
12GET200https://shop.example.com/api/cartjson84 ms
13POST200https://shop.example.com/api/session/refreshjson131 ms
14POST500https://shop.example.com/api/checkoutjson2,410 ms
15GET401https://shop.example.com/api/orders/latestjson62 ms
16GET304https://cdn.example.com/assets/app.9f2c1.jsscript19 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

$0
  • Full waterfall viewer
  • Headers, cookies, bodies
  • Search and sort
  • Unlimited files
Coming to the Marketplace

Pro

$39 one-time
  • Everything in Free
  • Secret redaction and clean export
  • Diff two captures
  • Copy as curl / fetch
  • Up to 3 machines
Available at launch

Team

$149 one-time
  • Everything in Pro
  • One key for up to 10 machines
  • One invoice for the team
Available at launch

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.