MATLAB Compiler

MATLAB Runtime

Run compiled MATLAB applications or components without installing MATLAB

The MATLAB Runtime is a standalone set of shared libraries that enables the execution of compiled MATLAB, Simulink applications, or components. When used together, MATLABMATLAB CompilerSimulink Compiler, and the MATLAB Runtime enable you to create and distribute numerical applications, simulations, or software components quickly and securely.

To download and install the MATLAB Runtime:

  1. Click the version and platform in the table below that corresponds to the application or component you are using. The version of the MATLAB Runtime is tied to the version of MATLAB.

    Note: You can find this information in the readme.txt file that accompanies the application or component.

  2. Save the MATLAB Runtime installer file on the computer on which you plan to run the application or component.

  3. Double click the installer and follow the instructions in the installation wizard.

See the MATLAB Runtime Installer documentation for more information.

Release (MATLAB Runtime Version#) Windows Linux Mac
R2026a (26.1) 64-bit 64-bit arm64
R2025b (25.2) 64-bit 64-bit Intel 64-bit / arm64
R2025a (25.1) 64-bit 64-bit Intel 64-bit / arm64
R2024b (24.2) 64-bit 64-bit Intel 64-bit / arm64
R2024a (24.1) 64-bit 64-bit Intel 64-bit / arm64
R2023b (23.2) 64-bit 64-bit Intel 64-bit / arm64
R2023a (9.14) 64-bit 64-bit Intel 64-bit
R2022b (9.13) 64-bit 64-bit Intel 64-bit
R2022a (9.12) 64-bit 64-bit Intel 64-bit
R2021b (9.11) 64-bit 64-bit Intel 64-bit
R2021a (9.10) 64-bit 64-bit Intel 64-bit
R2020b (9.9) 64-bit 64-bit Intel 64-bit
R2020a (9.8) 64-bit 64-bit Intel 64-bit
R2019b (9.7)
64-bit 64-bit Intel 64-bit
R2019a (9.6)
64-bit 64-bit Intel 64-bit
R2018b (9.5)
64-bit
64-bit
Intel 64-bit
R2018a (9.4)
64-bit
64-bit
Intel 64-bit
R2017b (9.3) 64-bit 64-bit Intel 64-bit

Apply Updates to R2016a-R2017a versions of MATLAB Runtime after installing the runtime

Important security fixes are available for the R2016a, R2016b, and R2017a releases of the MATLAB Runtime. After installing the MATLAB Runtime for one of these releases, you should apply the latest Update by clicking on the appropriate Update link below. Note this applies only if your application uses MATLAB apps authored with MATLAB App Designer (.mlapp files). For more information see this bug report. https://www.mathworks.com/support/bugreports/1830810

R2017a (9.2)
64-bit   |   Update 64-bit   |   Update Intel 64-bit   |   Update
R2016b (9.1)
64-bit   |   Update 64-bit   |   Update Intel 64-bit   |   Update
R2016a (9.0.1) 1, 2 64-bit   |   Update 64-bit   |   Update Intel 64-bit   |   Update
R2015b (9.0) 1, 2, 3 32-bit / 64-bit 64-bit Intel 64-bit
R2015aSP1 (8.5.1) 1 32-bit / 64-bit 64-bit Intel 64-bit
R2015a (8.5) 1 32-bit / 64-bit 64-bit Intel 64-bit
R2014b (8.4) 1 32-bit / 64-bit 64-bit Intel 64-bit
R2014a (8.3) 1 32-bit / 64-bit 64-bit Intel 64-bit
R2013b (8.2) 32-bit / 64-bit 64-bit Intel 64-bit
R2013a (8.1) 32-bit / 64-bit 64-bit Intel 64-bit
R2012b (8.0) 32-bit / 64-bit 64-bit Intel 64-bit
R2012a (7.17) 32-bit / 64-bit 32-bit / 64-bit Intel 64-bit
R2011b and earlier 4

Open MATLAB and run the command mcrinstaller to locate MATLAB Runtime for redistribution with your compiled components.

Notes

  1. R2014a-2016a does not support macOS Sierra 10.12. If you choose to run any of these versions of the MATLAB Runtime on this unsupported macOS version, you might need to install a patch to fix an incompatibility issue. Learn more to determine if this incompatibility impacts you. MathWorks strongly recommends that you do not run any version of the MATLAB Runtime older than R2014a on macOS Sierra 10.12.
  2. MATLAB Runtime 9.0.1, for R2016a, is intended to work with MATLAB 9.0, which is also R2016a.
  3. MATLAB Runtime 9.0, for R2015b, is intended to work with MATLAB 8.6, which is also R2015b.
  4. Online versions of MATLAB Runtime are only available for releases after R2012a. Older releases of MATLAB Runtime were shipped with MATLAB Compiler. If you do not have MATLAB, please request the Runtime from the MATLAB Compiler user who created the deployed package.

MATLAB Runtime FAQs

MATLAB Runtime is a standalone set of shared libraries that enables the execution of compiled MATLAB applications, Simulink applications, or libraries on computers without an installed version of MATLAB.

Yes, MATLAB Runtime is freely available and can be downloaded directly from the MathWorks MATLAB Runtime page without a MATLAB license.

Standalone applications, Standalone Docker container applications, Microsoft Excel add-ins, MATLAB MapReduce Applications, MATLAB Web Apps, C/C++ libraries, .NET libraries / COM components, JAVA JARs, Python Packages, Microservice Docker containers, MATLAB Production Server archives

You must download the version that matches the MATLAB release used to compile your application. You can find this information in the readme.txt file that accompanies the application or component.

Download the installer for your release and platform from the MathWorks MATLAB Runtime page, save it to the target computer, then double-click the installer and follow the instructions in the installation wizard.

Only if the applications/libraries are compiled on different releases. For example, if you have a R2025a compiled standalone application and you install a second R2026a developed standalone application then you would need to download the R2026a MATLAB Runtime. If the applications are compiled on the same release they can share the same MATLAB Runtime.

Yes, MathWorks provides MATLAB Runtime installers for Windows (64-bit), Linux (64-bit), and Mac (Intel 64-bit and arm64, depending on the release).

The default option for compiled applications is to “Fetch MATLAB Runtime from mathworks.com during application installation.” This happens automatically behind the scenes during installation, so the user does not need to manually download MATLAB Runtime. The author of the compiled application/library can also choose to “Include MATLAB Runtime in application installer for offline installation” which is especially useful in air gapped environments. The user only must manually download MATLAB Runtime from this page if the author of the application/library explicitly chooses the option “Do not include MATLAB Runtime in application installer.”

Yes, if “Fetch MATLAB Runtime from mathworks.com during application installation” or “Include MATLAB Runtime in application installer for offline installation” is selected the installer will fetch only the specific components and toolboxes required to run the application. This typically results in a smaller MATLAB Runtime footprint. MATLAB Runtime downloaded from this page contains all the components and toolboxes.

No, MATLAB Runtime is designed specifically to run compiled MATLAB applications on systems that do not have MATLAB installed.

No, if MATLAB Runtime resides persistently on the disk of the CI Runner, you only need to recompile the artifact. MATLAB Runtime only needs to be downloaded and installed if you change releases or platforms.

Yes, important security fixes are available for the R2016a, R2016b, and R2017a releases. If your application uses MATLAB App Designer files (.mlapp), MathWorks recommends applying the latest update after installing the runtime for those releases.

Online downloads are only available for releases after R2012a. For R2011b and earlier, open MATLAB and run the command mcrinstaller to locate the runtime for redistribution, or request it from the person who created the deployed package.

An AI agent or harness connects directly to an installed MATLAB program through the MCP Server to execute code and does not need to download MATLAB Runtime unless it is testing a compiled application for verification or equivalency.