Automated signed .deb packages, built daily from upstream GitLab releases. v12.3amd64 · arm64
# 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.
For one-off installation without configuring the repository.
After downloading: sudo dpkg -i hiawatha_*.deb && sudo apt-get install -f
| Distribution | Codename | Downloads |
|---|---|---|
| Debian 13 (Stable) | trixie |
amd64 arm64 |
| Debian 12 | bookworm |
amd64 arm64 |
| Ubuntu 24.04 LTS | noble |
amd64 arm64 |
| Ubuntu 22.04 LTS | jammy |
amd64 arm64 |