# wxmaxima mit Homebrew, apt, Nix, dnf, MacPorts, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für wxmaxima in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:wxmaxima
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install wxmaxima
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install wxMaxima
```

  Evidenz: MacPorts ports tree: math/wxMaxima/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install wxmaxima
```

  Evidenz: Debian stable package indexes: wxmaxima from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#wxmaxima
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/wx/wxmaxima/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- dnf (92%):

```sh
sudo dnf install wxMaxima
```

  Evidenz: Fedora Rawhide package metadata: wxMaxima from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install wxMaxima
```

  Evidenz: openSUSE Tumbleweed package metadata: wxMaxima from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:wxmaxima
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/wxmaxima>
- **Version:** 26.07.1
- **Quellzusammenfassung:** Cross platform GUI for Maxima
- **Homepage:** <https://wxmaxima-developers.github.io/wxmaxima/>
- **Repository:** <https://github.com/wxMaxima-developers/wxmaxima>
- **Upstream-Dokumentation:** <https://wxmaxima-developers.github.io/wxmaxima/>
- **Lizenz:** GPL-2.0-or-later
- **Quellarchiv:** <https://github.com/wxMaxima-developers/wxmaxima/archive/refs/tags/Version-26.07.1.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-21T19:00:14Z
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- wxmaxima (cli)
- wxmxdiff (cli)
- wxmaxima (Alias)
- wxmxdiff (Alias)

## Abhängigkeiten

- maxima
- wxwidgets

## Build-Abhängigkeiten

- cmake
- gettext
- ninja

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Einschränkungen: When you start wxMaxima the first time, set the path to Maxima (e.g. $HOMEBREW_PREFIX/bin/maxima) in the Preferences. Enable gnuplot functionality by setting the following variables in ~/.maxima/maxima-init.mac: gnuplot_command:"$HOMEBREW_PREFIX/bin/gnuplot"$ draw_command:"$HOMEBREW_PREFIX/bin/gnuplot"$
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 26.07.1
- Manager aktualisiert: 2026-07-21
- lokale Daten: OK
- Upstream-Repository: https://github.com/wxMaxima-developers/wxmaxima
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

wxMaxima is a document-based wxWidgets graphical interface for Maxima, the open-source computer algebra system descended from MIT Macsyma. It gives Maxima users menus, dialogs, autocompletion, inline plots, animations, and formatted mathematical output.

### Projektgeschichte

wxMaxima emerged in 2004 as a wxWidgets interface to Maxima. Archived Maxima mailing-list traffic from May 2004 has Andrej Vodopivec saying he was working on a wxWidgets interface with source and Linux/Windows binaries, and an October 2004 announcement described a new release with a custom math-output widget, folding, copying of output, Windows 98 support, XP themes, and better GTK2 theme support.

The project was hosted for years on SourceForge, where the wxMaxima project is registered as of December 17, 2004 and is described as a cross-platform GUI for Maxima. SourceForge now notes that the project had moved to GitHub/GitHub Pages by 2019, while the current README says wxMaxima is developed by volunteers.

### Adoptionsgeschichte

wxMaxima became a common front end for Maxima because it made a Lisp-based command-line CAS approachable to desktop users, students, and teachers. The current README says wxMaxima is included with the Windows and Macintosh installer for Maxima, while packages are available for many Linux distributions.

Its documentation ecosystem also reflects classroom adoption: the official help page links local and online manuals, translations, 10-minute tutorials, plotting tutorials, calculus material, and user-contributed examples.

### Wie es verwendet wird

Users write Maxima commands in worksheet-like cells, inspect formatted 2D mathematical output, create plots inline, and use menus and dialogs for common CAS operations. wxMaxima preserves Maxima's full symbolic engine while providing a more notebook-like workflow around saved documents.

In package-manager terms, wxMaxima is usually installed alongside Maxima and often Gnuplot. It is the GUI layer, not the CAS engine itself, which makes it a thin but important desktop usability package for the Maxima stack.

### Warum Paket-Nerds sich dafür interessieren

wxMaxima matters because it packages the human interface to one of the oldest free computer algebra lineages. It connects Project MAC/Macsyma history, GPL Maxima stewardship, wxWidgets portability, and distribution-level science software into one small GUI formula.

### Zeitleiste

- 1968-1982: Macsyma was developed at MIT's Project MAC.
- 1998: William Schelter obtained permission to release DOE Macsyma under the GPL.
- 2000: Schelter initiated the SourceForge Maxima project.
- 2003-02-10: Maxima 5.9.0 was the first release by the current developer group.
- 2004-05: Andrej Vodopivec announced work on a wxWidgets interface for Maxima.
- 2004-10: A wxMaxima release added a new math-output widget and desktop polish.
- 2004-12-17: SourceForge records the wxMaxima project registration.
- 2019-09-26: SourceForge records the project as moved to GitHub/GitHub Pages.

### Related projects

- wxMaxima is related to Maxima, Macsyma, wxWidgets, Gnuplot, computer algebra systems such as Maple and Mathematica, and other notebook-style math front ends.

### Quellen

- <https://github.com/wxMaxima-developers/wxmaxima#readme>
- <https://maxima.sourceforge.io/docs/manual/index.html>
- <https://maxima.sourceforge.io/ext/list_archives/2004/msg01018.html>
- <https://maxima.sourceforge.io/ext/list_archives/2004/msg01975.html>
- <https://maxima.sourceforge.io/versions.html>
- <https://sourceforge.net/projects/wxmaxima/>
- <https://wxmaxima-developers.github.io/wxmaxima/>
- <https://wxmaxima-developers.github.io/wxmaxima/help.html>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** wxmaxima
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Debian apt - wxmaxima - 24.02.1-1+b2: normalized package name match | Debian stable package indexes: wxmaxima from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GUI for the computer algebra system Maxima | http://wxmaxima-developers.github.io/wxmaxima/
- Nix - wxmaxima: normalized package name match | nixpkgs package indexes: pkgs/by-name/wx/wxmaxima/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - wxmaxima - 24.02.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: wxmaxima from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GUI for the computer algebra system Maxima | http://wxmaxima-developers.github.io/wxmaxima/
- dnf - wxMaxima - 26.07.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: wxMaxima from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Graphical user interface for Maxima | https://wxmaxima-developers.github.io/wxmaxima/
- zypper - wxMaxima - 26.07.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: wxMaxima from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Graphical User Interface for the maxima Computer Algebra System | https://wxmaxima-developers.github.io/wxmaxima/
- zypper - wxMaxima-lang - 26.07.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: wxMaxima-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package wxMaxima | https://wxmaxima-developers.github.io/wxmaxima/
- MacPorts - wxMaxima: normalized package name match | MacPorts ports tree: math/wxMaxima/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://pkg.so/de/scientific-computing-tools/) - Matched scientific computing metadata.
- [wxwidgets](https://pkg.so/de/brew/wxwidgets/) - Runtime dependency declared by Homebrew.
- [maxima](https://pkg.so/de/brew/maxima/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/de/brew/gettext/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/de/brew/cmake/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/de/brew/ninja/) - Build dependency declared by Homebrew.
- [singular](https://pkg.so/de/brew/singular/) - Shares pkgdb curated category or tags: cli, computer-algebra, mathematics, science.
- [pari](https://pkg.so/de/brew/pari/) - Shares pkgdb curated category or tags: cli, computer-algebra, mathematics, science.
- [fricas](https://pkg.so/de/brew/fricas/) - Shares pkgdb curated category or tags: cli, computer-algebra, mathematics, science.
- [yacas](https://pkg.so/de/brew/yacas/) - Shares pkgdb curated category or tags: cli, computer-algebra, mathematics, science.
- [suite-sparse](https://pkg.so/de/brew/suite-sparse/) - Shares pkgdb curated category or tags: cli, mathematics, science.
- [colmap](https://pkg.so/de/brew/colmap/) - Shares pkgdb curated category or tags: cli, gui, science.
- [calc](https://pkg.so/de/brew/calc/) - Shares pkgdb curated category or tags: cli, mathematics, science.

## Combined YAML source

View the package source record on GitHub. [combined/wxmaxima.yml](https://github.com/mxcl/pkgdb/blob/main/combined/wxmaxima.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
