Installation
Install Release Build
Chapar is available as a release build for macOS, Windows, and Linux. You can download the latest release from the Chapar GitHub Releases page.
macOS
On macos you can install Chapar from the App Store.
Install from source.
Chapar is written in Go, so you can install it from source by cloning the repository and running go build.
git clone https://github.com/chapar-rest/chapar.git
cd chapar
go build -o chapar .The GUI framework used is Gio. and its using the CGO to compile the binary. which is why you need to have the C compiler installed. more details here.
On Arch Linux
On Arch Linux you can install Chapar from the AUR. this package is built by the community and is not officially supported by the Chapar team.