Free Download

Download RunMat

Get started with RunMat in seconds.

Linux & macOS
curl -fsSL https://runmat.org/install.sh | sh
Windows
iwr https://runmat.org/install.ps1 | iex

Alternative Installation Methods

Homebrew (macOS/Linux)

One-liner install

brew install runmat-org/tap/runmat

Tap then install

brew tap runmat-org/tap
brew install runmat
Cargo (Rust)

Install from crates.io

cargo install runmat

From Source (Latest)

cargo install --git https://github.com/runmat-org/runmat

Requires Rust 1.70+ with LLVM support

Development Environment

VS Code ExtensionComing Soon

Get syntax highlighting, IntelliSense, and integrated debugging for RunMat.

IntelliJ IDEA PluginComing Soon

Get syntax highlighting, IntelliSense, and integrated debugging for RunMat.

Next Steps

Start Coding

Jump into the interactive REPL or run your existing MATLAB scripts by typing runmat in your terminal.

runmat
Getting Started Guide

Set up Jupyter Kernel

Use RunMat as a Jupyter kernel for interactive notebooks with 150x speedup over GNU Octave.

runmat --install-kernel
Jupyter Setup Guide
Open Source

RunMat is completely open source. Explore the code, contribute, or build it yourself.