Downloads
Choose your install path
Grab a signed build or install through the package manager you already use.
Version 0.34.1 betaDirect builds
Direct downloads by platform
Installers, packages, and archives from the latest release.
Package channels
Install with your package manager
Ready-to-run commands for the usual package managers.
Debian / Ubuntu · APT
Add the signed APT repository, then install.
sudo install -d -m 0755 /etc/apt/keyringswget -qO- https://apt.opentubex.org/opentubex-archive-keyring.gpg \ | sudo tee /etc/apt/keyrings/opentubex-archive-keyring.gpg >/dev/nullecho "deb [signed-by=/etc/apt/keyrings/opentubex-archive-keyring.gpg] https://apt.opentubex.org stable main" \ | sudo tee /etc/apt/sources.list.d/opentubex.list >/dev/nullsudo apt updatesudo apt install opentubexFedora / Red Hat · COPR or RPM
Enable the official COPR, then install.
sudo dnf copr enable d3sox/opentubexsudo dnf install opentubexOr use the signed OpenTubeX-hosted RPM repository:
sudo curl --fail --location \ --output /etc/yum.repos.d/opentubex.repo \ https://rpm.opentubex.org/opentubex.reposudo dnf install opentubexopenSUSE · RPM
Add the signed RPM repository, then install.
sudo rpm --import \ https://rpm.opentubex.org/opensuse/repodata/repomd.xml.keysudo zypper addrepo --refresh \ https://rpm.opentubex.org/opensuse/ \ opentubexsudo zypper install opentubexFlatpak
Add the OpenTubeX Flatpak remote, or install through Flatpark.
flatpak remote-add --if-not-exists opentubex \ https://flatpak.opentubex.org/opentubex.flatpakrepoflatpak install opentubex org.opentubex.OpenTubeXSnap
Install OpenTubeX from the beta channel in the Snap Store.
sudo snap install opentubex --betaIf you previously installed a downloaded .snap file, switch it to Store-managed updates:
sudo snap refresh --amend opentubex --betaArch Linux · AUR
Install with paru, yay, or shelly. Prefer opentubex-bin for the prebuilt binary, or opentubex to build from source.
paru -S opentubex-binparu -S opentubexyay -S opentubex-binyay -S opentubexshelly -Ia opentubex-binshelly -Ia opentubexEarly access
Development builds
For testing the newest changes.
Automated builds
Latest development artifacts from CI.
Arch users can build the current development revision with opentubex-git:
paru -S opentubex-gityay -S opentubex-gitshelly -Ia opentubex-gitNightly package channels
Add the signing key and select the nightly APT suite:
sudo install -d -m 0755 /etc/apt/keyringswget -qO- https://apt.opentubex.org/opentubex-archive-keyring.gpg \ | sudo tee /etc/apt/keyrings/opentubex-archive-keyring.gpg >/dev/nullecho "deb [signed-by=/etc/apt/keyrings/opentubex-archive-keyring.gpg] https://apt.opentubex.org nightly main" \ | sudo tee /etc/apt/sources.list.d/opentubex.list >/dev/nullsudo apt updatesudo apt install opentubexInstall the OpenTubeX nightly repository configuration:
sudo curl --fail --location \ --output /etc/yum.repos.d/opentubex-nightly.repo \ https://rpm.opentubex.org/opentubex-nightly.reposudo dnf install opentubexImport the signing key and add the nightly RPM repository:
sudo rpm --import \ https://rpm.opentubex.org/opensuse/nightly/repodata/repomd.xml.keysudo zypper addrepo --refresh \ https://rpm.opentubex.org/opensuse/nightly/ \ opentubex-nightlysudo zypper install opentubexAdd the OpenTubeX remote and install its nightly branch:
flatpak remote-add --if-not-exists opentubex \ https://flatpak.opentubex.org/opentubex.flatpakrepoflatpak install opentubex org.opentubex.OpenTubeX//nightlyInstall the latest build from the edge channel:
sudo snap install opentubex --edgeSwitch an existing Snap Store installation:
sudo snap refresh opentubex --edgeSwitch an existing manual installation:
sudo snap refresh --amend opentubex --edgeInstall and update the Android nightly preview through F-Droid or Obtainium: