Cura
Windows
Head to Ultimaker's website here, click on "Download for free", download the .exe installer and install as you would any other program.
Macintosh
Head to Ultimaker's website here, click on "Download for free", download the installer and install as you would any other program.
Linux
Cura has excellent support for all distributions. If you wish to install via the .AppImage method instead of your distribution's package management system, head to the Other Distributions Section.
Ubuntu Linux (+Derivatives)
Simply run apt install cura
as root to install the latest version.
Arch Linux (+Derivatives)
Simply run pacman -S cura
to install Cura.
Other Distributions
Check if your distribution has a Cura package before following this method. This allows Cura to automatically update when you when update your packages.
Head to Ultimaker's website here, click on "Download for free", download the .AppImage.
Run
chmod +x [filename]
to allow the .AppData to be executedIf you wish to allow Cura to be activated as a command, run
mv [filename] /usr/bin/cura
as root.
Last updated