Node.js binaries for platforms that are not officially supported by the Node.js project, built and published automatically as new releases appear.
Install the latest build for your platform, auto-detected, with the download verified against its published checksum (docs):
curl -fsSLO https://unofficial-builds.nodejs.org/install-node.sh
less install-node.sh # you do read shell scripts before running them, don't you?
bash install-node.sh
This project is experimental: builds receive minimal or no testing, output is not guaranteed to remain consistent, and its existence is not guaranteed into the future. Official builds, with full quality guarantees, are at nodejs.org. This project is community-maintained and needs contributors to stay viable; help is welcome via the repository.