Modify live HTTP Requests. Team Collaboration. Work Offline.
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.
Build, send, and organize requests without leaving the browser — everything a desktop API client does. Then chain it: any response value lands in a live variable, and any rule can inject it into real traffic. A fresh auth token on every prod request becomes one saved request.
Wire saved requests into a workflow: explicit dependencies, AND/OR run conditions, priorities — and independent steps run in parallel. Every step captures values from its response into live variables, and a refresh policy re-runs the chain so the values your rules inject never go stale.
Your workspace needs a home — and you pick where: in-browser today, one desktop app shared by every browser on your machine, a box on your LAN for all your devices and the people next to you, or a self-hosted server for the whole team. Same workspaces, same rules, on every tier.
Open Headers ships its own panel inside the browser's DevTools: pin requests side by side, inspect waterfalls and timing phases — and turn any captured request into a rule (redirect, replace host, delay, add a header) right there. Workspace and environment switching included; the workbench never has to open.
Cross-device sync is where local-first products usually fold and ask you to trust their cloud. Open Headers merges at the per-field level instead: you edit a header in DevTools while a teammate rewrites the same rule in the workbench — both land, in any order, with no stale-draft banner and no overwrite.
"Local-first" is a posture, not a feature. The extension never needs a network to do its job — rules keep firing, requests keep running, edits keep landing. Go offline on a plane, keep working; come back online and every change merges into place. Your data, your back-end, your choice — at every step.
Open Headers speaks Model Context Protocol, so Claude Desktop, Claude Code, Cursor, VS Code, Cline — any MCP client — can drive your workspace. Ask in plain English; the agent makes the tool calls; your workbench reflects the result. Local-only by default over stdio, HTTP/SSE when you self-host — no vendor relay in between.
Every other tool in this space keeps its back-end outside the browser — a desktop app you install next to it, or a cloud you sign into. Open Headers ships the entire product, back-end included, inside the browser extension. No one else on the market does this.
Rewrite headers, block, redirect, mock, inject, delay — every rule speaks the same condition language, and the engine picks the right path to run it. Static rules compile straight into the browser's network layer and catch every request. The intercept path handles the rest — as page scripts in Standard mode, or natively over CDP in Debug mode.
Request shaping used to mean a desktop proxy with a CA certificate. API collections meant a cloud platform with an account. And that one header? A third tool. Open Headers ships all three categories inside a single browser extension — with one workspace store under everything.
The quick popup, the side panel, the DevTools panel, and the full workbench tab are four views over the same workspace store. Flip a rule in the popup and watch it flip everywhere else — instantly, with no refresh and no save button.
The workbench and the DevTools panel share one shell: top header, status footer, and two activity bars — left and right — each with its own sidebar of tools. Drag any tool tab into any of six docking zones, arrange them how you think, pick an activity-bar layout — and every new tab inherits it.
The workbench is a regular browser tab — so open several. Each one can host a different workspace: your personal workspace in this tab, the team's shared one in the next. Work in both at once, side by side; every edit lands in its own workspace, and nothing bleeds across.
Install it and watch the wire: the extension contacts no account server, no telemetry endpoint, no cloud relay — there's nothing to phone home to. Your rules live in browser storage on your machine, and the roadmap only widens your choice of where: desktop app, local daemon, or a server you host.
Every change — a toggle in the popup, an MCP tool call, a teammate's edit arriving over sync — flows through one pipeline: lock the entity, put the change in order, apply, broadcast. That pipeline is the Oracle, and it never changes — only the packaging around it does.
Yes — front-end and back-end. The rule engine, the API client, the sync engine, and storage all live in one install. The principle: we do everything the browser technically allows — and the few things it doesn’t, like raw-socket protocols, defer to the desktop app (roadmap), where the operating system allows more. Unplug the internet and everything still works.
Static rules compile into the browser's own network layer and catch every request — pages, frames, fetch, XHR, images, fonts, scripts. The intercept path covers what that can't reach: bodies, mocks, delays. And there's no CA certificate, because we never man-in-the-middle your traffic — rules run with the page's own permissions.
Static rules are evaluated by the browser itself, not by extension code, so the hot path costs nothing extra. Intercept rules only touch the pages they match.
There's no catch to fund: free to use, free to self-host, no account, no telemetry — and no cloud bill to pass on, because there is no cloud.
Open core, honestly labeled. The UI, the shell, and the core are MIT-licensed and public. The back-end is proprietary — that’s the intellectual property that makes working on this full-time sustainable as a long-term investment, not a side project. Most tools in this space open none of their code; here, everything stays free to use and free to self-host.
Three ways. Open DevTools and watch the extension's network traffic — zero outbound requests. Capture at the system level with a packet tool like Wireshark — same answer, below the browser this time. Or read the open code: the UI, shell, and core are public, MIT-licensed.
In browser storage, inside your browser profile, on your machine. Nowhere else — unless you later point it at a back-end you own.
Today, every surface in your browser — popup, side panel, DevTools, workbench — shares one store, merged per field. Cross-device sync ships through back-ends you control: desktop app, local daemon, your own server. Never a vendor relay.
They live in the vault scope, encrypted. Rules and requests reference them as {{vault.…}} without ever exposing values — and even AI tool calls can’t read them; sensitive operations stay opt-in.
It won't — Open Headers is full-time work, has been for over a year, and will be for years to come. But suppose it did: nothing breaks. The extension doesn't depend on any server existing, your data stays local, and your install keeps working as-is.
Collections with folders, environments, OAuth 2.0 with PKCE and refresh, GraphQL with schema introspection, pre- and post-response scripts, multipart file uploads — HTTP, WebSocket, and GraphQL all run right in the browser. Bring your collections over via cURL, HAR, or Postman import — Insomnia and OpenAPI are on the roadmap.
Browsers don't expose raw sockets, and we won't pretend otherwise. The rule is simple: everything the browser technically allows happens in the extension; where the platform stops us — gRPC, MQTT, socket-level protocols — the desktop app picks up (roadmap), same workspace, same engine, because the operating system allows more.
Chrome, Firefox, and Edge today. Safari soon.
Fully. Rules keep firing, requests keep running, edits keep landing. Reconnect, and every change merges into place — no stale drafts, no lost work.
No. The popup is one toggle — and every rule type ships with a pre-filled template: swap in your target URL and you’re done. The IDE-grade workbench is there when you want depth, not a prerequisite.
Because honesty converts better than vapor. If a badge says roadmap, it isn't in the build yet — when it ships, the badge comes off. Nothing on this page pretends to exist before it does.
Solo works today — and the engine underneath, the Oracle, is already built for concurrent multi-user editing. Team tiers arrive through infrastructure you control: a box on your LAN, or a self-hosted server with SSO, RBAC user management, and audit logs — roadmap, badged as such. Git isn’t what powers collaboration; it’s an optional durable back-end, so a new device doesn’t sync from zero — it bootstraps from the Git state and auto-syncs from there.
No. The MCP server (roadmap) runs locally; your AI client — Claude Code, Cursor, VS Code, Cline — connects directly to your installation. No relay in between, and tool calls run with your permissions: secrets stay behind the vault.
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 — sharing a single store, back-end included. No one else on the market ships this in an extension.
| | Cloud API platforms | Desktop proxies | Header-only extensions | |
|---|---|---|---|---|
| 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 | |||
| Zero telemetry | Collected | Varies | Varies | |
| Open source | Open core — UI, shell & core MIT | Varies | ||
| Capability | ||||
| Header rewriting | Nine rule types | Limited | One rule type | |
| Mock, body edits, inject, delay | Paid tiers | |||
| API client — OAuth 2.0, GraphQL, scripts | ||||
| Workflows — chained, scheduled requests | Runs locally | Paid cloud runners | ||
| Socket protocols in the client — gRPC, MQTT | SoonVia desktop app | Their desktop app | ||
| AI agent integration | SoonLocal MCP server | Their cloud AI | ||
| Sync & Resilience | ||||
| Conflict-free concurrent edits | Field-level merge | Last-write-wins | No sync | No sync |
| Team sync without a vendor server | SoonVia infra you control | Cloud only |
Everything below is the same engine — the Oracle — in new packaging. The local-first shape never breaks: sync ships through infrastructure you control, never a vendor cloud.
Let any MCP-capable AI client drive your workspace: add a rule, run a saved request, switch environments, diff workspaces — in plain English. Local-only by default; your agent talks directly to your installation.
Live collaboration runs on the sync engine itself — Git joins 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.
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.
One daemon on your machine or LAN; extension, desktop, and CLI become clients of the same workspaces across every device you use.
Headless scripting and CI — list rules, toggle environments, send a saved request from the shell.
The same UI as a web bundle on your own origin — for locked-down browsers or branded deployments under your domain.
Insomnia collections, OpenAPI specs, and full HAR request imports — bring your work across in one step.
Enterprise team tiers — SSO, RBAC user management, audit logs — are on the roadmap, shaped by real developer feedback. Custom features, priority support, or a private deployment: reach out.
One extension, no account, no setup. Installed and working in under a minute.
The whole toolbox — rule engine, API client, and live request tracking — inside the browser you already use.
Install the Extension Detecting browser…Published on every major extension store.