Installation
Windows
- Download: %download-link-windows-x64-exe%
- Run the
.exeinstaller - If Windows SmartScreen appears, click
More infothenRun anyway



Mac
- Download: %download-link-mac-arm64%
- Open the
.dmgfile and dragsqlui-native.appto theApplicationsfolder - Open the app from Applications — macOS will block it the first time
- Go to System Settings > Privacy & Security, scroll down, and click
Open Anyway - Alternatively, run this in Terminal to bypass the quarantine check:
xattr -cr /Applications/sqlui-native.app






Mac Apple Silicon (M-Series) — “App is damaged” Error
On Apple Silicon Macs (M1/M2/M3/M4), you may see:
“sqlui-native.app” is damaged and can’t be opened. You should move it to the Trash.
This is caused by macOS quarantine attributes on unsigned apps. Fix it by running:
xattr -cr /Applications/sqlui-native.app
Ubuntu / Debian
- Download: %download-link-ubuntu%
- Install via terminal:
sudo dpkg -i sqlui-native*.deb


Linux Other Distros (AppImage)
- Download: %download-link-appimage%
- Make executable and run:
chmod +x sqlui-native*.AppImage
./sqlui-native*.AppImage