--- title: Download permalink: /download --- {% for release in site.github.releases %} {% if release.draft == false and release.prerelease == false and stableRelease == nil %} {% assign stableRelease = release %} {% endif %} {% if release.draft == false and release.prerelease == true and preRelease == nil %} {% assign preRelease = release %} {% endif %} {% endfor %}

Stable {{ stableRelease.tag_name }}

{{ stableRelease.published_at | date: '%a, %b %d, %Y' }}

{% for asset in stableRelease.assets %} {% if asset.state == 'uploaded' %} {% if asset.content_type == 'application/x-msdownload' %}MSI{% elsif asset.content_type == 'application/x-zip-compressed' %}ZIP{% endif %} {% endif %} {% endfor %}
Changelog

Prerelease {{ preRelease.tag_name }}

{{ preRelease.published_at | date: '%a, %b %d, %Y' }}

{% for asset in preRelease.assets %} {% if asset.state == 'uploaded' %} {% if asset.content_type == 'application/x-msdownload' %}MSI{% elsif asset.content_type == 'application/x-zip-compressed' %}ZIP{% endif %} {% endif %} {% endfor %}
Changelog

You can view all releases (including pre-releases) by going here

View installation requirements at the Wiki

Languages Help us translate!