Your existing Web DevToolkit
inside a browser extension

Modify live browser requests. Manage API Collections. Team Collaboration.

No account · Free. No catches. · Everything Local. No Cloud. · Self Host

What it does — use cases, paradigm, and FAQ

Open Headers chrome-extension://ablaikadpbfblkmhpmbbnbbfjoibeejb/workbench.html
Workspace No environment
DeveloperQA

Test on production. Skip the deploy.

Reshape what your live site sends and receives, straight from the browser. No staging queue, no release train, no rounds of deployment approvals — point a rule at production and see the result on the very next request.

  • Changes exist only in your browser — real users and prod itself stay untouched
  • One toggle off and the page is back to reality
example.com production visible only to you
Prod auth headers
GET api.example.com/account
+Authorization: Bearer {{live.token}}
+X-Preview: new-checkout
Injected before the request leaves the tab — your workflow keeps live.token freshlive
Workspace System status ◑ Auto v2026.7.2
why openheaders

Three apps replaced.
One unified user experience.

The request-shaping power of a desktop proxy, the rule library of a cloud API platform, and the always-on surface of a header extension.

Unique

No other product ships all of this inside a browser extension.

OpenHeaders Free Cloud API platforms Postman · Insomnia · Hoppscotch Desktop proxies Charles · Proxyman · HTTP Toolkit Header-only extensions ModHeader · Requestly
Architecture & Reach
Runs entirely in your browser back-end included Their cloud + app Separate binary No real back-end
No proxy port or CA certificate CA cert required
Works fully offline Internet required
Privacy & Ownership
No account or sign-in Login wall License key
Your data stays on your machine Their servers
Telemetry inspectable & one-switch off Anonymous feature counts only Collected Varies Varies
Network behavior documented byte-for-byte Published wire-transparency spec Varies
Capability
Live traffic — modify request & response headers Eleven rule types Limited One rule type
Live traffic — mock, body & query edits, WebSocket/SSE messages Paid tiers
Live traffic — block, redirect, delay; inject CSS/JS Varies
API client — REST, GraphQL, OAuth 2.0, scripts, assertions
HTTP version pinning — 1.1, 2, prior knowledge, 3 (QUIC) Per request, HTTP/3 included HTTP/2 at most
Workflows — chained, scheduled HTTP requests Local or your server Paid cloud runners
Socket & stream protocols — WebSocket, Socket.IO, gRPC, SSE, MQTT Desktop / server native; browser delegates Their desktop app
Local AI agent integration Local MCP server Their cloud AI
Sync & Resilience
Conflict-free concurrent edits Field-level merge Object-level Last-write-wins No sync No sync
Team sync without a vendor server Via infra you control Cloud only
every surface

One engine.
Everywhere you work.

Everything below is the same engine — the Oracle — in different packaging. The local-first shape never breaks: sync ships through infrastructure you control, never a vendor cloud.

The Oracle live in every package today
Available

Team workspaces

Live collaboration runs on the sync engine itself — Git serves as a durable back-end, so new devices bootstrap from the repo state instead of syncing from zero. Enterprise-ready tiers on your LAN or self-hosted: SSO, RBAC user management, audit logs.

Available

Desktop app

A native binary running the same workspace store — picking up where the browser stops: socket-level protocols like gRPC and MQTT, system-level traffic shaping, deeper filesystem reach.

Available

Local / LAN / WAN Server

One server on your machine or LAN; extension, desktop, and CLI become clients of the same workspaces across every device you use.

Available

CLI

Headless scripting and CI — list rules, toggle environments, send a saved request from the shell.

Available

Self-hosted web app

The same UI as a web bundle on your own origin — for locked-down browsers or branded deployments under your domain.

Available

More importers

Insomnia collections, OpenAPI specs, and full HAR request imports — bring your work across in one step.

pricing

Free. Full-featured. No catches

The software is the same on every tier — you pay for seats only. SSO and security features come standard, not as upsells.

Free
$ 0
no trial clock, no credit card, no account
  • Full-featured — all surfaces, nothing held back
  • All eleven rule types, unlimited rules
  • Full API client — HTTP, GraphQL, gRPC, WebSocket, Socket.IO, SSE, OAuth 2.0, scripts
  • Workflows — chained, scheduled HTTP requests
  • Encrypted vault for secrets and tokens
  • Multi-user Server with SSO/OIDC, RBAC, audit log
  • Up to 6 active users per Server
  • Personal and commercial use
  • No account, no personal data collection
7+ users
Team
$ 5 / user / month
or $50 / user / year — 2 months free
  • Everything in Free — identical software, no feature gates
  • Free up to 6 users — from the 7th, every active user is a paid seat
  • License checks run on your machine, not our servers — works with no internet at all
  • Offline license activation for air-gapped deployments
  • Stop paying? Nobody is locked out and your data stays yours — new seats just wait
50+ users
Enterprise
$ 10 / user / month
billed annually by invoice — 50-seat minimum
  • Everything in Team — identical software, no feature gates
  • Invoice/PO billing with procurement and vendor onboarding
  • SLA-backed priority support with a direct line to engineering
  • Vendor security review support — questionnaires, risk assessments, compliance documentation
  • Deployments beyond the 50-seat self-serve cap
  • Custom contract terms available — MSA, source escrow, audit rights
Need something extra?

Custom implementation, an integration we don’t have yet, or something else entirely — reach out and let’s talk.

Join our Discord
get started

Install Open Headers

No account, no setup. The extension is the whole toolkit; the desktop app and CLI extend it beyond the browser.

your browser

Browser Extension

The whole toolkit — oracle, rule engine, sync engine, API client + scheduler, and live request modification

— inside the browser you already use.

Install the Extension Detecting browser…
all browsers

Pick your browser

Published on every major extension store.

beyond the browser
Desktop App
The full workbench as a native app — tray-resident, works without a browser.
Terminal · CLI mode
Standalone oh binary — no Node.js required, checksums verified by the installer.
sh curl -fsSL https://updates.openheaders.io/install.sh | sh
ps1 irm https://updates.openheaders.io/install.ps1 | iex
Server
Headless ohd for servers and VMs — your team’s backend, self-hosted.
sh curl -fsSL https://updates.openheaders.io/install.sh | \ sh -s -- --with-daemon
docker docker run -d -p 8137:8137 \ -v oh-data:/data ghcr.io/openheaders/ohd
Terminal · TUI mode
The workbench in your terminal — a mode of the same oh binary; no extra install.
sh oh tui
Web App
The workbench in any browser, on any device — served by the server or the desktop app; nothing to install for the people who just open it.
via Server / Desktop App
AI · MCP Server
Drive your workspace from Claude, Cursor, or any MCP-capable agent — built into the desktop app & server.
Settings → MCP