Downloads
Choose your install path
Grab a signed build or install through the package manager you already use.
Version 0.31.3 betaDirect builds
Direct downloads by platform
Installers, packages, and archives from the latest release.
macOS
Ubuntu / Debian
Fedora / Red Hat
openSUSE
Arch Linux
AppImage
Flatpak
Snap
Other Linux Distributions
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, then install.
flatpak remote-add --if-not-exists opentubex \ https://flatpak.opentubex.org/opentubex.flatpakrepoflatpak install opentubex org.opentubex.OpenTubeXSnap · Store review pending
Snap Store publication is pending review. For now, download the package for your architecture from the OpenTubeX Snap page and install it directly. Directly installed packages must be updated manually.
sudo snap install --dangerous ./opentubex_*.snapArch 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//nightly