RunMat
  • Pricing
RunMat
GitHub
GitHub
DownloadSign InTry in Browser
DesktopRuntimeServer
RunMat

Run math blazing fast

GitHubX (Twitter)LinkedIn

Company

  • About
  • Pricing
  • Contact
  • License
  • Privacy

Learn

  • Docs
  • Blog
  • Benchmarks
  • RunMat vs MATLAB Online

Get product updates and release notes from the RunMat team.

© 2026 Dystr · Made withfor the scientific community.

RunMat™ is a registered trademark of Dystr, Inc. MATLAB® is a registered trademark of The MathWorks, Inc. RunMat is not affiliated with, endorsed by, or sponsored by The MathWorks, Inc.

/
    • Installation
    • Run Your First Script
    • Command Line Interface
    • Projects
    • Configuration
    • MATLAB Compatibility
    • MATLAB Language Extensions
Docs>Runtime>Getting Started

Installation

The quickest way to get started with RunMat is to use RunMat Desktop: Download RunMat Desktop

If you prefer to use the command line, you can install RunMat via package managers or build from source.

Command Line Installation

RunMat can be installed via pre-compiled binaries, package managers, or built from source.

Automated Installers

  • Linux/macOS: curl -fsSL https://runmat.com/install.sh | sh
  • Windows (PowerShell): iwr https://runmat.com/install.ps1 | iex

Package Managers

  • Homebrew (macOS/Linux): brew install runmat-org/tap/runmat
  • Cargo (Rust): cargo install runmat --features gui

Build from Source

  • Clone repository: git clone https://github.com/runmat-org/runmat.git
  • Build with GUI features: cargo build --release --features gui

Note: Building from source requires the Rust toolchain. The gui feature enables the wgpu-based plotting and windowing system.

Next Steps

Read the Configuration Reference to learn how to configure RunMat, or the Hello World example to get started with RunMat.

On this page
  • Command Line Installation
  • Automated Installers
  • Package Managers
  • Build from Source
  • Next Steps