Latest Apache Mynewt OS Release

  • Release Version: Mynewt 0.9.0-incubating
  • Release Date: June 6, 2016
  • Release Notes

Fresh install

If you are brand new to Mynewt, go to Quick Start. The Newt tool will automatically download the latest release.

If you have already installed the Newt tool but not started any project yet, go to Create Your First Project. The Newt tool will automatically download the latest release.

Upgrade

If you have already installed the Newt tool and started a project that installed a previous version of Apache Mynewt, upgrade using Newt tool:

$ newt upgrade

Code in development

While the use of one of the official releases listed above is generally recommended, you may be interested in seeing work in progress.

The most recent code resides in the develop branch of the Mynewt git repository. You may view or fork the repositories for Mynewt OS and Newt Tool from the Apache mirror on github.com.

Alternatively, you can clone the desired branch using git:

$ git clone git://github.com/apache/incubator-mynewt-core.git -b develop
$ git clone git://github.com/apache/incubator-mynewt-newt.git -b develop

A relatively stable version of code in progress can be found in the master branch of the Mynewt git repository. You may access the code for Mynewt OS and Newt Tool from the 'master` branch of the Apache mirror on github.com or clone it using git:

$ git clone git://github.com/apache/incubator-mynewt-core.git
$ git clone git://github.com/apache/incubator-mynewt-newt.git

For general information on using Git at Apache, go to https://git-wip-us.apache.org.

Release Archives