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
.
Current and LTS releases
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
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 .
Version-specific documentation is available in each release directory in the
docs subdirectory. Version-specific documentation is also at
.
Verifying binaries
Download directories contain a SHASUMS256.txt.asc file with SHA checksums for the
files and the releaser PGP signature.
You can get a trusted keyring from nodejs/release-keys, e.g. using curl:
curl -fsLo "/path/to/nodejs-keyring.kbx" "https://github.com/nodejs/release-keys/raw/HEAD/gpg/pubring.kbx"
Alternatively, you can import the releaser keys in your default keyring, see
Release keys for commands on how to do that.
Then, you can verify the files you've downloaded locally
(if you're using your default keyring, pass --keyring="${GNUPGHOME:-~/.gnupg}/pubring.kbx"):
curl -fsO "https://nodejs.org/dist/${VERSION}/SHASUMS256.txt.asc" \
&& gpgv --keyring="/path/to/nodejs-keyring.kbx" --output SHASUMS256.txt < SHASUMS256.txt.asc \
&& shasum --check SHASUMS256.txt --ignore-missing
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
Antoine du Hamel <
> (he/him)
Yagiz Nizipli <> (he/him)
Benjamin Gruenbaum <>
Ruben Bridgewater <> (he/him)
Gireesh Punathil <> (he/him)
James M Snell <> (he/him)
Joyee Cheung <> (she/her)
Chengzhong Wu <> (he/him)
Marco Ippolito <> (he/him)
Matteo Collina <> (he/him)
Filip Skokan <> (he/him)
Rafael Gonzaga <> (he/him)
Darshan Sen <> (he/him)
Richard Lau <>
Robert Nagy <>
Ruy Adorno <> (he/him)
Paolo Insogna <> (he/him)
Michaël Zasso <> (he/him)
Tobias Nießen <> (he/him)
TSC regular members
Beth Griggs <> (she/her)
Ben Noordhuis <>
Colin Ihrig <> (he/him)
Shelley Vohr <> (she/her)
Geoffrey Booth <> (he/him)
Moshe Atlow <> (he/him)
Rich Trott <> (he/him)
TSC emeriti members
TSC emeriti members
Anna Henningsen <> (she/her)
Anatoli Papirovski <> (he/him)
Сковорода Никита Андреевич <> (he/him)
Chris Dickinson <>
Daniel Bevenius <> (he/him)
Danielle Adams <> (she/her)
Evan Lucas <> (he/him)
Franziska Hinkelmann <> (she/her)
Jeremiah Senkpiel <> (he/they)
Gabriel Schulhof <>
Gibson Fahnestock <> (he/him)
Fedor Indutny <>
Isaac Z. Schlueter <>
Josh Gavant <>
Michael Dawson <> (he/him)
Mary Marchini <> (she/her)
Brian White <>
Myles Borins <> (he/him)
Bryan Hughes <>
Ali Ijaz Sheikh <> (he/him)
Alexis Campailla <>
Bert Belder <>
Rod Vagg <>
Sam Roberts <>
Shigeki Ohtsu <> (he/him)
Sakthipriyan Vairamani <> (he/him)
Tiancheng "Timothy" Gu <> (he/him)
Trevor Norris <>
Collaborators
Abdirahim Musse <>
Anna Henningsen <> (she/her)
Aditi Singh <> (she/her)
Antoine du Hamel <> (he/him) - Support me
Yagiz Nizipli <> (he/him) - Support me
Chemi Atlow <> (he/him)
Aviv Keller <> (he/him) - Support me
Qingyu Deng <>
Bryan English <> (he/him)
Benjamin Gruenbaum <>
Beth Griggs <> (she/her)
Tierney Cyren <> (they/them)
Ben Noordhuis <>
Ruben Bridgewater <> (he/him)
Christian Clauss <> (he/him)
Сковорода Никита Андреевич <> (he/him)
Colin Ihrig <> (he/him)
Shelley Vohr <> (she/her)
Kohei Ueno <> (he/him)
Daeyeon Jeong <> (he/him)
Dario Piotrowicz <> (he/him)
Debadree Chatterjee <> (he/him)
Deokjin Kim <> (he/him)
Adrian Estrada <> (he/him)
Erick Wendel <> (he/him)
Ethan Arrowood <> (he/him)
Franziska Hinkelmann <> (she/her)
Gerhard Stöbich <> (he/they)
Gabriel Schulhof <>
Edy Silva <> (he/him)
Jiawen Geng <>
Geoffrey Booth <> (he/him)
Gireesh Punathil <> (he/him)
Gürgün Dayıoğlu <> (he/him)
Guy Bedford <> (he/him)
Vinícius Lourenço Claro Cardoso <> (he/him)
Harshitha K P <> (she/her)
Zeyu "Alex" Yang <> (he/him)
Jan Martin <> (he/him)
Ilyas Shabi <> (he/him)
Ryuhei Shima <> (he/him)
Jake Yuesong Li <> (he/him)
Jacob Smith <> (he/him)
James M Snell <> (he/him)
Jason Zhang <> (he/him)
Jonas Badalic <> (he/him)
Joyee Cheung <> (she/her)
Juan José Arboleda <> (he/him)
Minwoo Jung <> (he/him)
Matthew Aitken <> (he/him)
Chengzhong Wu <> (he/him)
Daniel Lemire <>
LiviaMedeiros <>
Jordan Harband <>
Luigi Pinca <> (he/him)
Zijian Liu <> (he/him)
Marco Ippolito <> (he/him) - Support me
Akhil Marsonya <> (he/him)
Mattias Buelens <> (he/him)
Matteo Collina <> (he/him) - Support me
Xuguang Mei <> (he/him)
Michael Dawson <> (he/him)
Moshe Atlow <> (he/him)
Jithil P Ponnan <> (he/him)
Claudio Wunder <> (he/they)
Filip Skokan <> (he/him) - Support me
Tim Perry <> (he/him)
Pietro Marchini <> (he/him)
Giovanni Bucci <> (he/him)
Stephen Belanger <> (he/him)
Rafael Gonzaga <> (he/him) - Support me
Darshan Sen <> (he/him) - Support me
René <>
Richard Lau <>
Raz Luvaton <> (he/him)
Robert Nagy <>
Ruy Adorno <> (he/him)
Santiago Gimeno <>
Paolo Insogna <> (he/him)
Steven R Loomis <>
Stefan Stojanovic <> (he/him)
Stewart X Addison <> (he/him)
Michaël Zasso <> (he/him)
theanarkh <> (he/him)
Tobias Nießen <> (he/him)
Trivikram Kamat <>
Rich Trott <> (he/him)
Ulises Gascón <> (he/him)
Vladimir Morozov <> (he/him)
Mohammed Keyvanzadeh <> (he/him)
Daijiro Wachi <> (he/him)
Cheng Zhao <> (he/him)
Yongsheng Zhang <> (he/him)
Emeriti
Collaborator emeriti
Aleksei Koziatinskii <>
Andras <>
Andreas Madsen <> (he/him)
Anna M. Kedzierska <>
Anto Aravinth <> (he/him)
Anatoli Papirovski <> (he/him)
Alexey Orlenko <> (he/him)
Ash Cripps <>
Ben Coe <> (he/him)
Bradley Farias <>
Benedikt Meurer <>
Christopher Hiller <> (he/him)
Brendan Ashworth <>
Bartosz Sosnowski <>
Calvin Metcalf <>
Chris Dickinson <>
Claudio Rodriguez <>
Daniel Bevenius <> (he/him)
Danielle Adams <> (she/her)
David Cai <> (he/him)
Jamie Davis <> (he/him)
David Carlier <>
Gus Caplan <> (they/them)
Hitesh Kanwathirtha <> (he/him)
Xu Meng <> (he/him)
dnlup <>
Robert Jefe Lindstaedt <>
Alexander Makarenko <>
Eugene Ostroukhov <>
Evan Lucas <> (he/him)
Feng Yu <> (he/him)
Daniel Wang <>
Jeremiah Senkpiel <> (he/they)
George Adams <> (he/him)
Wyatt Preul <>
Gibson Fahnestock <> (he/him)
Glen Keane <> (he/him)
Yang Guo <> (he/him)
Yuta Hiroto <> (he/him)
Ian Sutherland <>
Rebecca Turner <>
Imran Iqbal <>
Ilkka Myller <>
Fedor Indutny <>
Isaac Z. Schlueter <>
Italo A. Casas <> (he/him)
Jackson Tian <>
Jason Ginchereau <>
Johan Bergström <>
John-David Dalton <>
Yuval Brik <>
João Reis <>
Joe Sepi <> (he/him)
Josh Gavant <>
Julian Duque <> (he/him)
Kyle Farnung <> (he/him)
Kunal Pathak <>
Yoshiki Kurihara <> (he/him)
Keyhan Vakil <>
Lance Ball <> (he/him)
Shingo Inoue <> (he/him)
Nitzan Uziely <>
Luca Maraschi <> (he/him)
Luke Karrys <> (he/him)
Denys Otrishko <> (he/him)
Aleksey Smolenchuk <>
Jon Moss <> (he/him)
Mathias Buus <> (he/him)
Matthew Loring <>
Mestery <> (he/him)
Nicu Micleușanu <> (he/him)
Mikeal Rogers <>
Milad Fa <> (he/him)
Alba Mendez <> (she/her)
Julien Gilli <>
Mary Marchini <> (she/her)
Christopher Monsanto <>
Chen Gang <>
Brian White <>
Myles Borins <> (he/him)
Teddy Katz <> (he/him)
Ali Ijaz Sheikh <> (he/him)
Oleg Elifantiev <>
Alexis Campailla <>
Forrest L Norvell <> (they/them/themself)
Ouyang Yadong <> (he/him)
Petka Antonov <>
Phillip Johnsen <>
Bert Belder <>
Minqi Pan <>
Pooja D P <> (she/her)
Prince John Wesley <>
Peter Marshall <> (he/him)
Andrey Pechkurov <> (he/him)
Refael Ackermann (רפאל פלחי) <> (he/him/הוא/אתה)
Pranshu Srivastava <> (he/him)
Ricky Zhou <<0x19951125@gmail.com>> (he/him)
Alex Kocharin <>
Ryan Graham <>
Robert Kowalski <>
Roman Klauke <>
Ron Korving <>
Ingvar Stepanyan <>
Sam Ruby <>