Skip to the content.

Installation:

Windows

image

image

image

Mac

image

image

image

image

image

image

Mac Apple Silicon (M-Series) Troubleshooting

On macOS 26+ with Apple Silicon (M1/M2/M3/M4), you may see the following error when attempting to open the app:

“sqlui-native.app” is damaged and can’t be opened. You should move it to the Trash.

This is caused by macOS quarantine attributes applied to unsigned apps. To fix this, open Terminal and run:

xattr -cr /Applications/sqlui-native.app

After running the command, you should be able to open sqlui-native normally.

Ubuntu - Debian

sudo dpkg -i sqlui-native*.deb

image

image

Redhat - CentOS - Fedora

sudo rpm -i sqlui-native*.rpm

Arch Linux with pacman

# download and install it with this command
sudo pacman -U ./sqlui-native*.pacman


# or run this command to download and install it in one command
# replace the version for the latest build
curl https://github.com/synle/sqlui-native/releases/download/1.61.16/sqlui-native-1.61.16.pacman -O -J -L && sudo pacman -U sqlui-native*.pacman && rm sqlui-native*.pacman