The latest version of wxMaxima is 24.11.0.
All wxMaxima releases are available from GitHub. We release the source code and (usually) Windows installers.
WxMaxima is a graphical front end to Maxima, which does the mathematics in the background. So a wxMaxima installation (without Maxima) will be useless.
apturl
which means that the wxMaxima version shipped with the current distribution
can be installed by simply
by clicking this link.
chmod +x filenameor similar) and start it.
On macOS, the current version of Maxima is now supported by MacPorts, https://www.macports.org/. After installing macports the latest release of Maxima can be installed using the following command:
sudo port install maxima
The development version of Maxima can be installed using the following command instead:
sudo port install maxima-devel
Note: If you have already installed maxima-5.41.0, you must deactivate it with the next command before installing the development version:
sudo port deactivate maxima
wxMaxima can then be installed using the command
sudo port install wxmaxima
or
sudo port install wxmaxima-devel
brew tap homebrew/science brew install maxima brew install wxmaxima
Additionally a nightly build of wxMaxima (without Maxima) can be downloaded from www.peterpall.de/wxMaxima/nightly/wxMaxima.dmg