Free · Open source · No account
Download Tinspec
Tinspec is in beta — everything runs locally on your machine. No account, no cloud, fully usable offline.
latest v0.1.0-beta.7 · 2026-06-22
What's new
- gRPC is here — import a .proto, pick a service and method, author the request as JSON, and send. Unary calls run through the engine’s dynamic tonic codec, right alongside your HTTP requests.
- Live streaming responses — endpoints that return text/event-stream (SSE) now render as a live event list in the response pane, with a Raw toggle, instead of waiting for the stream to close.
- Theme it your way — a new Themes view lets you author and save custom editor/UI themes to your project (.tinspec/themes), applied instantly across the app.
- Folder-level defaults — set headers, query params, variables, and auth once on a folder and every request inside inherits them, so shared setup stops being copy-paste.
- Per-endpoint path variables — path parameters like /orders/{id} are now first-class fields you fill in, instead of hand-editing the URL.
macOS
- macOS — Universal (.dmg) 23 MB
sha256:c14a5a52abc4b4d4…
Linux
- Linux — x86_64 (.AppImage) 83 MB
sha256:acd48f4afd9a7931… - Linux — Debian/Ubuntu (.deb) 13 MB
sha256:d0c072fe3e765c53…
AppImage: chmod +x the file, then run it. The .deb is for Debian/Ubuntu (sudo apt install ./Tinspec_….deb).
Verify a download: shasum -a 256 <file> and compare with the hash above.