- Super lightweight, built on Webview2, without embedded browsers (Thanks to Wails).
- Send requests with different methods (GET, POST, PUT, DELETE).
- Send requests with different body types (Form, Raw, Binary).
- Create and manage environments to store variables and configurations for your API endpoints.
- Data is stored locally on your machine. and no data is sent to any server.
- Import collections and requests from Postman.
- Dark mode with multiple themes (ayu, nord, tokyoNight, dracula)
Available to download for free from here.
- Go (latest version)
- Node.js >= 18
- NPM >= 10
Before installing Wails, you need to install platform-specific dependencies required for building the application.
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev pkg-config build-essential nsisgo install github.com/wailsapp/wails/v2/cmd/wails@latestgit clone https://github.com/aunjaffery/restmatenpm install --prefix ./frontendor
cd frontend
npm installmake devYou can support the development of Restmate by starring the repository, sharing it with your friends, and contributing to the project. Also you can support the project by donating to the project's wallet.

