Installation
Installation
To install Chapar, you can download the latest release or build the project from source.
On macOS
On macOS, you can either download the latest release or install Chapar from Apple’s App Store.
Install From AUR
If you are using Arch Linux, you can install Chapar from the AUR using the following command:
yay -S chapar-bin
Please note that AUR package is maintained by a community contributor. (@Monirzadeh ) may not be up to date with the latest release.
Download the latest release
You can download the latest release from the releases page. Be sure to download the version that is compatible with your operating system.
Install From Source
To install Chapar from source, clone the repository install the dependencies, and run the application using the following commands:
git clone https://github.com/chapar-rest/chapar.git
cd chapar
go build -o chapar .
Dependencies
If you want to build the project from source, you need to install the following dependencies: Chapar is built using Gio library so you need to install the following dependencies to build the project:
for linux follow instructions in gio linux for macOS follow instructions in gio macos