sqlui-native (...)
sqlui-native is a simple UI client for most SQL Engines built with Tauri v2 and a Node.js sidecar. It is compatible with most desktop OS's and support most dialects of RDBMS like MySQL, Microsoft SQL Server, Postgres, SQLite, Cassandra, MongoDB, Redis, Azure CosmosDB, Azure Storage Table, and Salesforce.
macOS Apple Silicon (M-Series) users:
If you see an "app is damaged" error, run
xattr -cr /Applications/sqlui-native.app
in Terminal to fix it.
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
