Node.js Releases

Commercial support for versions past the Maintenance LTS phase is available through our OpenJS Ecosystem Sustainability Program partner HeroDevs

Major Node.js versions enter Current release status for six months, which gives library authors time to add support for them. After six months, odd-numbered releases (9, 11, etc.) become unsupported, and even-numbered releases (10, 12, etc.) move to Active LTS status and are ready for general use. LTS release status is "long-term support", which typically guarantees that critical bugs will be fixed for a total of 30 months. Production applications should only use Active LTS or Maintenance LTS releases.

Release Schedule

Releases

Full details regarding the Node.js release schedule are available on GitHub.

Looking for the latest release of a version branch?

v24
Node.js
v24
Nom de code
-
Première publication
Dernière mise à jour
Statut
Current
v23
Node.js
v23
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v22
Node.js
v22
Nom de code
Jod
Première publication
Dernière mise à jour
Statut
Active LTS
v21
Node.js
v21
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v20
Node.js
v20
Nom de code
Iron
Première publication
Dernière mise à jour
Statut
Maintenance LTS
v19
Node.js
v19
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v18
Node.js
v18
Nom de code
Hydrogen
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v17
Node.js
v17
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v16
Node.js
v16
Nom de code
Gallium
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v15
Node.js
v15
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v14
Node.js
v14
Nom de code
Fermium
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v13
Node.js
v13
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v12
Node.js
v12
Nom de code
Erbium
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v11
Node.js
v11
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v10
Node.js
v10
Nom de code
Dubnium
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v9
Node.js
v9
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v8
Node.js
v8
Nom de code
Carbon
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v7
Node.js
v7
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v6
Node.js
v6
Nom de code
Boron
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v5
Node.js
v5
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v4
Node.js
v4
Nom de code
Argon
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)
v0
Node.js
v0
Nom de code
-
Première publication
Dernière mise à jour
Statut
End-of-life (EoL)

Official vs. Community Installation Methods

The Node.js website provides several non-interactive installation methods, including command-line interfaces (CLIs), operating system (OS) package managers (e.g., brew), and Node.js version managers (e.g., nvm).

To highlight and promote community contributions, the Node.js project introduced a revised Downloads page categorizing installation methods as either “Official” or “Community.” This provides users with increased flexibility and choice. To ensure clarity, we’ve defined criteria for each category.

Official Installation Methods

Installation methods designated as “Official” must meet the following requirements:

Requirements (Official Installation Methods)
New Node.js releases must be available simultaneously with the official release.
Requirements (Official Installation Methods)
Project maintainers must have a close relationship with the Node.js project, including direct communication channels.
Requirements (Official Installation Methods)
Installation method must download official binaries bundled by the Node.js project.
Requirements (Official Installation Methods)
Installation method must not build from source when pre-built binaries are available, nor should it alter the official binaries.

Community Installation Methods

Community installation methods included on the self-service download page (/download) must also adhere to a minimum set of criteria:

  • Version Support: Must support all currently supported, non-End-of-Life (EOL) Node.js versions.
  • OS Compatibility: Must function on at least one officially supported Operating System (OS).
  • Broad OS Support: Cannot be limited to a subset of OS distributions or versions.
    • For example, an installation method claiming compatibility with “Windows” must function on “Windows 10”, “Windows 11”, and all their editions (including server versions).
    • Similarly, an installation method claiming compatibility with “Linux” must be installable on all major Linux distributions, not just a specific subset. It cannot rely on distribution-specific package managers like apt or dnf.
  • Free and Open Source: Must be free to use and open source, must not be sold as a commercial product, and must not be a paid service.