The binary releases are available for Linux, macOS (Darwin), FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and Windows.
Download from https://github.com/norouter/norouter/releases .
Or copy the following script to a terminal:
curl -fsSL https://github.com/norouter/norouter/releases/latest/download/norouter-$(uname -s)-$(uname -m).tgz | sudo tar xzvC /usr/local/bin
Note
Make sure to use the (almost) same version of NoRouter across all the hosts.
Note
The URL has changed in NoRouter v0.6.0.
When norouter
is already installed on the local host, the norouter show-installer
command can be used to replicate the
same version of the binary to remote hosts:
$ norouter show-installer | ssh some-user@example.com
...
Successfully installed /home/some-user/bin/norouter (version 0.3.0)