Tvheadend v4.2.x is no longer supported and Tvheadend v4.3.x is our current stable "rolling" release: meaning there are no formal release announcements, the "latest" build number increments each time we commit changes, and the "odd = development, even = stable" numbering scheme is no longer used. In the future the release number will bump to v4.4, but this will be nothing more than a number change.
Official Sources (we build and support)
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 Fedora and RedHat (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 (others build and support)
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://fleet.linuxserver.io/image?name=linuxserver/tvheadend
Source Code
If you prefer to build Tvheadend from source, tarballs and instructions are on GitHub: tvheadend/tvheadend