A desktop API client that runs existing collections as-is, keeps secrets on your machine, and lets any LLM drive a real browser.
01 · No Limits. No Paywalls.
Xplorer is genuinely free for every developer. No sign-in, no account, no telemetry, no “free tier” ceiling that nudges you toward a subscription.
$0
Core features
No account. No credit card. No expiry.
Your machine is the perimeter
localhost and anything behind your firewall02 · 100% Local — Zero Cloud
API clients that round-trip through a cloud service are a problem for regulated teams and anything behind a firewall. Xplorer is a desktop app — requests go from your laptop to the API and back. Nothing in between.
03 · Zero Migration Effort
Bring the collections you already have. Xplorer reads standard formats directly and runs JS-style assertions the same way your team wrote them.
pm.test / pm.expect assertion syntax supported# drop in a cURL, get a request
curl -X POST https://api.example.com/v1/policies \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"holder":"acme","amount":5000}'
✓ Request created · headers parsed · body formatted
# any LLM, driving a real browser
$ claude mcp add xplorer \
--transport http \
http://localhost:8080/mcp
> "Go to the staging checkout, add two items,
and verify the tax line on the receipt."
✓ xplorer.navigate · /checkout
✓ xplorer.click · "Add to cart" x2
✓ xplorer.assert · tax matches 8.625%
04 · LLM Agent & MCP
Xplorer exposes an MCP server and a plain HTTP interface. Claude Code, Copilot, Cursor, or a local model — whichever one you use — can now drive real browser and API flows.
curl05 · Familiar Interface
If you’ve used a desktop API client before, you already know how Xplorer works. Panels on the left, request composer in the middle, response on the right. Everything where you expect it.
⌘ K
Open request
⌘ ⏎
Send request
⌘ E
Switch env
⌘ R
Run collection
Typical workflow
.feature file when you’re ready to automate
06 · Edit & Maintain
Xplorer respects the work already in your repo. Edit existing tests and collections in place — no forced rewrites, no lossy conversions. Migrate to Karate feature files when the team decides, not when the tool forces it.
07 · Enterprise Ready
Xplorer ships as signed desktop installers for every major platform. Drop it in an MSI rollout, brew install, or approved-app catalogue — no custom packaging required.
macOS
.dmg · signed
Windows
.msi · signed
Linux
.deb · 64-bit
Offline
no phone-home
Free for every developer. Signed desktop installer. Nothing leaves your machine.