{% extends "base.html" %} {% load cycle from future %} {% load static from staticfiles %} {% block title %}{{ BRANDING_DISTRONAME }} - Releases{% endblock %} {% block head %} {% endblock %} {% block content %}

Releases

This is a list of ISO releases made by the {{ BRANDING_DISTRONAME }} release engineering team. These are typically done on a monthly cadence, containing the latest kernel and base packages from the package repositories. Click the version of each release to read any additional notes or details about each release.

Torrents and magnet URIs are available to download the releases. Releases listed as not available may still be seeded by peers, but are no longer registered via the official {{ BRANDING_DISTRONAME }} torrent tracker. We always recommend running the latest available release.

{% for item in release_list %} {% endfor %}
Release Date Version Kernel Version Available? Download Size
{% if item.torrent_data %} Torrent   Magnet {% endif %} {{ item.release_date|date }} {{ item.version }} {{ item.kernel_version|default:"" }} {{ item.available|yesno|capfirst }} {% if item.torrent_data %}{{ item.torrent.file_length|filesizeformat }}{% endif %}
{% endblock %} {% block script_block %} {% load cdn %}{% jquery %}{% jquery_tablesorter %} {% endblock %}