Installation

Packages are published for Debian and RPM based distributions. Every release is signed.

Package repository

curl -fsSL https://dn2.antizwift.online/keys/release.asc | sudo tee \
  /etc/apt/keyrings/harbor.asc > /dev/null
sudo apt-get update && sudo apt-get install harbor

Verify the service

systemctl status harbor
harborctl health --wait 30s

A healthy node answers within a second and reports the storage directory it opened at startup.

Run the server as its own system user. HarborQueue never requires root after installation.