¡Mándalo! — send it. A fast, offline, git-native API client. Postman without the bloat, the forced account, or the cloud.
- Offline, no account — everything lives on your machine. No sign-in wall, no telemetry.
- Git-native — collections and environments are plain TOML files in a workspace directory. Diff them, review them, PR them.
- Fast — Tauri + Rust core. Instant startup, tiny footprint.
- HTTP · GraphQL · gRPC — one workbench. gRPC compiles your
.protofiles at runtime (noprotocneeded). - Auth built in — Bearer, Basic, API key (header or query).
- Environments —
{{variable}}interpolation across URL, headers, body, and auth. Unresolved variables fail loud, never silently.
Tauri 2 · Rust (reqwest, tonic, prost-reflect, protox) · React 19 + TypeScript + Vite · zustand
pnpm install
pnpm tauri devcargo test --manifest-path src-tauri/Cargo.toml # Rust core
pnpm test # frontend (vitest)- GitHub login (Supabase Auth, PKCE) + commit/push collections to a shared repo — collaboration is just git
- Request collections persisted as workspace files (currently localStorage)
- gRPC streaming, server reflection
- Request history, cookie jar, OpenAPI import
- AI-assisted request generation