node-linux-x64

22.18.0 • Public • Published

Node.js

Node.js is an open-source, cross-platform JavaScript runtime environment.

For information on using Node.js, see the Node.js website.

The Node.js project uses an open governance model. The OpenJS Foundation provides support for the project.

Contributors are expected to act in a collaborative manner to move the project forward. We encourage the constructive exchange of contrary opinions and compromise. The TSC reserves the right to limit or block contributors who repeatedly act in ways that discourage, exhaust, or otherwise negatively affect other participants.

This project has a Code of Conduct.

Table of contents

Support

Looking for help? Check out the instructions for getting support.

Release types

  • Current: Under active development. Code for the Current release is in the branch for its major version number (for example, v22.x). Node.js releases a new major version every 6 months, allowing for breaking changes. This happens in April and October every year. Releases appearing each October have a support life of 8 months. Releases appearing each April convert to LTS (see below) each October.
  • LTS: Releases that receive Long Term Support, with a focus on stability and security. Every even-numbered major version will become an LTS release. LTS releases receive 12 months of Active LTS support and a further 18 months of Maintenance. LTS release lines have alphabetically-ordered code names, beginning with v4 Argon. There are no breaking changes or feature additions, except in some special circumstances.
  • Nightly: Code from the Current branch built every 24-hours when there are changes. Use with caution.

Current and LTS releases follow semantic versioning. A member of the Release Team signs each Current and LTS release. For more information, see the Release README.

Download

Binaries, installers, and source tarballs are available at https://nodejs.org/en/download/.

Current and LTS releases

https://nodejs.org/download/release/

The latest directory is an alias for the latest Current release. The latest-codename directory is an alias for the latest release from an LTS line. For example, the latest-hydrogen directory contains the latest Hydrogen (Node.js 18) release.

Nightly releases

https://nodejs.org/download/nightly/

Each directory and filename includes the version (e.g., v22.0.0), followed by the UTC date (e.g., 20240424 for April 24, 2024), and the short commit SHA of the HEAD of the release (e.g., ddd0a9e494). For instance, a full directory name might look like v22.0.0-nightly20240424ddd0a9e494.

API documentation

Documentation for the latest Current release is at https://nodejs.org/api/. Version-specific documentation is available in each release directory in the docs subdirectory. Version-specific documentation is also at https://nodejs.org/download/docs/.

Verifying binaries

Download directories contain a SHASUMS256.txt file with SHA checksums for the files.

To download SHASUMS256.txt using curl:

curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt

To check that downloaded files match the checksum, use sha256sum:

sha256sum -c SHASUMS256.txt --ignore-missing

For Current and LTS, the GPG detached signature of SHASUMS256.txt is in SHASUMS256.txt.sig. You can use it with gpg to verify the integrity of SHASUMS256.txt. You will first need to import the GPG keys of individuals authorized to create releases.

See Release keys for commands to import active release keys.

Next, download the SHASUMS256.txt.sig for the release:

curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt.sig

Then use gpg --verify SHASUMS256.txt.sig SHASUMS256.txt to verify the file's signature.

Building Node.js

See BUILDING.md for instructions on how to build Node.js from source and a list of supported platforms.

Security

For information on reporting security vulnerabilities in Node.js, see SECURITY.md.

Contributing to Node.js

Current project team members

For information about the governance of the Node.js project, see GOVERNANCE.md.

TSC (Technical Steering Committee)

TSC voting members

TSC regular members

TSC emeriti members

TSC emeriti members

Collaborators

Emeriti

Collaborator emeriti

Collaborators follow the Collaborator Guide in maintaining the Node.js project.

Triagers

Triagers follow the Triage Guide when responding to new issues.

Release keys

Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):

To import the full set of trusted release keys (including subkeys possibly used to sign releases):

gpg --keyserver hkps://keys.openpgp.org --recv-keys 5BE8A3F6C8A5C01D106C0AD820B1A390B168D356 # Antoine du Hamel
gpg --keyserver hkps://keys.openpgp.org --recv-keys DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 # Juan José Arboleda
gpg --keyserver hkps://keys.openpgp.org --recv-keys CC68F5A3106FF448322E48ED27F5E38D5B0A215F # Marco Ippolito
gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 # Michaël Zasso
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 # Rafael Gonzaga
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C # Richard Lau
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A # Ruy Adorno
gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0 # Ulises Gascón

See Verifying binaries for how to use these keys to verify a downloaded file.

Other keys used to sign some previous releases

Security release stewards

When possible, the commitment to take slots in the security release steward rotation is made by companies in order to ensure individuals who act as security stewards have the support and recognition from their employer to be able to prioritize security releases. Security release stewards manage security releases on a rotation basis as outlined in the security release process.

License

Node.js is available under the MIT License. Node.js also includes external libraries that are available under a variety of licenses. See LICENSE for the full license text.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.12.00v5-latest
0.12.180v0.12-latest
22.18.013,799latest
14.21.34,795v14-lts
10.24.1546v10-lts
6.11.06latest-v6
8.1.4-win120win
7.10.1158latest-v7
4.8.70v4-latest
16.20.27,090v16-lts
18.19.13,152v18-lts
12.22.122,666v12-lts
20.11.11,070v20-lts
11.15.0224v11-latest
8.17.0137v8-latest
18.14.0137lts
14.16.031v14-latest
10.21.016old
6.13.08v6-latest
4.9.18v4-lts
6.17.13v6-lts
8.16.22v8-lts
0.10.481v0.10-latest
12.14.00v12-latest
10.18.00v10-latest

Version History

VersionDownloads (Last 7 Days)Published
22.18.013,799
24.5.04,337
20.19.47,493
22.17.15,424
24.4.1687
24.4.0687
22.17.02,334
24.3.0721
20.19.3818
24.2.0811
22.16.04,915
24.1.041
20.19.24,862
22.15.11,147
23.11.12,366
24.0.2156
24.0.1292
24.0.0145
22.15.01,418
20.19.11,639
23.11.0915
18.20.87,545
20.19.03,386
23.10.0263
23.9.0680
18.20.71,847
23.8.0394
22.14.01,631
20.18.31,362
23.7.0596
18.20.6825
20.18.2473
22.13.1514
23.6.143
22.13.0334
23.6.0107
23.5.0465
23.4.0192
22.12.01,020
20.18.12,938
23.3.016
18.20.5973
23.2.066
22.11.0570
23.1.0602
22.10.01,058
23.0.017
20.18.01,319
22.9.0456
22.8.0503
22.7.076
20.17.04,075
22.6.0463
20.16.0535
22.5.1102
22.5.07
18.20.41,484
20.15.1141
22.4.17
22.4.09
20.15.0184
22.3.0384
20.14.0449
18.20.32,216
22.2.0305
20.13.1572
20.13.015
22.1.059
22.0.0223
18.20.2417
20.12.2435
21.7.33,653
18.20.157
20.12.1164
21.7.213
18.20.0383
20.12.0287
21.7.11,239
21.7.014
21.6.2355
20.11.11,070
18.19.13,152
18.19.062
21.6.1143
21.6.01,042
21.5.01
21.4.03
21.3.03
20.11.0414
21.2.0836
20.10.01,481
21.1.0427
20.9.0704
21.0.0171
20.8.1122
20.8.04
18.18.23,035
18.18.18
20.7.0163
20.6.14
18.18.0159
20.6.0254
20.5.1193
18.17.1246
16.20.27,090
20.5.0235
18.17.01,670
20.4.081
20.3.1872
20.3.08
18.16.1161
16.20.1189
20.2.03,361
20.1.0332
20.0.0158
18.16.0179
16.20.0300
19.8.113,968
19.8.037
18.15.0190
19.6.182
18.14.272
18.14.10
16.19.198
14.21.34,795
19.7.09
19.6.036
18.14.0137
18.13.0140
19.5.09
19.4.062
14.21.240
16.19.0627
19.3.049
19.2.037
19.1.070
18.12.1911
19.0.178
16.18.1100
14.21.032
18.12.022
19.0.076
18.11.012
16.18.0131
18.10.0208
16.17.141
18.9.111
14.20.118
18.9.013
18.8.013
16.17.0188
18.7.044
18.6.017
18.5.015
14.20.082
16.16.091
18.4.0354
18.3.00
18.2.03
18.1.013
18.0.0326
17.9.12,398
16.15.139
16.15.01,482
14.19.316
14.19.22
12.22.122,666
17.7.2283
16.14.2251
14.19.11,454
12.22.112
16.14.114
17.7.113
17.7.011
17.6.00
16.14.028
17.5.0377
14.19.015
12.22.102
17.4.082
17.3.172
16.13.21,551
14.18.37
12.22.971
17.3.025
12.22.81
14.18.223
17.2.019
16.13.1644
17.1.0118
16.13.0122
17.0.110
17.0.00
16.12.00
16.11.115
16.11.01
14.18.1832
12.22.7117
14.18.018
16.10.0159
16.9.145
16.9.04
16.8.03
16.7.00
16.6.28
14.17.6127
14.17.55
12.22.60
12.22.513
16.6.1211
16.6.01
14.17.41,500
12.22.410
16.5.05
16.4.139
14.17.3173
12.22.35
12.22.24
14.17.226
16.4.023
14.17.12
16.3.090
16.1.044
16.0.01,146
15.14.0633
14.16.165
12.22.110
10.24.1546
15.12.013
10.24.09
12.21.015
15.10.014
14.16.031
15.8.06
15.7.00
10.23.218
12.20.17
14.15.247
15.4.044
12.20.095
15.3.0303
15.2.16
14.15.137
12.19.16
15.2.09
15.1.00
10.23.07
14.15.0125
15.0.153
15.0.00
14.14.090
12.19.09
14.13.1314
14.13.012
14.12.010
14.11.04
12.18.48
10.22.17
14.10.111
14.10.02
14.9.010
14.8.021
14.7.059
12.18.311
14.6.00
10.22.04
12.18.21
14.5.038
12.18.13
14.4.07
12.18.00
10.21.016
12.17.05
14.3.025
14.2.03
14.1.03
13.14.0135
12.16.317
14.0.027
13.13.01
10.20.1120
12.16.27
10.20.01
13.12.011
13.11.01
13.10.17
13.10.00
13.8.07
13.9.04
12.16.1373
12.16.06
12.15.010
10.19.038
13.7.05
10.18.11
13.6.0239
12.14.123
13.5.05
13.4.00
12.14.00
10.18.00
8.17.0137
12.13.13
13.3.010
13.1.0239
13.0.10
10.17.05
13.0.00
12.13.018
12.12.03
8.16.22
12.11.10
12.11.00
12.10.012
12.9.10
12.9.040
12.8.10
8.16.16
10.16.321
12.8.05
10.16.20
10.16.10
12.7.03,888
12.6.0144
12.5.03
12.4.039
10.16.062
12.3.14
12.3.019
12.2.09
11.15.0224
12.1.03
8.16.015
12.0.011
11.14.03
6.17.13
11.13.099
11.12.06
11.11.015
10.15.320
10.15.22
8.15.19
6.17.06
11.10.02
11.9.05
10.15.1766
11.8.03
11.7.02
0.10.481
0.10.470
6.16.05
8.15.013
10.15.011
11.6.07
10.14.21
8.14.10
11.5.03
10.14.115
11.4.04
11.3.00
10.14.00
8.14.05
6.15.10
11.2.01
8.13.05
11.1.031
10.13.016
11.0.013
10.12.025
10.11.0272
8.12.055
10.10.031
6.14.40
10.9.015
8.11.45
10.8.08
10.7.06
10.6.05
10.5.08
10.4.10
9.11.2205
6.14.36
8.11.35
10.4.04
10.3.031
10.2.04
10.1.02
8.11.21
6.14.24
10.0.010
6.10.37
9.11.08
9.10.16
6.14.10
4.9.18
8.11.17
9.10.00
8.11.00
6.14.03
4.9.00
9.9.03
9.8.00
8.10.027
9.6.10
9.6.00
9.7.05
6.13.08
9.5.08
9.4.01
6.12.33
8.9.411
9.3.00
9.2.10
8.9.38
6.12.25
4.8.70
8.9.20
6.12.14
8.9.19
9.2.09
4.8.60
6.12.01
9.1.03
9.0.02
8.9.0239
8.8.10
8.8.02
6.11.52
4.8.50
8.7.09
8.6.04
8.5.02
8.4.04,476
8.3.081
8.2.118
8.2.04
4.8.40
6.11.14
7.10.1158
8.1.40
8.1.4-win120
8.1.4-win110
8.1.3-win90
8.1.30
8.1.20
8.1.10
6.11.06
7.10.01
8.0.06
7.9.02
7.7.40
7.8.04
7.7.30
7.7.20
7.7.10
7.7.04
7.6.04
7.5.08
6.9.50
7.4.010
7.3.03
6.9.42
6.9.30
4.7.20
0.12.180
4.7.10
4.7.00
7.2.16
7.2.04
7.1.04
7.0.03
6.9.20
4.6.20
4.6.10
6.9.10
6.9.00
6.8.17
6.8.00
7.0.0-test2016100609987d242b0
6.7.02
6.6.01
6.5.00
6.4.00
6.3.17
6.3.06
4.6.00
4.5.00
4.4.70
6.2.29
6.2.10
6.2.00
5.12.00
4.4.60
4.4.50
0.12.150
0.12.140
0.12.130
0.12.120
0.10.460
0.10.450
0.10.440
0.10.430
0.10.420
4.4.40
5.11.10
6.1.00
6.0.01
5.11.00
5.10.10
5.10.00
4.4.10
5.9.10
5.9.00
5.8.00
5.7.10
5.7.00
4.3.10
5.5.00
4.2.50
5.4.00
4.2.40
5.3.00
5.2.00
5.1.10
4.2.30
0.12.90
0.10.410
0.12.80
5.1.00
5.0.00
4.2.20
4.2.10
4.2.00
4.1.00
4.2.1-pkg20
4.2.1-pkg10
4.1.0-pkg10
4.0.00
4.0.0-rc.10
0.12.70
0.10.400
0.12.60
0.12.50
0.10.390
0.12.40
0.12.30
0.12.20
0.12.10
0.10.380
0.10.370
0.12.00
0.10.360
0.10.350
0.10.340
0.11.150
0.8.270
0.8.260
0.8.250
0.8.240
0.8.230
0.8.220
0.8.210
0.8.200
0.8.190
0.8.180
0.8.170
0.8.160
0.8.150
0.8.140
0.8.130
0.8.120
0.8.110
0.8.100
0.8.90
0.8.80
0.8.70
0.8.60
0.10.00
0.10.10
0.10.20
0.10.30
0.10.40
0.10.50
0.10.60
0.10.70
0.10.80
0.10.90
0.10.1043
0.10.1143
0.10.1242
0.10.1342
0.10.1442
0.10.1541
0.10.160
0.10.170
0.10.180
0.10.190
0.10.200
0.10.210
0.10.220
0.10.230
0.10.240
0.10.250
0.10.260
0.10.270
0.10.280
0.10.290
0.10.300
0.10.310
0.10.320
0.8.280
0.11.140
0.10.330

Package Sidebar

Install

npm i node-linux-x64

Weekly Downloads

158,047

Version

22.18.0

License

none

Unpacked Size

173 MB

Total Files

2375

Last publish

Collaborators

  • aredridel