pkg.haus

What Debian doesn't ship, packaged as if it did.

Use the archive

Fetch the signing keyring and add the source. Pick the suite matching your Debian release:

sudo curl -fsSL -o /usr/share/keyrings/pkghaus-archive-keyring.gpg \
    https://apt.pkg.haus/pkghaus-archive-keyring.gpg

sudo tee /etc/apt/sources.list.d/pkghaus.sources > /dev/null <<EOF
Types: deb
URIs: https://apt.pkg.haus
Suites: trixie
Components: main
Signed-By: /usr/share/keyrings/pkghaus-archive-keyring.gpg
EOF

sudo apt update
sudo apt install pkghaus-archive-keyring <package>

pkghaus-archive-keyring takes over the manually fetched trust anchor: key rotations then arrive as ordinary signed package updates.

One release, three suites

Each upstream release is built three times - once per suite, against that suite's libraries. The version qualifier carries the suite; qualifiers order below the plain version, so upgrading your system from stable towards unstable upgrades these packages rather than fighting them.

SuiteExample version
stable (trixie)0.23.3-1~haus13+1
testing0.23.3-1~testing1
unstable0.23.3-1

amd64arm64 main

How it's built

Signing key

The archive is signed; APT verifies every release against the keyring fetched above. The key's primary fingerprint, for independent verification:

79C1 BBCB E46F A8B9 EBAC C930 20F9 23EB 99EC 1720