Node.js

JavaScript runtime built on V8

About

Node.js is a JavaScript runtime built on Chrome's V8 engine, used for server-side JavaScript, build tooling, and CLI applications.

The official Node.js releases at nodejs.org do not include riscv64 binaries. Developers running JavaScript tooling (npm, webpack, vite, etc.) on RISC-V hardware must either build from source (2+ hours) or go without. This build provides the latest LTS version natively compiled for riscv64.

```bash

wget https://github.com/Cloud-V-10xE/RISC-V-software/releases/latest/download/nodejs--riscv64-linux.tar.gz

sudo tar -xzf nodejs--riscv64-linux.tar.gz -C /usr/local/

Releases (6)
VersionDateAssets
24.21.0 2026-09-09 2 file(s) view →
26.7.0 2026-08-26 1 file(s) view →
26.7.0 2026-08-13 2 file(s) view →
24.19.0 2026-08-12 1 file(s) view →
25.9.0 2026-07-06 1 file(s) view →
25.7.0 2026-02-28 1 file(s) view →