{% extends "layout.html" %} {% block title %}Cadabra: Download{% endblock %} {% block head %}{%- endblock %} {% block main %}
The source is of Cadabra is distributed via github, see the kpeeters/cadabra2 repository for more details, including the pre-requisites.
You can build .deb and .rpm packages yourself when building from
source, by running sudo cpack
after a successful
build.
Packages for various Linux distributions and an installer for Windows are available for download from github. These are generated automatically on every release. Installation on macOS can be done through HomeBrew or MacPorts; see below. There is also a Docker image if you only want to use Cadabra via Jupyter.
Use these packages at your own risk. Because of time constraints some of these packages receive almost no testing, so any feedback is welcome. If you want to help getting these into official distribution repositories, please let me know.
brew tap kpeeters/repo
brew install cadabra2
Alternatively, if you want to live on the bleeding edge and
want to run the current development branch, install cadabra2-devel.
If you encounter problems, please
email info@cadabra.science
so they can be fixed and other people can benefit from it.
sudo port install cadabra2
should do the trick. For more details follow the link above.
Is your distribution or operating system not listed above? Either build Cadabra from source (see below) or send an email to info@cadabra.science to request a package for your system.
{%- endblock %}