@@ -99,29 +99,29 @@ Node.js does not support a platform version if a vendor has expired support
9999for it. In other words, Node.js does not support running on End-of-Life (EoL)
100100platforms. This is true regardless of entries in the table below.
101101
102- | Operating System | Architectures | Versions | Support Type | Notes |
103- | ---------------- | ---------------- | ------------------------------- | ------------ | --------------------------------- |
104- | GNU/Linux | x64 | kernel >= 3.10, glibc >= 2.17 | Tier 1 | e.g. Ubuntu 16.04 <sup >[ 1] ( #fn1 ) </sup >, Debian 9, EL 7 <sup >[ 2] ( #fn2 ) </sup > |
105- | GNU/Linux | x64 | kernel >= 3.10, musl >= 1.1.19 | Experimental | e.g. Alpine 3.8 |
106- | GNU/Linux | x86 | kernel >= 3.10, glibc >= 2.17 | Experimental | Downgraded as of Node.js 10 |
107- | GNU/Linux | arm64 | kernel >= 4.5, glibc >= 2.17 | Tier 1 | e.g. Ubuntu 16.04, Debian 9, EL 7 <sup >[ 3] ( #fn3 ) </sup > |
108- | GNU/Linux | armv7 | kernel >= 4.14, glibc >= 2.24 | Tier 1 | e.g. Ubuntu 18.04, Debian 9 |
109- | GNU/Linux | armv6 | kernel >= 4.14, glibc >= 2.24 | Experimental | Downgraded as of Node.js 12 |
110- | GNU/Linux | ppc64le >=power8 | kernel >= 3.10.0, glibc >= 2.17 | Tier 2 | e.g. Ubuntu 16.04 <sup >[ 1] ( #fn1 ) </sup >, EL 7 <sup >[ 2] ( #fn2 ) </sup > |
111- | GNU/Linux | s390x | kernel >= 3.10.0, glibc >= 2.17 | Tier 2 | e.g. EL 7 <sup >[ 2] ( #fn2 ) </sup > |
112- | Windows | x64, x86 (WoW64) | >= Windows 8.1/2012 R2 | Tier 1 | <sup >[ 4] ( #fn4 ) ,[ 5] ( #fn5 ) </sup > |
113- | Windows | x86 (native) | >= Windows 8.1/2012 R2 | Tier 1 (running) / Experimental (compiling) <sup >[ 6] ( #fn6 ) </sup > | |
114- | Windows | x64, x86 | Windows Server 2012 (not R2) | Experimental | |
115- | Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | |
116- | macOS | x64 | >= 10.13 | Tier 1 | For notes about compilation see <sup >[ 7] ( #fn7 ) </sup > |
117- | macOS | arm64 | >= 11 | Tier 1 | |
118- | SmartOS | x64 | >= 18 | Tier 2 | |
119- | AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | |
120- | FreeBSD | x64 | >= 12.2 | Experimental | |
102+ | Operating System | Architectures | Versions | Support Type | Notes |
103+ | ---------------- | ---------------- | ------------------------------- | ---------------------------------------------------------------- | ------------------------------------------ --------------------------------- |
104+ | GNU/Linux | x64 | kernel >= 3.10, glibc >= 2.17 | Tier 1 | e.g. Ubuntu 16.04 <sup >[ 1] ( #fn1 ) </sup >, Debian 9, EL 7 <sup >[ 2] ( #fn2 ) </sup > |
105+ | GNU/Linux | x64 | kernel >= 3.10, musl >= 1.1.19 | Experimental | e.g. Alpine 3.8 |
106+ | GNU/Linux | x86 | kernel >= 3.10, glibc >= 2.17 | Experimental | Downgraded as of Node.js 10 |
107+ | GNU/Linux | arm64 | kernel >= 4.5, glibc >= 2.17 | Tier 1 | e.g. Ubuntu 16.04, Debian 9, EL 7 <sup >[ 3] ( #fn3 ) </sup > |
108+ | GNU/Linux | armv7 | kernel >= 4.14, glibc >= 2.24 | Tier 1 | e.g. Ubuntu 18.04, Debian 9 |
109+ | GNU/Linux | armv6 | kernel >= 4.14, glibc >= 2.24 | Experimental | Downgraded as of Node.js 12 |
110+ | GNU/Linux | ppc64le >=power8 | kernel >= 3.10.0, glibc >= 2.17 | Tier 2 | e.g. Ubuntu 16.04 <sup >[ 1] ( #fn1 ) </sup >, EL 7 <sup >[ 2] ( #fn2 ) </sup > |
111+ | GNU/Linux | s390x | kernel >= 3.10.0, glibc >= 2.17 | Tier 2 | e.g. EL 7 <sup >[ 2] ( #fn2 ) </sup > |
112+ | Windows | x64, x86 (WoW64) | >= Windows 8.1/2012 R2 | Tier 1 | <sup >[ 4] ( #fn4 ) ,[ 5] ( #fn5 ) </sup > |
113+ | Windows | x86 (native) | >= Windows 8.1/2012 R2 | Tier 1 (running) / Experimental (compiling) <sup >[ 6] ( #fn6 ) </sup > | |
114+ | Windows | x64, x86 | Windows Server 2012 (not R2) | Experimental | |
115+ | Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | |
116+ | macOS | x64 | >= 10.13 | Tier 1 | For notes about compilation see <sup >[ 7] ( #fn7 ) </sup > |
117+ | macOS | arm64 | >= 11 | Tier 1 | |
118+ | SmartOS | x64 | >= 18 | Tier 2 | |
119+ | AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | |
120+ | FreeBSD | x64 | >= 12.2 | Experimental | |
121121
122122<em id =" fn1 " >1</em >: GCC 8 is not provided on the base platform. Users will
123123need the
124- [ Toolchain test builds PPA] ( https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter =xenial )
124+ [ Toolchain test builds PPA] ( https://launchpad.net/\ ~ ubuntu-toolchain-r/+archive/ubuntu/test?field.series \_ filter =xenial )
125125or similar to source a newer compiler.
126126
127127<em id =" fn2 " >2</em >: GCC 8 is not provided on the base platform. Users will
@@ -170,7 +170,7 @@ Depending on the host platform, the selection of toolchains may vary.
170170Binaries at < https://nodejs.org/download/release/ > are produced on:
171171
172172| Binary package | Platform and Toolchain |
173- | --------------------- | ------------------------------------------------------------------------------------------------------------- |
173+ | ----------------------- | ------------------------------------------------------------------------------------------------------------- |
174174| aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 8 |
175175| darwin-x64 | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.13 |
176176| darwin-arm64 (and .pkg) | macOS 11 (arm64), Xcode Command Line Tools 12 with -mmacosx-version-min=10.13 |
@@ -272,7 +272,7 @@ $ make -j4
272272
273273The ` -j4 ` option will cause ` make ` to run 4 simultaneous compilation jobs which
274274may reduce build time. For more information, see the
275- [ GNU Make Documentation] ( https://www.gnu.org/software/make/manual/html_node /Parallel.html ) .
275+ [ GNU Make Documentation] ( https://www.gnu.org/software/make/manual/html \_ node /Parallel.html ) .
276276
277277The above requires that ` python ` resolves to a supported version of
278278Python. See [ Prerequisites] ( #prerequisites ) .
0 commit comments