Recon

A local-first API client with semantic search.

No account No cloud No subscription MIT source
Download for Windows — Free

The problem

You have 500 saved API requests. You need to find "that one where I was testing the auth flow." Every API client gives you keyword search. If your request URL was /api/v2/sessions and your response body said "token_type": "Bearer", searching "authentication login" finds nothing.

The fix

Recon uses local semantic embeddings (all-MiniLM-L6-v2, runs on your machine, no cloud) to index every request and response. Search by meaning, not keywords.

"authentication login" → POST /api/v2/sessions # "token_type": "Bearer" "user account profile" → GET /api/users/42 # "name", "username", "email" "comments feedback" → GET /api/posts/7/comments

Switching from Postman?

Export your collection from Postman (Collection > ... > Export > Collection v2.1), then click the import button in Recon's sidebar. Your requests, headers, and bodies come with you. No manual re-entry.

Why local-first

Features

Free
Download and use. No account, no subscription.
Source code is MIT licensed at github.com/d4r4ki4n/recon. Build it yourself or grab the pre-built binary.