Skip to content

Installation

GitHub Binary Download

In most cases, the quickest way to install Jagr is by downloading the latest binary on the GitHub releases page.

Arch-based Linux

The AUR package jagr-bin is available and may be installed with:

Bash
yay -S jagr-bin

Build from source

In order to build Jagr from source, you must have git and Java version 11 or later installed.

Clone the repository

Via SSH
Bash
git clone git@github.com:sourcegrade/jagr.git
Via HTTPS
Bash
git clone https://github.com/sourcegrade/jagr.git

Build the project

Bash
cd jagr
./gradlew build

The compiled jar will be located in ./build/libs/.