Downloads

Choose your install path

Grab a signed build or install through the package manager you already use.

Version 0.31.3 beta

Direct 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.

Windows · winget

Install with winget.

winget install OpenTubeX.OpenTubeX

Debian / Ubuntu · APT

Add the signed APT repository, then install.

sudo install -d -m 0755 /etc/apt/keyrings
wget -qO- https://apt.opentubex.org/opentubex-archive-keyring.gpg \
| sudo tee /etc/apt/keyrings/opentubex-archive-keyring.gpg >/dev/null
echo "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/null
sudo apt update
sudo apt install opentubex

Fedora / Red Hat · COPR or RPM

Enable the official COPR, then install.

sudo dnf copr enable d3sox/opentubex
sudo dnf install opentubex
sudo curl --fail --location \
--output /etc/yum.repos.d/opentubex.repo \
https://rpm.opentubex.org/opentubex.repo
sudo dnf install opentubex

openSUSE · RPM

Add the signed RPM repository, then install.

sudo rpm --import \
https://rpm.opentubex.org/opensuse/repodata/repomd.xml.key
sudo zypper addrepo --refresh \
https://rpm.opentubex.org/opensuse/ \
opentubex
sudo zypper install opentubex

Flatpak

Add the OpenTubeX Flatpak remote, then install.

flatpak remote-add --if-not-exists opentubex \
https://flatpak.opentubex.org/opentubex.flatpakrepo
flatpak install opentubex org.opentubex.OpenTubeX

Snap · 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_*.snap

Arch Linux · AUR

Install with paru, yay, or shelly. Prefer opentubex-bin for the prebuilt binary, or opentubex to build from source.

Prebuilt binary
paru -S opentubex-bin
Build from source
paru -S opentubex

Early access

Development builds

For testing the newest changes.

Automated builds
After development changes are pushed
Nightly package channels
Every day at 02:15 UTC

Nightly package channels

Add the signing key and select the nightly APT suite:

sudo install -d -m 0755 /etc/apt/keyrings
wget -qO- https://apt.opentubex.org/opentubex-archive-keyring.gpg \
| sudo tee /etc/apt/keyrings/opentubex-archive-keyring.gpg >/dev/null
echo "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/null
sudo apt update
sudo apt install opentubex

See what else is included

Encrypted sync, SponsorBlock, tabs, Auto PiP, and more.