Alternative installation methods#

MatFlow CLI#

The MatFlow CLI can be installed on Linux, macOS, and Windows through a terminal or shell prompt:

Open a terminal, paste the command shown below and press enter.

(touch tmp.sh && curl -fsSL https://raw.githubusercontent.com/hpcflow/install-scripts/main/src/install-matflow.sh > tmp.sh && bash tmp.sh --prerelease --path --univlink) ; rm tmp.sh

Open a Powershell terminal, paste the command shown below and press enter.

& $([scriptblock]::Create((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/hpcflow/install-scripts/main/src/install-matflow.ps1'))) -PreRelease -UnivLink

Hint

If you are installing MatFlow on an HPC resource, check that you can connect to the internet first. You might need to load a proxy module, for example.

Download CLI binaries (advanced)#

Binaries are available in two formats, corresponding to the two different formats that PyInstaller can generate:

  • A single executable file containing everything.

  • A folder containing an executable and supporting files.

Click below to download the MatFlow binary for your platform:

Linux executablematflow-v0.3.0a155-linux
Linux foldermatflow-v0.3.0a155-linux-dir.zip
macOS executablematflow-v0.3.0a155-macOS
macOS foldermatflow-v0.3.0a155-macOS-dir.zip
Windows foldermatflow-v0.3.0a155-win-dir.zip
Windows executablematflow-v0.3.0a155-win.exe