Install the operator app on Linux (.deb, .rpm, Flatpak, apt/dnf)

The 247 Console operator app runs natively on Linux. Pick whichever fits your distribution — every package and repository is GPG-signed.

Direct download

One-click packages (double-click to install):

apt (Debian / Ubuntu)

Add the signed repo once — it then updates with the rest of your system:

curl -fsSL https://247ch.at/247chat.gpg | sudo gpg --dearmor -o /usr/share/keyrings/247chat.gpg
echo "deb [signed-by=/usr/share/keyrings/247chat.gpg] https://247ch.at/apt stable main" | sudo tee /etc/apt/sources.list.d/247chat.list
sudo apt update && sudo apt install 247chat

dnf (Fedora / RHEL)

sudo curl -fsSL https://247ch.at/rpm/247chat.repo -o /etc/yum.repos.d/247chat.repo
sudo dnf install 247chat

Flatpak (any distro)

After downloading the bundle above:

flatpak install ./247-console.flatpak

Notes


Still stuck? Email support@247ch.at or open a ticket.