Installation:
Windows
- %download-link-windows%
- Open the
.exe
file - Click on
More info
- Then choose
Run anyway
Mac
- %download-link-mac%
- Open the
.dmg
file - 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 onGeneral
tab - Click on
Open Anyway
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
.rpm
file - 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