Download

Get MamaSQL

Free, open-source and local-first. Run the native Windows app, or spin up the web version anywhere with Docker — connecting to MySQL, PostgreSQL and SQLite.

Download for Windows Windows 10/11 · no installer · or run with Docker below

Docker — any OS

Web UI + engine bridge · macOS · Linux · Windows

Get started
docker compose up → localhost:5001

From source

Build & develop · Node 18+ · Rust + Tauri

View on GitHub
npm run tauri dev

Run the web version with Docker

No build step — pull the prebuilt images and open localhost:5001. Works on macOS, Linux and Windows.

# Start the web UI, engine bridge and two demo databases
$ docker compose up -d

# Then open the app in your browser
$ open http://localhost:5001

# Stop it (add -v to also remove the demo-DB volumes)
$ docker compose down

System requirements

Windows app

Windows 10 or 11 (64-bit)
WebView2 runtime (ships with Windows)
No installer — just run the .exe

Docker (web)

Docker Engine + Compose
macOS, Linux or Windows
Runs at localhost:5001

From source

Node 18+
Rust (stable) + MSVC build tools
for the native desktop build

Rebuilt by CI on every push to main · Release notes · View source on GitHub