--- title: Download regenerate: true description: Download the latest Marlin source code category: [ default, noedit ] header: | Previous releases can be downloaded directly from the [Marlin Github page](//github.com/MarlinFirmware/Marlin/releases).
(For more about releases see [this page](/meta/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 }} {% assign head_text='Beta Release!' %} {% assign download_items=site.data.marlin.betas %} {% include download_table.html %} {% assign head_text='Latest Releases' %} {% assign download_items=site.data.marlin.downloads %} {% include download_table.html %} {% assign head_text='"Nightly" Source' %} {% assign download_items=site.data.marlin.nightlies %} {% include download_table.html %} {% assign head_text='Patched Source' %} {% assign download_items=site.data.marlin.patched %} {% include download_table.html %} {{ page.footer | markdownify }}