Mercury is a native API client written in Rust. No Electron bloat. No cloud accounts. No subscription fees. Just ⌘+Enter and your request is sent.

While Postman adds AI assistants, team collaboration, and 47 features you'll never use, we built the opposite. Mercury does one thing: send HTTP requests. Fast.
Inspired by 37signals and the Unix philosophy. No accounts. No cloud. No tracking. No bloat. Your data stays on your machine, in plain text files you can grep.
Written in Rust. Launches before Postman finishes checking for updates. No Electron, no web views, no memory hogs.
Live Two-Way Sync. Edit in VS Code, run in Mercury. Change a file, it updates instantly. No import/export.
We don't have servers. We can't see your API keys even if we wanted to. Your secrets stay yours.
⌘+Enter to send. ⌘+S to save. ⌘+K to search. Your hands stay on the keyboard where they belong.
Numbers don't lie. Marketing does.
No proprietary databases. Just plain text you can version control.
# ~/api-tests/users/get-user.http
GET https://api.example.com/users/{{user_id}}
Authorization: Bearer {{token}}
Accept: application/json
# Variables loaded from .env files. Git-friendly. Greppable.One download. No signup. No credit card.
cargo install mercury