MCPcopy
hub / github.com/nodejs/node

github.com/nodejs/node @v26.4.0 sqlite

repository ↗ · DeepWiki ↗ · release v26.4.0 ↗
70,753 symbols 295,132 edges 21,541 files 6,377 documented · 9%
README

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.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

  • [Contributing to the project][]
  • [Working Groups][]
  • [Strategic initiatives][]
  • [Technical values and prioritization][]

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

Extension points exported contracts — how you extend this code

CJSLexerBinding (Interface)
(no doc) [41 implementers]
typings/internalBinding/cjs_lexer.d.ts
SpecIterator (Interface)
(no doc) [22 implementers]
deps/undici/src/types/fetch.d.ts
SourceMapRecord (Interface)
* The global type of a .golden JSON.
test/fixtures/test426/decoding/source-map-record.d.ts
BlockSelectionHandler (Interface)
(no doc) [2 implementers]
deps/v8/tools/turbolizer/src/selection/selection-handler.ts
InternalBindingMap (Interface)
(no doc)
typings/globals.d.ts
Options (Interface)
(no doc)
deps/amaro/lib/wasm.d.ts
BlobHandle (Interface)
(no doc) [2 implementers]
typings/internalBinding/blob.d.ts
SpecIterableIterator (Interface)
(no doc) [7 implementers]
deps/undici/src/types/fetch.d.ts

Core symbols most depended-on inside this repo

assertEquals
called by 47341
deps/v8/test/mjsunit/regress/regress-802060.js
require
called by 20301
test/fixtures/es-modules/reference-error-esm.js
on
called by 7418
test/fixtures/wpt/dom/events/EventTarget-constructible.any.js
assertThrows
called by 6461
deps/v8/test/mjsunit/regress/regress-crbug-487105.js
require
called by 6082
lib/internal/modules/helpers.js
exec
called by 5388
deps/v8/test/mjsunit/regress/regress-crbug-1060023.js
assertEquals
called by 5227
deps/v8/test/mjsunit/compiler/regress-1094132.js
assertTrue
called by 5078
deps/v8/test/mjsunit/wasm/deopt/deopt-nan.js

Shape

Function 50,352
Method 13,965
Class 6,186
Interface 205
Enum 25
Route 20

Languages

TypeScript88%
Python12%

Modules by API surface

test/fixtures/snapshot/typescript.js9,202 symbols
deps/v8/test/mjsunit/asm/poppler/poppler.js2,803 symbols
deps/v8/test/mjsunit/wasm/embenchen/lua_binarytrees.js828 symbols
deps/v8/test/mjsunit/asm/embenchen/lua_binarytrees.js828 symbols
deps/undici/undici.js764 symbols
deps/v8/tools/grokdump.py351 symbols
deps/v8/test/mjsunit/wasm/embenchen/box2d.js346 symbols
deps/v8/test/mjsunit/asm/embenchen/box2d.js346 symbols
test/fixtures/wpt/resources/webidl2/lib/webidl2.js265 symbols
tools/cpplint.py218 symbols
lib/internal/webstreams/readablestream.js203 symbols
lib/internal/quic/quic.js198 symbols

Dependencies from manifests, versioned

@babel/core8.0.0-rc.6 · 1×
@babel/eslint-parser8.0.0-rc.6 · 1×
@babel/generator7.26.10 · 1×
@babel/parser7.26.10 · 1×
@babel/plugin-syntax-import-defer8.0.0-rc.6 · 1×
@babel/plugin-syntax-import-source8.0.0-rc.6 · 1×
@babel/preset-env7.26.10 · 1×
@babel/template7.26.9 · 1×
@babel/traverse7.6.0 · 1×
@babel/types7.26.10 · 1×
@biomejs/biome1.8.3 · 1×
@eslint/js10.0.1 · 1×

Datastores touched

(mongodb)Database · 1 repos

For agents

$ claude mcp add node \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact