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.
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
Windows
64-bit installer for modern Windows
Ubuntu
DEB package for LTS releases
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 LGPL-3.0 / commercial
- OpenSSL 3.x Apache-2.0 / OpenSSL
- libssh LGPL-2.1+
- SQLite Public domain
- libxml2 MIT-like
scripts/build-deps-macos.sh
Windows
Selected third-party components included in the Windows build:
- Qt 6.x LGPL-3.0 / commercial
- OpenSSL 3.x Apache-2.0 / OpenSSL
- libcurl curl license (MIT-like)
- zlib zlib
- libpng libpng
scripts/build-deps-windows.ps1
Ubuntu
Selected third-party components used on Ubuntu:
- GTK / Qt (desktop stack) LGPL / GPL
- OpenSSL / GnuTLS Mixed (GPL-compatible)
- libmysqlclient / MySQL Connector GPL-compatible
- libssh / libcurl LGPL / curl license
- Cairo / Pango LGPL / MPL
scripts/build-deps-ubuntu.sh
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.