RunMat
GitHub

Resource Hub

Hand-picked guides, docs, and benchmarks to learn RunMat.

Browse by type

Jump to a category

Latest

RunMat Cloud project environment with run history
Blogs

Durable Project State: Introducing RunMat Cloud

RunMat launched last August as a CLI. In November we added GPU acceleration with Accelerate. Now the sandbox puts the full runtime in your browser, and RunMat Cloud makes it persistent: projects, run history, version snapshots, and collaboration.

View
The Worst Debugging Tool in MATLAB Is the One You Use Every Day
Blogs

The Worst Debugging Tool in MATLAB Is the One You Use Every Day

fprintf is a formatting function that got conscripted into debugging because MATLAB never shipped anything better. Here's what it's actually for, what it costs you as a debugger, and what to use instead.

View
MATLAB For Loops Are Slow, But Not for the Reason You Think
Blogs

MATLAB For Loops Are Slow, But Not for the Reason You Think

MATLAB for loops are slow because of interpreter overhead, not because iteration is inherently expensive. Here's what actually causes the slowdown, what vectorization costs you, and how a compiled runtime changes the tradeoff.

View
RunMat vs Octave, Julia, Python benchmark chart
Blogs

MATLAB Alternatives 2026: Benchmarks & Compatibility Compared

We benchmarked 4 MATLAB alternatives on real engineering workloads — loop performance, GPU acceleration, and .m file compatibility. One runs existing scripts with zero rewrites.

View
RunMat platform architecture inside an airgapped environment
Blogs

Mission-Critical Math: The Full Platform Inside Your Airgap

RunMat brings modern scientific computing to airgapped environments. A single binary with GPU acceleration, real-time collaboration, AI-assisted analysis, and ITAR-aligned compliance -- all running offline.

View
RunMat automatic version control for engineers -- file versioning without git
Blogs

Version Control for Engineers Who Don't Use Git

Most engineers -- from MATLAB scripting to FPGA verification to test automation -- don't use version control because git wasn't built for them. RunMat gives engineers automatic versioning, snapshots, and audit trails without the cognitive overhead of learning a developer tool.

View
Large data persistence architecture
Blogs

From Ad-Hoc Checkpoints to Reliable Large Data Persistence

Why ad-hoc checkpoints break down for large numerical workloads, where persistence actually fails, and how chunked, content-addressed storage makes heavy outputs durable and shareable.

View
Restoring Historical Run State for Scientific and Numerical Calculations
Blogs

Restoring Historical Run State for Scientific and Numerical Calculations

A practical guide to restoring historical run state for scientific and numerical workflows, so teams can investigate issues without expensive re-execution.

View
How to use GPUs in MATLAB: setup and optimization guide
Blogs

How to Use NVIDIA GPUs in MATLAB: Setup, Traps & a Toolbox-Free Option

Step-by-step NVIDIA GPU setup for MATLAB: prerequisites, gpuArray patterns, performance traps that silently kill your speedups, and how to get GPU acceleration without the Parallel Computing Toolbox.

View