Nexus Nexus - MATLAB Compatible Computing Platform

Version 12.0.11

Nexus Full Release v12.0.11 2026-02-05 14:26:05

Complete Nexus build with all features including GUI, documentation, and full functionality.

๐Ÿ“‹ Features

  • Complete MATLAB/Octave interpreter
  • JIT compilation with LLVM 20.1.2 support
  • Tall arrays support
  • Full GUI support
  • Complete documentation
  • All built-in functions
  • Full graphics and plotting

โœ… Build & Test Status

Tests โœ… Full build tested
Benchmarks โœ… Benchmarks completed

๐Ÿ“ฅ Downloads

โš ๏ธ Installer files are being prepared. Please check back soon.

You can build from source using the instructions in BUILD.md

๐Ÿ”ง Installation

From Installer

  1. Download the appropriate installer for your platform
  2. Run the installer and follow the prompts
  3. 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')"