Installation:
Windows
- %download-link-windows%
- Open the
.exefile - Click on
More info - Then choose
Run anyway



Mac
- %download-link-mac%
- Open the
.dmgfile - Drag the binary to Application file
- Open the app once in the Applications folder
- When prompted, clicked on Cancel
- Open
System Preference, thenSecurity & Privacy, then click onGeneraltab - Click on
Open Anyway






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
- %download-link-ubuntu%
- Run the following shell command to install the above
.deb
sudo dpkg -i sqlui-native*.deb


Redhat - CentOS - Fedora
- Download the above
.rpmfile - Run the following shell command to install the above
.rpm
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