Safe, Secure, and Reliable Node.js

from
Back
1 2 3

Select your Environment

Download the latest N|Solid on Debian and Red Hat based Linux, macOS or Windows.

Which LTS version?

N|Solid is available on all active LTS versions. Node.js 20 is the newest LTS version and Node.js 18 is the previous LTS

Debian Based Linux Installation (Node.js 20 LTS)

To install N|Solid, copy and paste the following lines into your terminal:

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - apt-get install nsolid -y

Debian Based Linux Installation (Node.js 18 LTS)

To install N|Solid, copy and paste the following lines into your terminal:

curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - apt-get install nsolid -y

macOS Installation (Node.js 20 LTS)

x64 architecture

Download the macOS installer, then run it and follow the instructions.

Download

Apple Silicon architecture

Download the macOS installer, then run it and follow the instructions.

Download

Use the following link if you want to install the runtime via Homebrew

Homebrew installation instructions

macOS Installation (Node.js 18 LTS)

x64 architecture

Download the macOS installer, then run it and follow the instructions.

Download

Apple Silicon architecture

Download the macOS installer, then run it and follow the instructions.

Download

Use the following link if you want to install the runtime via Homebrew

Homebrew installation instructions

Red Hat Based Linux Installation (Node.js 20 lTS)

To install N|Solid, copy and paste the following lines into your terminal:

curl -fsSL https://rpm.nodesource.com/setup_20.x | bash - yum install nsolid -y

Red Hat Based Linux Installation (Node.js 18 LTS)

To install N|Solid, copy and paste the following lines into your terminal:

curl -fsSL https://rpm.nodesource.com/setup_18.x | bash - yum install nsolid -y

Windows Installation (Node.js 20 LTS)

Download the Windows installer, then run it and follow the instructions.

Download

Windows Installation (Node.js 18 LTS)

Download the Windows installer, then run it and follow the instructions.

Download

For alternate installation options, see our documentation.