Audience
Engineers, Scientists, Researchers
About RunMat
RunMat (by Dystr) is a fast, free, open-source alternative for running MATLAB code.
Users can run their existing .m files with complete MATLAB language grammar and core semantics. No license fees, no lock-in. 300+ built-in functions supported.
RunMat is built with a modern Rust runtime featuring a tiered execution model: an interpreter (Ignition) for instant 5ms startup and a JIT compiler (Turbine/Cranelift) for hot paths. GPU acceleration is automatic via a fusion engine that detects elementwise operation chains and dispatches them as optimized GPU kernels across NVIDIA, AMD, Apple Silicon, and Intel GPUs through Metal, DirectX 12, Vulkan, and WebGPU. Up to 131x faster than NumPy and 7x faster than PyTorch on dense numerical workloads.
Runs everywhere: CLI, NPM package, Homebrew, Jupyter kernel, or instantly in the browser via WebAssembly + WebGPU. Single portable binary. MIT licensed.