Get TabulaSQL

Pick your platform below. Free forever, no account required: install it and connect to MySQL & MariaDB.

macOS

Apple Silicon & Intel

Recommended

TabulaSQL-macos-arm64.dmg · v1.0.1

TabulaSQL-macos-x64.dmg · v1.0.1

Windows

64-bit installer

Recommended

TabulaSQL-windows-x64-setup.exe · v1.0.1

Linux

AppImage / .deb

Recommended

TabulaSQL-linux-x64.AppImage · v1.0.1

TabulaSQL-linux-x64.deb · v1.0.1

Prefer to browse all builds and checksums? Head to the GitHub Releases page.

Installing TabulaSQL

macOS

  1. 1. Open the downloaded .dmg and drag TabulaSQL into Applications.
  2. 2. First launch: right-click the app and choose Open (do not double-click). Confirm when macOS asks. Builds are unsigned, so Gatekeeper may warn that the app "can't be opened" or is "damaged".
  3. 3. If it still won't open, clear the quarantine flag:
$ xattr -cr /Applications/TabulaSQL.app

Same steps for Apple Silicon and Intel.

Want signed, Gatekeeper-friendly macOS builds? An Apple Developer Program membership (needed to sign and notarize the .dmg) costs about $99/year. If enough people buy me a coffee, I can cover that and ship properly signed downloads.

Windows

  1. 1. Run the downloaded .exe installer.
  2. 2. If SmartScreen warns you, choose "More info", then "Run anyway" (unsigned build).
  3. 3. Launch TabulaSQL from the Start menu.

Linux

AppImage: make it executable, then run it:

$ chmod +x TabulaSQL-linux-x64.AppImage && ./TabulaSQL-linux-x64.AppImage

Or install the .deb with your package manager.

Every build ships with its own PHP runtime, including pdo_mysql (MySQL/MariaDB) and sodium (encrypted connection export).

Building from source

TabulaSQL is fully open source. Don't trust a pre-built binary? Clone the repo and build it yourself.

$ git clone https://github.com/pimvdmolen/tabulasql.git
$ cd tabulasql && npm install
$ npm run build