Supported platforms: macOS, Windows, Ubuntu
Back to main site ⬇ Jump to downloads
Download MySQL Studio releases

Download MySQL Studio
for your operating system.

MySQL Studio is currently supported on three platforms: macOS, Windows and Ubuntu. Other platforms are not supported at this time.

Platform support notice
MySQL Studio is officially supported only on macOS, Windows and Ubuntu. We do not provide builds, support or bugfix guarantees for any other operating systems or distributions.

macOS

Universal build, Apple Silicon & Intel

.dmg installer macOS 12+ (Monterey) Apple Silicon & Intel
Latest stable: v1.0.0 (macOS)
SHA-256: xxxx...yyyy

Windows

64-bit installer for modern Windows

.msi installer Windows 10 / 11 (64-bit) MySQL 5.x & 8.x compatible
Latest stable: v1.0.0 (Windows)
SHA-256: aaaa...bbbb

Ubuntu

DEB package for LTS releases

.deb package Ubuntu 22.04 LTS+ x86_64
Latest stable: v1.0.0 (Ubuntu)
SHA-256: cccc...dddd
Install via: sudo dpkg -i mysql-studio_1.0.0_amd64.deb

Third-party libraries & components

MySQL Studio is built on top of a number of high-quality open-source libraries. The exact set of components varies slightly between platforms due to packaging and OS-level dependencies.

macOS

Selected third-party components included in the macOS build:

  • Qt 6.x Cross-platform UI toolkit LGPL-3.0 / commercial
  • OpenSSL 3.x TLS/SSL crypto library Apache-2.0 / OpenSSL
  • libssh SSH client library LGPL-2.1+
  • SQLite Embedded SQL database engine Public domain
  • libxml2 XML parser MIT-like
Built via script: scripts/build-deps-macos.sh

Windows

Selected third-party components included in the Windows build:

  • Qt 6.x GUI framework for Windows LGPL-3.0 / commercial
  • OpenSSL 3.x Crypto & TLS Apache-2.0 / OpenSSL
  • libcurl HTTP(S) client library curl license (MIT-like)
  • zlib Compression library zlib
  • libpng PNG image decoding libpng
Built via script: scripts/build-deps-windows.ps1

Ubuntu

Selected third-party components used on Ubuntu:

  • GTK / Qt (desktop stack) Native widgets & integration LGPL / GPL
  • OpenSSL / GnuTLS Transport security Mixed (GPL-compatible)
  • libmysqlclient / MySQL Connector Client access to MySQL servers GPL-compatible
  • libssh / libcurl Remote connections & HTTP LGPL / curl license
  • Cairo / Pango Rendering for diagrams and text LGPL / MPL
Built via script: scripts/build-deps-ubuntu.sh
Important:
The list above is provided as an overview of typical components used by MySQL Studio on each platform. Detailed and up-to-date license texts for all third-party components are included in the installed application and/or distribution packages. Always refer to those files for authoritative licensing information.

Automated third-party build scripts

MySQL Studio relies on three automated build scripts to download, configure and build its third-party dependencies for each supported operating system. This ensures reproducible builds and consistent binary artifacts across releases.

The following scripts are part of the repository:

  • scripts/build-deps-macos.sh – builds required dependencies for macOS.
  • scripts/build-deps-windows.ps1 – builds required dependencies for Windows using PowerShell / MSVC toolchains.
  • scripts/build-deps-ubuntu.sh – builds or installs required dependencies on Ubuntu.

Each script is designed to run in a clean environment and either build libraries from source or pin to specific distribution packages to keep builds deterministic.