1 Download Nuts
Nuts provides several download versions depending on your requirementsStable Binaries or Recommended Binaries are used in most of the cases
Preview Binaries are used if you want to benefit of all new features
Installers are used if you are more familiar with GUI Wizard installers
Offline Binaries are used critical or isolated systems, such as docker containers. They provide a statically built bersion of nuts that does not require external dependencies.
Older archived versions are provided for you to browse old version
1.1 Stable Binaries
Download Nuts Stable version 0.8.5.0. Download stable version, this is production ready version. Download Nuts 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.download manually https://thevpc.net/nuts/nuts-stable.jar
java -jar nuts.jar -Zy
On Windows systems, first launch will create a new
nuts
Menu (under Programs) and a couple of Desktop shortcuts to launch a configured command terminal.
-
nuts-cmd-0.8.5
: this shortcut will open a configured command terminal.
nuts
command will be available as well as several nuts companion tools installed by
nadmin
by default
-
nuts-cmd
: this shortcut will point to the last installed
nuts
version, here 0.8.5
Any of these shortcuts will launch a nuts-aware terminal.
Supported Windows systems include Window 7 and later.
$ wget https://thevpc.net/nuts/nuts-stable.jar -qO nuts.jar
$ java -jar nuts.jar -y
$ exit
(using curl):
This will reuse any previous nuts installation before installing the latest version.
$ curl -sOL https://thevpc.net/nuts/nuts-stable.jar -o nuts.jar
$ java -jar nuts.jar -Zy
$ exit
Linux Systems installation is based on bash shell. First launch will configure "~/.bashrc" so that
nuts
and other companion tool commands will be available in any future terminal instances. Note that shells are also supported and the relative
rcfiles
are also updated (including
zsh
,
fish
etc) Using
nuts
on unix-like system should be seamless. A simple bash terminal (Gnome Terminal, KDE Konsole,...) is already a nuts-aware terminal.
All Linux versions and distributions should work with or without X Window (or equivalent). Graphical system is required only if you plan to run a gui application using
nuts
. All tests where performed on OpenSuse Tumbleweed.
$ curl -sOL https://thevpc.net/nuts/nuts.jar -o nuts.jar
$ java -jar nuts.jar -Zy
$ exit
MacOS Systems installation is based on
zsh
shell. First launch will configure "~/.zshrc" so that
nuts
and other companion tool commands will be available in any future terminal instances. Using
nuts
on MacOS system should be seamless. A simple bash terminal (MacOs Terminal App) is already a nuts-aware terminal.
1.2 Preview Binaries
Download Nuts Preview version 0.8.5.0. Download preview version, this is not production ready version. Download Nuts 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.download manually https://thevpc.net/nuts/nuts-preview.jar
java -jar nuts.jar -Zy
On Windows systems, first launch will create a new
nuts
Menu (under Programs) and a couple of Desktop shortcuts to launch a configured command terminal.
-
nuts-cmd-0.8.5
: this shortcut will open a configured command terminal.
nuts
command will be available as well as several nuts companion tools installed by
nadmin
by default
-
nuts-cmd
: this shortcut will point to the last installed
nuts
version, here 0.8.5
Any of these shortcuts will launch a nuts-aware terminal.
Supported Windows systems include Window 7 and later.
$ wget https://thevpc.net/nuts/nuts-preview.jar -qO nuts.jar
$ java -jar nuts.jar -y
$ exit
(using curl):
This will reuse any previous nuts installation before installing the latest version.
$ curl -sOL https://thevpc.net/nuts/nuts-preview.jar -o nuts.jar
$ java -jar nuts.jar -Zy
$ exit
Linux Systems installation is based on bash shell. First launch will configure "~/.bashrc" so that
nuts
and other companion tool commands will be available in any future terminal instances. Note that shells are also supported and the relative
rcfiles
are also updated (including
zsh
,
fish
etc) Using
nuts
on unix-like system should be seamless. A simple bash terminal (Gnome Terminal, KDE Konsole,...) is already a nuts-aware terminal.
All Linux versions and distributions should work with or without X Window (or equivalent). Graphical system is required only if you plan to run a gui application using
nuts
. All tests where performed on OpenSuse Tumbleweed.
$ curl -sOL https://thevpc.net/nuts/nuts-preview.jar -o nuts.jar
$ java -jar nuts.jar -Zy
$ exit
MacOS Systems installation is based on
bash
shell. First launch will configure "~/.bashrc" so that
nuts
and other companion tool commands will be available in any future terminal instances. Using
nuts
on MacOS system should be seamless. A simple bash terminal (MacOs Terminal App) is already a nuts-aware terminal.
1.3 Graphical Installers
Download Installer for your Operating System. 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.Java Installer
Download Portable Installer for any Operating System. This requires you have a valid Java 8+ JRE installed Portable Installer (128KB)Linux Installers
Download Native Linux x64 Installer. This requires you have a valid Java 8+ JRE installedLinux x64 Installer (3MB)Download Native Linux x64 Installer along with JRE. You do not need to have an installed JRE.
Linux x64 Installer + JRE (NOT_FOUND)Download Native Linux x64 Installer as RPM. Use this if you are using OpenSuse, Redhat, Fedora or any rpm based Linux distribution.
Redhat/OpenSuSE Linux x64 RPM (NOT_FOUND)Windows Installers
Download Native Linux Installer. This requires you have a valid Java 8+ JRE installed Win x64 Installer (NOT_FOUND)Download Native Windows x64 Installer along with JRE. You do not need to have an installed JRE.
Win x64 Installer + JRE (7MB)MacOS Installers
Download Native MacOS x64 Installer. This requires you have a valid Java 8+ JRE installed MacOS x64 Installer (126KB)1.4 Offline Binaries
Offline binaries can be used to enhance bootstrap performance and are ideal in dockerized environments.Java Binaries
Download Offline binaries for any Operating System. This requires you have a valid Java 8+ JRE installed Portable Offline Binaries (NOT_FOUND)Linux Binaries
Download Native Linux x64 Offline Binaries. This requires you have a valid Java 8+ JRE installedLinux x64 Offline Binaries (NOT_FOUND) Download Native Linux x64 Installer along with JRE. You do not need to have an installed JRE.
Linux x64 Offline Binaries + JRE (NOT_FOUND) Download Native Linux x64 Installer as RPM. Use this if you are using OpenSuse, Redhat, Fedora or any rpm based Linux distribution.
Redhat/OpenSuSE Linux x64 Offline RPM (NOT_FOUND)Windows Binaries
Download Native Linux Offline Binaries. This requires you have a valid Java 8+ JRE installedWin x64 Offline Binaries (NOT_FOUND)Download Native Windows x64 Offline Binaries along with JRE. You do not need to have an installed JRE.
Win x64 Offline Binaries + JRE (NOT_FOUND)MacOS Binaries
Download Native MacOS x64 Offline Binaries. This requires you have a valid Java 8+ JRE installed MacOS x64 Offline Binaries (NOT_FOUND)1.5 Nuts Archive
Old versions
0.8.5
curl -sOL https://thevpc.net/nuts/nuts-0.8.5.jar -o nuts.jar && java -jar nuts.jar -Zy
0.8.4
curl -sOL https://thevpc.net/nuts/nuts-0.8.4.jar -o nuts.jar && java -jar nuts.jar -Zy
0.8.3
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