--- title: Download regenerate: true description: Download the latest Marlin source code category: [ default ] header: | Previous releases can be downloaded directly from the [Marlin Github page](//github.com/MarlinFirmware/Marlin/releases). footer: | Also find on the project page... - Detailed [release notes](//github.com/MarlinFirmware/Marlin/releases), - Resources for [reporting issues](//github.com/MarlinFirmware/Marlin/issues), and - The tools needed to [join the project](//guides.github.com/activities/contributing-to-open-source/). ---

Download Marlin

{{ page.header | markdownify }} {% for release in site.data.marlin.downloads %} {% endfor %}
DescriptionVersionDownloadConfigurations
{% if release.extra %}{{ release.extra }}
{% endif %} {{ release.description }}
{{ release.tools }}
{{ release.version }} {{ release.file }} {% if release.config %} View / Download {% else %} (included) {% endif %}

Marlin "Nightly" Source

{% for nightly in site.data.marlin.nightlies %} {% endfor %}
DescriptionVersionDownloadConfigurations
{% if nightly.extra %}{{ nightly.extra }}
{% endif %} {{ nightly.description }}
{{ nightly.tools }}
{{ nightly.version }} {{ nightly.file }} {% if nightly.config %} View / Download {% endif %}

Marlin Patched Source

{% for nightly in site.data.marlin.patched %} {% endfor %}
DescriptionVersionDownloadConfigurations
{% if nightly.extra %}{{ nightly.extra }}
{% endif %} {{ nightly.description }}
{{ nightly.tools }}
{{ nightly.version }} {{ nightly.file }} {% if nightly.config %} View / Download {% endif %}
{{ page.footer | markdownify }}