Skip to content

Releases: intelligentwolf/wolfram

v0.2.2

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

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 10:51

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.1/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.1/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.2.1/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.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Apr 09:50

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.0/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.0/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.2.0/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.1.6...v0.2.0

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 04 Apr 09:27

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.1.6/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.1.6/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.1.6/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.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 04 Apr 09:05

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.1.5/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.1.5/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.1.5/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.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Apr 08:30

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.1.4/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.1.4/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.1.4/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.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Apr 08:23

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.1.3/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.1.3/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.1.3/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.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Apr 08:05

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.1.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.1.2/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.1.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.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 07:48

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.1.1/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.1.1/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.1.1/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.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Apr 07:34

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.1.0/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.1.0/wolfram-aarch64-linux-musl.tar.gz

# ARMv7 (Raspberry Pi 2/3 32-bit)
curl -LO https://github.com/wolfsoftwaresystemsltd/wolfram/releases/download/v0.1.0/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: https://github.com/wolfsoftwaresystemsltd/wolfram/commits/v0.1.0