Is a JavaScript runtime built on Chrome`s V8 JavaScript engine

Node.js for Mac

Node.js 22.13.0

  -  83.42 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Node.js 22.13.0.


For those interested in downloading the most recent release of Node.js for Mac or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Node.js 22.13.0 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Node.js 22.13.0 Screenshot 1
  • Node.js 22.13.0 Screenshot 2
  • Node.js 22.13.0 Screenshot 3
  • Node.js 22.13.0 Screenshot 4

What's new in this version:

- (SEMVER-MINOR) assert: add partialDeepStrictEqual
- (SEMVER-MINOR) cli: implement --trace-env and --trace-env-[js|native]-stack
- (SEMVER-MINOR) dgram: support blocklist in udp
- doc: stabilize util.styleText
- doc: move typescript support to active development
- doc: add LJHarb to collaborators
- (SEMVER-MINOR) doc: add report version and history section
- (SEMVER-MINOR) doc: sort --report-exclude alphabetically
- (SEMVER-MINOR) doc,lib,src,test: unflag sqlite module
- (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module
- (SEMVER-MINOR) module: add module.stripTypeScriptTypes
- (SEMVER-MINOR) net: support blocklist in net.connect
- (SEMVER-MINOR) net: support blocklist for net.Server
- (SEMVER-MINOR) net: add SocketAddress.parse
- (SEMVER-MINOR) net: add net.BlockList.isBlockList(value)
- (SEMVER-MINOR) process: deprecate features.{ipv6,uv} and features.tls_*
- (SEMVER-MINOR) report: fix typos in report keys and bump the version
- (SEMVER-MINOR) sqlite: aggregate constants in a single property
- (SEMVER-MINOR) sqlite: add StatementSync.prototype.iterate method
- (SEMVER-MINOR) src: add cli option to preserve env vars on diagnostic reports
- (SEMVER-MINOR) util: add sourcemap support to getCallSites