Overview
Endpt is a native desktop API client designed as a lighter and faster alternative to browser-like tools such as Postman or Insomnia.
Requests are executed through a Rust backend using reqwest, which avoids webview CORS limitations while keeping the React UI responsive and familiar.
Highlights
- Supports a full request editor with params, headers, auth, multiple body modes, and response inspection.
- Uses a workspace model with folders, tabs, import/export, and resizable panels.
- Packages the product with Tauri v2 for Linux, Windows, and macOS.
- Combines native networking performance with a modern React and Tailwind frontend.
Links
Repository: github.com/bipulhf/endpt.