Version 12.0.12
Minimal Nexus Runtime v12.0.12 2026-02-05 20:18:00Minimal Nexus build optimized for Electron applications. ~50% smaller than full build.
๐ Features
- Core MATLAB/Octave interpreter
- JIT compiler for performance
- Table and struct2table support
- Basic math operations
- Optimized for Electron app shell
- ~50% smaller than full build
โ Build & Test Status
| Tests | โ Minimal build tested |
|---|---|
| Benchmarks | N/A (minimal build) |
๐ Benchmark Results
View detailed performance comparison for this release. All phases available:
๐ฅ Downloads
| Type | ID / Filename | Description | Size | Action |
|---|---|---|---|---|
| Linux Installer (DEB) |
nexus-minimal-12.0.12-linux-20260205_191445.deb
|
Debian/Ubuntu package installer for minimal Nexus runtime. Optimized for Electron applications. | 147.9 MB | Download |
| Windows Installer (Minimal) |
nexus-minimal-12.0.12-windows-20260205_191445.tar.gz
|
Windows installer package - Minimal build with NSIS script included | 223.8 MB | Download |
๐ Documentation
๐ง Installation
From Installer
- Download the appropriate installer for your platform
- Run the installer and follow the prompts
- Add Octave to your PATH if needed
From Source
./bootstrap
./configure --with-blas=openblas --with-lapack=openblas
make -j$(nproc)
sudo make install
๐งช Testing
Run the compatibility test suite:
cd test
octave --eval "run('matlab-compat/minimal-release.tst')"