Two NUT websites
This version of the page reflects NUT release v2.8.0 with codebase commited ff16dabca at 2022-04-04T11:04:28+00:00 Options, features and capabilities in current development (and future releases) are detailed on the main site and may differ from ones described here. |
This section presents the different methods to download NUT.
Source code
You should always use PGP/GPG to verify the signatures before using any source code. You can use the following procedure to do so. |
Stable tree: 2.8
You can also browse the stable source directory.
Development tree:
Code repository
The development tree is available through a Git repository hosted at GitHub.
To retrieve the current development tree, use the following command:
$ git clone git://github.com/networkupstools/nut.git
The configure script and its dependencies are not stored in Git. To generate them, ensure that autoconf, automake and libtool are installed, then run the following script in the directory you just checked out:
$ ./autogen.sh
Then refer to the NUT user manual for more information.
Browse code
You can browse the "vanilla NUT" code at the Main GitHub repository for NUT sources, and some possibly modified copies as part of packaging recipe sources of operating system distributions, as listed below.
Snapshots
GitHub has several download links for repository snapshots (for particular tags
or branches), but you will need a number of tools such as autoconf, automake
and libtool to use these snapshots to generate the configure
script and some
other files.
After you configure
the source workspace, a make dist-hash
recipe would
create the snapshot tarballs which do not require the auto* tools, and their
checksum files, such as those available on the NUT website and attached to
GitHub Releases page.
Older versions
Binary packages
The only official releases from this project are source code. |
NUT is already available in the following operating systems (and likely more):
-
Repology report on NUT lists 745 entries about NUT, as of this writing
-
Linux:
-
BSD systems:
-
Mac OS X:
-
illumos/Solaris:
-
Windows (complete port, Beta):
Java packages
-
The jNut package has been split into its own GitHub repository.
-
NUT Java support (client side, Beta) jNUT 0.2-SNAPSHOT
-
NUT Java Web support (client side using REST, Beta) jNutWebAPI 0.2-SNAPSHOT (sources)
Virtualization packages
VMware
-
NUT client 2.7.4 for ESXi 5.0, 5.1, 5.5 and 6.0 (offsite, René Garcia)