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

Node.js for Mac

Node.js 24.2.0

  -  83.72 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 24.2.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!

Why is this app published on FileHorse? (More info)
  • Node.js 24.2.0 Screenshots

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

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

What's new in this version:

Notable Changes:
- Remove support for HTTP/2 priority signaling
- The support for priority signaling has been removed in nghttp2, following its
- deprecation in the RFC 9113.
- As a consequence of this, priority signaling is deprecated on all release lines of Node.js,
- and removed from Node.js 24 so we can include latest updates from nghttp2

Other Notable Changes:
- doc: add Filip Skokan to TSC
- doc: deprecate util.isNativeError in favor of Error.isError
- doc: deprecate passing an empty string to options.shell
- (SEMVER-MINOR) doc: graduate Symbol.dispose/asyncDispose from experimental
- (SEMVER-MINOR) fs: add autoClose option to FileHandle readableWebStream
- http: deprecate instantiating classes without new
- (SEMVER-MINOR) http2: add diagnostics channel http2.server.stream.finish
- (SEMVER-MINOR) lib: graduate error codes that have been around for years
- (SEMVER-MINOR) perf_hooks: make event loop delay histogram disposable
- (SEMVER-MINOR) src: support namespace options in configuration file
- src,permission: implicit allow-fs-read to app entrypoint
- (SEMVER-MINOR) test: add disposable histogram test
- (SEMVER-MINOR) test: add test for async disposable worker thread
- (SEMVER-MINOR) util: add none style to styleText
- (SEMVER-MINOR) worker: make Worker async disposable