Packages of Calivi for Debian 13 (trixie), Ubuntu 24.04 LTS (noble) and Ubuntu 26.04 LTS (resolute), amd64. Every package here was installed and tested in a VM of its distribution before it was published, and a release is published only when all three passed.
curl -fsSL https://apt.calivi.ai/calivi.gpg | sudo tee /usr/share/keyrings/calivi.gpg >/dev/null
gpg --show-keys /usr/share/keyrings/calivi.gpg # must show 4E28 2AB6 66CE 1E29 488B 06CF 6155 29D5 0438 1965
. /etc/os-release
sudo tee /etc/apt/sources.list.d/calivi.sources >/dev/null <<EOF
Types: deb
URIs: https://apt.calivi.ai
Suites: $VERSION_CODENAME
Components: main
Signed-By: /usr/share/keyrings/calivi.gpg
EOF
sudo apt update && sudo apt install calivi
From then on apt upgrade updates Calivi like the rest of the system. An upgrade
that lands while a reply is running restarts Calivi only once the reply is done.
4E28 2AB6 66CE 1E29 488B 06CF 6155 29D5 0438 1965
Calivi APT repository <apt@calivi.ai> · RSA 4096 · calivi.asc
Source and release notes: github.com/orkun-soylu/calivi.