{% extends "base.html" %} {% block title %}{{ SHORT_SITENAME }} - {{ page.title|striptags }}{%endblock%} {% block header %}{{ LONG_SITENAME }}{%endblock%} {% block menuheader %} {% import "_macros/menu.html" as macros %} {{ macros.render_menu(page.slug) }} {% endblock menuheader %} {% block content %} {% if page.slug == "download" %}

Latest release:

You may also grab the executable(s) straight from our git releases page.

Windows (8 and higher) Standalone executable -
Linux Standalone executable -
macOS (10.0 and higher) Executable -
Source code Git repository

Release note(s):

-
  

PGP verification How-To:

The release above is signed with a PGP key that can be found inside the git repository. The signed message usually contains checksum(s) for the individual files. So, in short:
  1. Import the public key from the git repository
  2. Verify that the above PGP signed message is signed with this key
  3. Verify the checksum(s)
The steps above are not outlined in detail because they usually involve issuing different terminal commands which depend on the operating system that you are currently using. {% else %} {{ page.content }} {% endif %} {% endblock %}