You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project automatically monitors Node.js for new releases and compiles the latest versions into shared libraries using GitHub Actions. You can conveniently access these binaries in the release section of this repository.
3
+
4
+
## Supported platforms:
5
+
- Linux x64
6
+
- Linux ARM64
7
+
- MacOS x64
8
+
- MacOS ARM64 (M series)
9
+
- Windows x64
10
+
11
+
## Possible Future Support:
12
+
- Windows ARM64 (The Windows ARM64 support is dependent on solving [https://github.com/nodejs/node/issues/52664](https://github.com/nodejs/node/issues/52664))
13
+
14
+
## Usage:
15
+
Download your suitable release and place the binaries into your Operating System's shared library location. On Linux for example, you'd do:
16
+
```bash
17
+
# Replace <version> with the version you're willing to download, e.g. `v22.1.0`.
18
+
# Replace <arch> with your CPU architecture. e.g. `amd64` or `arm64`.
0 commit comments