Setup
Build from Source
To build from source, please ensure that Go version 1.22 or higher and make
are installed on your system.
-
Clone the repository from GitHub:
git clone https://github.com/Quasar-host/Ninka
-
Navigate into the cloned directory:
cd Ninka
-
Perform
go mod tidy
to tidy and ensure the module's dependencies are in sync:go mod tidy
-
Build the project using
make build
. If you need to build for a specific operating system, usemake build_linux
, replacinglinux
with the desired operating system:make build
-
Extract the generated executable from the
/bin
directory.
Using Binary
If you prefer using a pre-built binary, simply download the latest release for your operating system from GitHub Releases.