TablePlus Linux Installation
The lastest release is 1.2.6 (8 April 2025) changelogs
I. Install from AppImage
Link down for the beta release App Image
-
Download x86_64 TablePlus AppImage x86_64
-
Download for ARM64 TablePlus AppImage aarch64
II. Install from app repo
Requirements:
-
apt - Ubuntu x86_64/ARM
-
yum - Centos x86_64/ARM
-
dnf - Fedora x86_64/ARM
-
If you are using Elementary OS you must install the
software-properties-common
packages.
sudo apt install software-properties-common
APT
Ubuntu 24.04 X86_64
# Add TablePlus gpg key
wget -qO - https://deb.tableplus.com/apt.tableplus.com.gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tableplus-archive.gpg > /dev/null
# Add TablePlus repo
sudo add-apt-repository "deb [arch=amd64] https://deb.tableplus.com/debian/24 tableplus main"
# Install
sudo apt update
sudo apt install tableplus
Ubuntu 24.04 ARM 64 bit (aarch64)
# Add TablePlus gpg key
wget -qO - https://deb.tableplus.com/apt.tableplus.com.gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tableplus-archive.gpg > /dev/null
# Add TablePlus repo
sudo add-apt-repository "deb [arch=arm64] https://deb.tableplus.com/debian/24-arm tableplus main"
# Install
sudo apt update
sudo apt install tableplus
Ubuntu 22.04 X86_64
# Add TablePlus gpg key
wget -qO - https://deb.tableplus.com/apt.tableplus.com.gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tableplus-archive.gpg > /dev/null
# Add TablePlus repo
sudo add-apt-repository "deb [arch=amd64] https://deb.tableplus.com/debian/22 tableplus main"
# Install
sudo apt update
sudo apt install tableplus
Ubuntu 22.04 ARM 64 bit (aarch64)
# Add TablePlus gpg key
wget -qO - https://deb.tableplus.com/apt.tableplus.com.gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tableplus-archive.gpg > /dev/null
# Add TablePlus repo
sudo add-apt-repository "deb [arch=arm64] https://deb.tableplus.com/debian/22-arm tableplus main"
# Install
sudo apt update
sudo apt install tableplus
Ubuntu 20.04 X86_64
# Add TablePlus gpg key
wget -qO - https://deb.tableplus.com/apt.tableplus.com.gpg.key | sudo apt-key add -
# Add TablePlus repo
sudo add-apt-repository "deb [arch=amd64] https://deb.tableplus.com/debian/20 tableplus main"
# Install
sudo apt update
sudo apt install tableplus
Ubuntu 18.04 X86_64
# Add TablePlus gpg key
wget -qO - https://deb.tableplus.com/apt.tableplus.com.gpg.key | sudo apt-key add -
# Add TablePlus repo
sudo add-apt-repository "deb [arch=amd64] https://deb.tableplus.com/debian/18 tableplus main"
# Install
sudo apt update
sudo apt install tableplus
YUM
x86_64
sudo rpm -v --import https://yum.tableplus.com/apt.tableplus.com.gpg.key
sudo yum install yum-utils
sudo yum-config-manager --add-repo https://yum.tableplus.com/rpm/x86_64/tableplus.repo
sudo yum install tableplus
ARM 64 bit (aarch64)
sudo rpm -v --import https://yum.tableplus.com/apt.tableplus.com.gpg.key
sudo yum install yum-utils
sudo yum-config-manager --add-repo https://yum.tableplus.com/rpm/arm64/tableplus.repo
sudo yum install tableplus
DNF
x86_64
sudo rpm -v --import https://yum.tableplus.com/apt.tableplus.com.gpg.key
sudo dnf config-manager addrepo --from-repofile=https://yum.tableplus.com/rpm/x86_64/tableplus.repo
sudo dnf install tableplus
ARM 64 bit (aarch64)
sudo rpm -v --import https://yum.tableplus.com/apt.tableplus.com.gpg.key
sudo dnf config-manager addrepo --from-repofile=https://yum.tableplus.com/rpm/arm64/tableplus.repo
sudo dnf install tableplus
Note:
- This is an beta version.
- We will release an update every week, you can update it with the command:
apt
sudo apt update && sudo apt install tableplus
yum
sudo yum update
dnf
sudo dnf update
- The app is free without any limiatation, but we would be thrilled if you purchased a license to support development
- TablePlus is freemium application maintained by TablePlus team.
- Report bug, suggest feature and request other Linux distros here: Issue tracker
- It’s still missing many features and we’re adding it.