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. Skip to the content.

Installation

Windows

  1. Download: %download-link-windows-x64-exe%
  2. Run the .exe installer
  3. If Windows SmartScreen appears, click More info then Run anyway

image

image

image

Mac

  1. Download: %download-link-mac-arm64%
  2. Open the .dmg file and drag sqlui-native.app to the Applications folder
  3. Open the app from Applications — macOS will block it the first time
  4. Go to System Settings > Privacy & Security, scroll down, and click Open Anyway
  5. Alternatively, run this in Terminal to bypass the quarantine check:
xattr -cr /Applications/sqlui-native.app

image

image

image

image

image

image

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

  1. Download: %download-link-ubuntu%
  2. Install via terminal:
sudo dpkg -i sqlui-native*.deb

image

image

Linux Other Distros (AppImage)

  1. Download: %download-link-appimage%
  2. Make executable and run:
chmod +x sqlui-native*.AppImage
./sqlui-native*.AppImage