Skip to main content

Nuts

The Java Package Manager

Choose your download format...
[object Object]

Download Installer

Download a graphical installer that will make it simple to install nuts package manager. After downloading the installer, just double click the file and follow the installation wizard instructions. A valid java 1.8+ runtime is required.

[object Object]

Download Raw Jar Package

Download raw jar file to perform installation using your favourite shell. After downloading the installer, follow the documentation to install the package manager. Use 'Portable' version for production and 'Preview' for all other cases. A valid java 1.8+ runtime is required.

[object Object]

Install Manually

Use one commandline to download and install Nuts package manager with the help of cUrl command. Use 'Portable' version for production and 'Preview' version for all other cases. A valid java 1.8+ runtime is required.

Stable
curl -sOL https://repo.maven.apache.org/maven2/net/thevpc/nuts/nuts/0.8.3/nuts-0.8.3.jar -o nuts.jar && java -jar nuts.jar -Zy
Preview
curl -sOL https://thevpc.net/nuts/nuts-preview.jar -o nuts.jar && java -jar nuts.jar -Zy