Downloads
OpenTubeX is available on Windows 10+, macOS 12+, and Linux.
Official releases
Section titled “Official releases”Download links below point to the v0.30.1-beta release on GitHub.
Ubuntu / Debian
Fedora / Red Hat
Other Linux Distributions
You can also browse all GitHub releases or build OpenTubeX from source for any supported platform.
Package managers
Section titled “Package managers”Windows
Section titled “ Windows”Install OpenTubeX with winget:
winget install OpenTubeX.OpenTubeXDebian / Ubuntu
Section titled “ Debian / Ubuntu”Add the signed OpenTubeX APT repository and install the package:
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
Section titled “ Fedora / Red Hat”Install from the official OpenTubeX COPR repository:
sudo dnf copr enable d3sox/opentubexsudo dnf install opentubexAlternatively, add 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
Section titled “ openSUSE”Add the signed OpenTubeX-hosted RPM repository and install OpenTubeX:
sudo rpm --import \ https://rpm.opentubex.org/opensuse/repodata/repomd.xml.keysudo zypper addrepo --refresh \ https://rpm.opentubex.org/opensuse/ \ opentubexsudo zypper install opentubexFlatpak
Section titled “ Flatpak”Add the OpenTubeX Flatpak remote and install the package:
flatpak remote-add --if-not-exists opentubex \ https://flatpak.opentubex.org/opentubex.flatpakrepoflatpak install opentubex org.opentubex.OpenTubeXArch Linux
Section titled “ Arch Linux”Install from the AUR with a helper such as paru or yay. Pick opentubex-bin for the prebuilt binary (faster to install) or opentubex to compile from source:
paru -S opentubex-binparu -S opentubexyay -S opentubex-binyay -S opentubexDevelopment builds
Section titled “Development builds”Development builds provide early access to changes on the development
branch in two different ways:
| Automated builds | Nightly package channels |
|---|---|
| After development changes are pushed | Every day at 02:15 UTC |
Automated builds
Section titled “Automated builds”The latest development artifacts are available from the Build workflow or through nightly.link without a GitHub account.
Arch Linux users can build the current development revision with
opentubex-git:
paru -S opentubex-gityay -S opentubex-gitNightly package channels
Section titled “Nightly 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