> For the complete documentation index, see [llms.txt](https://docs.tjuav.org/tjuav/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tjuav.org/tjuav/software-1/mechanical/cura.md).

# Cura

### Windows

Head to Ultimaker's website [here](https://ultimaker.com/software/ultimaker-cura), click on "Download for free", download the .exe installer and install as you would any other program.

### Macintosh

Head to Ultimaker's website [here](https://ultimaker.com/software/ultimaker-cura), click on "Download for free", download the installer and install as you would any other program.

### Linux

{% hint style="info" %}
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.
{% endhint %}

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

{% hint style="info" %}
Check if your distribution has a Cura package before following this method. This allows Cura to automatically update when you when update your packages.
{% endhint %}

Head to Ultimaker's website [here](https://ultimaker.com/software/ultimaker-cura), click on "Download for free", download the .AppImage.

1. Run `chmod +x [filename]` to allow the .AppData to be executed
2. If you wish to allow Cura to be activated as a command, run `mv [filename] /usr/bin/cura` as root.
