Skip to content

aunjaffery/restmate

Repository files navigation

Restmate

Restmate is a modern lightweight cross-platform Rest API Client, designed to simplify and expedite the testing process for developers. Available for Mac, Windows, and Linux.

screenshot
screenshot

Feature

  • 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)

Installation

Available to download for free from here.

Build Guidelines

Prerequisites

  • Go (latest version)
  • Node.js >= 18
  • NPM >= 10

System Dependencies

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 nsis

Install Wails

go install github.com/wailsapp/wails/v2/cmd/wails@latest

Pull the Code

git clone https://github.com/aunjaffery/restmate

Build Frontend

npm install --prefix ./frontend

or

cd frontend
npm install

Compile and Run

make dev

Support

You 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.

Sponsor this project

Packages

 
 
 

Contributors