harpworks package repository

Packages for tools for OpenVox, rebuilt from each project's GitHub Releases. The repository metadata is signed with this key; the packages are the release assets, unchanged.

RPM (Rocky, RHEL, AlmaLinux, CentOS Stream)

curl -fsSL https://packages.harpworks.org/rpm/harpworks.repo -o /etc/yum.repos.d/harpworks.repo
dnf install codavox

DEB (Debian, Ubuntu)

curl -fsSL https://packages.harpworks.org/harpworks.asc -o /etc/apt/keyrings/harpworks.asc
echo "deb [signed-by=/etc/apt/keyrings/harpworks.asc] https://packages.harpworks.org/deb stable main" > /etc/apt/sources.list.d/harpworks.list
apt-get update && apt-get install codavox

Source: miharp/packages.