// install via winget
Command Prompt & PowerShell
click to copy
winget install MathWorks.MATLABRuntime
// direct download
Download Installer// about MATLAB Runtime
The MATLAB Runtime is a standalone set of shared libraries that enables the execution of compiled MATLAB, Simulink applications, or components. When used together, MATLAB, MATLAB Compiler, Simulink Compiler, and the MATLAB Runtime enable you to create and distribute numerical applications, simulations, or software components quickly and securely.
// frequently asked questions
How do I install MATLAB Runtime using winget?
Open PowerShell or Windows Terminal and run:
winget install MathWorks.MATLABRuntime. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.What is MATLAB Runtime?
A standalone set of shared libraries that enables the execution of compiled MATLAB, Simulink applications, or components
Is MATLAB Runtime free to download?
MATLAB Runtime is distributed under the Proprietary license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update MATLAB Runtime with winget?
Run
winget upgrade MathWorks.MATLABRuntime in PowerShell or Windows Terminal to update MATLAB Runtime to the latest available version.What architecture does MATLAB Runtime support?
The listed installer targets the x64 architecture. See the publisher’s documentation for full compatibility details.