Home / Manual install
Install
Install Tipsy on Linux
The automatic script runs exactly these steps. If you like to read before you pipe to sudo bash, pick your distro. Afterwards, open Tipsy - Settings and run the setup assistant to add the official Roblox client, then play.
Debian and Ubuntu
Signed repo under /etc/apt/keyrings, then a normal install.
sudo apt install tipsy
DNFFedora and RHEL
One .repo file dropped in place, then install.
sudo dnf install -y tipsy
pacmanArch and derivatives
Signed repo plus a locally trusted key. Covers Arch, CachyOS, and EndeavourOS.
sudo pacman -S tipsy
FlatpakAny other distro
The fallback when no native repo fits. No root needed.
flatpak install tipsy io.github.tipsy_linux.Tipsy
AppImageSingle file, no install
Download, mark executable, run. The only build that updates itself.
chmod +x Tipsy-*.AppImage
AutomaticBack to the shortcut
Let the script detect your distro and do all of the above.
curl ... install.sh | sudo bash
Script flags, if you want them: --dry-run prints without changing anything, --method forces a package manager, --no-install adds the repo only.
