Tvheadend v4.3-xxxx is the current stable "rolling" release: meaning there are no formal release announcements, the build number simply increments each time we commit changes, and the "odd = development, even = stable" numbering scheme is no longer being used. In the future the release number will bump to v4.4, but this will be nothing more than a number change.
Official Sources
To ensure you run the latest Tvheadend release and can benefit from rolling updates (fixes, features, improvements) we recommend you configure our official package repo.
For Debian, Raspberry Pi OS, and Ubuntu (and other .deb using distros):
curl -1sLf 'https://dl.cloudsmith.io/public/tvheadend/tvheadend/setup.deb.sh' | sudo -E bash
For Alma, Fedora, RedHat, and Rocky Linux (and other .rpm using distros):
curl -1sLf 'https://dl.cloudsmith.io/public/tvheadend/tvheadend/setup.rpm.sh' | sudo -E bash
Packages can also be downloaded here: https://apt.tvheadend.org and manual repo configuration instructions can be read here: Configure a .deb repo and Configure an .rpm repo.
Our Tvheadend container for Docker can be pulled from our GitHub registry using the following command:
docker pull ghcr.io/tvheadend/tvheadend:master-debian
Community Sources
Packages for QNAP NAS devices: https://www.myqnap.org/product/tvheadend
Packages for Synology NAS devices: https://synocommunity.com/package/tvheadend
LinuxServer.io Docker containers: https://docs.linuxserver.io/images/docker-tvheadend/?h=tvheadend
Source Code
If you prefer to build Tvheadend from source, tarballs and instructions are on GitHub: tvheadend/tvheadend