Skip to content

Nuru Installation on Linux

You can install nuru on your Linux computer with the binary as shown below:

Download the binary with this command:

curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Linux_amd64.tar.gz
curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Linux_amd64.tar.gz

Extract the file to make global available

sudo tar -C /usr/local/bin -xzvf nuru_Linux_amd64.tar.gz
sudo tar -C /usr/local/bin -xzvf nuru_Linux_amd64.tar.gz

Confirm installation with

nuru -v
nuru -v

All code is open source if you can read Assembly