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
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
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