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, editing your collection
$ claude mcp add xplorer \
--transport http \
http://localhost:8080/mcp
> "Add an auth header to every request in the
‘staging’ folder, then run the smoke suite."
✓ xplorer.collection.update · 12 requests
✓ xplorer.env.get · staging
✓ xplorer.run · 12 pass · 0 fail
04 · LLM Agent & MCP
Coming Q3 2026Xplorer will expose an MCP server and a plain HTTP interface so Claude Code, Copilot, Cursor, or a local model can read, edit, and run your collections directly. Your artifacts never leave your machine, no cloud round-trip, no leaking secrets to a hosted assistant.
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.