Skip to content

Installation

Nico MT edited this page May 5, 2026 · 6 revisions

The intended way to deploy Goshawk is to run the installer:

curl -L https://github.com/gonimals/goshawk/raw/refs/heads/main/deploy/install.sh | sudo bash

The script downloads the executable file for your architecture and places it in /usr/local/sbin/goshawk. It also creates the configuration file at /etc/goshawk.yml and installs the systemd service at /etc/systemd/system/goshawk.service.

You can also deploy by yourself by by compiling the executable file or downloading from the github releases section. Then, check the installation script to figure out how to run it or just do it manually.

Clone this wiki locally