A modern, cross-platform API testing client built with Tauri, React, and TypeScript.
- Fast & Lightweight - Built with Tauri for optimal performance
- HTTP Methods Support - GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS and custom methods
- Multiple Body Types - Text, JSON, XML, YAML, Form Data (URL-encoded & Multipart), Binary
- Modern UI - Clean and intuitive interface built with React
- Secure - Rust backend ensures memory safety and security
- Cross-Platform - Windows, macOS, and Linux support
- Real-time Response - Instant request execution with response time tracking
- Response Formatting - Automatic JSON prettification and syntax highlighting
-
Clone the repository
git clone https://github.com/alexisgvrcia/erynthis-api-client.git cd erynthis-api-client -
Install dependencies
npm install
-
Run in development mode
npm run tauri dev
-
Build for production
npm run tauri build
