Skip to content

Files

Latest commit

 

History

History
102 lines (91 loc) · 4.76 KB

download.md

File metadata and controls

102 lines (91 loc) · 4.76 KB
layout title description group
page
Downloads
Project Downloads page
nav-right

{% include JB/setup %}

{{ site.data.project.name }} Downloads

{{ site.data.project.name }} is released as two source artifacts, one for the OS and another for the integrated Apps.

Release Artifacts

{% assign releases = site.releases | where: 'released', 'true' | where: 'apache', 'true' | sort: 'date' %} {% if releases.size > 0 %}

{% for release in releases reversed %} {% if release.title %} {% endif %} {% endfor %}
Version Summary Archive SHA-512 Signature Release Date
{{ release.title }} {{ release.summary }} OS/Apps OS/Apps OS/Apps {{ release.date | date: "%Y-%m-%d" }}

Choose a source distribution in tar.gz format, and verify using the corresponding pgp signature (using the committer file in [KEYS](https://downloads.apache.org/{{ site.data.project.incubator_slash_name }}/KEYS)). If you cannot do that, the sha512 hash file may be used to check that the download has completed OK.

For fast downloads, current source distributions are hosted on mirror servers.

For security, hash and signature files are always hosted at Apache. {% else %}

No official Apache releases have been made yet!
{% endif %}
All releases below are from prior to Apache NuttX's acceptance into the Incubator. They are not Apache Software Foundation releases, and are licensed primarily under the BSD-3-Clause license . See COPYING file for more details on a specific releases licensing.

{% assign releases = site.releases | where: 'released', 'true' | where: 'apache', 'false' | sort: 'date' %}

{% for release in releases reversed %} {% if release.title %} {% endif %} {% endfor %}
Version Summary Archive Release Date
{{ release.title }} {{ release.summary }} OS/Apps {{ release.date | date: "%Y-%m-%d" }}