Download Latest Version v1.15.0 source code.zip (2.3 MB)
Email in envelope

Get an email when there's a new version of Nerves

Home / v1.14.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-20 1.1 kB
v1.14.0 source code.tar.gz 2026-04-20 2.2 MB
v1.14.0 source code.zip 2026-04-20 2.3 MB
Totals: 3 Items   4.6 MB 0

This release includes significant internal changes to artifact download logic. No support was intentionally broken, but less common artifact download support, such as Gitea artifact downloads, might have regressed due to reduced test coverage. Please report if you're affected.

  • Changes
  • Requests to GitHub authenticate if an auth token is available even for public downloads. This avoids API rate limit issues and makes Nerves more forgiving if you change your Nerves system repository to private.
  • Use GitHub Bearer authentication instead of basic auth
  • Remove :username from the :github_api site method. It hasn't been used for a long time.
  • Default the GitHub release tag to v#{version} for :github_api site downloads just like is done for :github_release site downloads. If you don't use the v notation, you can set the :tag as previously done.
  • Fall back to using the GitHub CLI if available to determine the auth token. This is the final method. Environment variables like GITHUB_API_TOKEN and customized Nerves system token overrides take precedence.
Source: README.md, updated 2026-04-20