Skip to content

v0.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Apr 11:36

Installation

Download the binary for your platform, extract, and install:

# x86_64 (most Linux servers and desktops)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.2.2/wolfram-x86_64-linux-musl.tar.gz
tar xzf wolfram-x86_64-linux-musl.tar.gz
sudo install -m 755 wolfram /usr/local/bin/

# ARM64 (Raspberry Pi 4/5, AWS Graviton)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.2.2/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.2.2/wolfram-armv7-linux-musleabihf.tar.gz

Or use the installer: sudo ./install.sh

Platforms

File Platform Notes
wolfram-x86_64-linux-gnu x86_64 glibc Standard Linux servers/desktops
wolfram-x86_64-linux-musl x86_64 static Works on any x86_64 Linux
wolfram-aarch64-linux-gnu ARM64 glibc Raspberry Pi 4/5, Graviton, Ampere
wolfram-aarch64-linux-musl ARM64 static Works on any ARM64 Linux
wolfram-armv7-linux-gnueabihf ARMv7 glibc Raspberry Pi 2/3 (32-bit OS)
wolfram-armv7-linux-musleabihf ARMv7 static Works on any 32-bit ARM Linux

The musl builds are fully static — no dependencies, work on any Linux distribution.

Full Changelog: v0.2.1...v0.2.2