The latest version of wxMaxima is 23.11.0. All files released so far are available from GitHub.
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