Hiawatha Packages

Automated signed .deb packages, built daily from upstream GitLab releases.  v12.3amd64 · arm64

Quick start

# Import the signing key
curl -fsSL https://cwadge.github.io/hiawatha-pkg/hiawatha.asc \
  | gpg --dearmor \
  | sudo tee /usr/share/keyrings/hiawatha.gpg > /dev/null

# Add the repository
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hiawatha.gpg] \
  https://cwadge.github.io/hiawatha-pkg/repo $(lsb_release -cs) main" \
  | sudo tee /etc/apt/sources.list.d/hiawatha.list

# Install
sudo apt update && sudo apt install hiawatha

The service is enabled and started automatically on installation.

Direct downloads  v12.3-1

For one-off installation without configuring the repository. After downloading: sudo dpkg -i hiawatha_*.deb && sudo apt-get install -f

DistributionCodenameDownloads
Debian 13 (Stable)trixie amd64 arm64
Debian 12bookworm amd64 arm64
Ubuntu 24.04 LTSnoble amd64 arm64
Ubuntu 22.04 LTSjammy amd64 arm64

Security & trust