Arya
Opensource API Tesitng Application
Arya is a fully offline , light weight, opensource,
Tauri-powered REST API testing tool written in Rust and Svelte.
Features
- Support all HTTP request types, including GET, POST, PUT, DELETE, PATCH, and OPTIONS
- Form data with file upload support
- speed and light weight
- Database used for storing collections and requests
Technology
Arya uses a number of open source projects to work properly:
- [Tauri] - For cross-platform binaries
- [Svelte] - As Frontend Framework
- [Rust] - For Backend
- [SQLite] - as Database.
- [Diesel] - ORM for SQLite
Installation
Arya requires Node.js v20+ to run.
git clone https://github.com/sandeep-s-s/Arya.git
cd Arya
npm run dev
Backend
cd src-tauri
cargo run
Screenshot
License
MIT
Free Software, Hell Yeah!