Install OneClient on Linux | Polyfrost

Install OneClient on Linux

Choose the package format that matches your distro. Install with AppImage, .deb, .rpm, or via the AUR.

AppImage

Portable install that works on most distros without a package manager.

Run after downloading:

chmod +x OneClient*.AppImage
./OneClient*.AppImage

Debian Package (.deb)

Best for Ubuntu, Debian, Pop!_OS, Linux Mint, and other apt-based distros.

Install with apt:

sudo apt install ./OneClient*.deb

If dependencies are missing:

sudo dpkg -i ./OneClient*.deb
sudo apt -f install

RPM Package (.rpm)

Best for Fedora, RHEL, Rocky, AlmaLinux, and openSUSE systems.

Install with dnf:

sudo dnf install ./OneClient*.rpm

Or with zypper:

sudo zypper install ./OneClient*.rpm

AUR

Best for Arch Linux, Manjaro, EndeavourOS, and other Arch-based distros.

Install the latest release binary:

yay -S oneclient-bin

Or build from source:

yay -S oneclient