This repository is a fork of the official Nuts repository. We adapted it to support .pkg release files on osx to suit our needs for an more advanced installer.
In order to run the scripts dev-pipeline and prod-pipeline, you need to create a file setup-env.sh with the following content:
export GITHUB_REPO="$1"
export GITHUB_TOKEN="insert the github token here"
IMPORTANT: Make sure to never push the GITHUB_TOKEN to this repository on Github (as long at it is public) because then Github will revoke the token for safety reasons.
Nuts is a simple (and smart) application to serve desktop-application releases.
It uses GitHub as a backend to store assets, and it can easily be deployed to Heroku as a stateless service. It supports GitHub private repositories (useful to store releases of a closed-source application available on GitHub).
- ✨ Store assets on GitHub releases
- ✨ Proxy releases from private repositories to your users
- ✨ Simple but powerful download urls
/download/latest/download/latest/:os/download/:version/download/:version/:os/download/channel/:channel/download/channel/:channel/:os
- ✨ Support pre-release channels (
beta,alpha, ...) - ✨ Auto-updates with Squirrel
- For Mac using
/update?version=<x.x.x>&platform=osx - For Windows using Squirrel.Windows and Nugets packages
- For Mac using
- ✨ Private API
- ✨ Use it as a middleware: add custom analytics, authentication
- ✨ Serve the perfect type of assets:
.zipfor Squirrel.Mac,.nupkgfor Squirrel.Windows,.pkgfor Mac users, ... - ✨ Release notes endpoint
/notes/:version
- ✨ Up-to-date releases (GitHub webhooks)
- ✨ Atom/RSS feeds for versions/channels
Follow our guide to deploy Nuts.
This server provides an endpoint for Squirrel auto-updater, it supports both OS X and Windows.
Check out the documentation for more details.

