Oddbean new post about | logout
 Node.js v23.0.0 Released: End of Support for 32-bit Windows

The Node.js community has released a new version, v23.0.0, which brings several improvements and features. However, this update also marks the end of support for 32-bit Windows. According to GitHub, only 0.27% of users run Windows on 32-bit machines. Given toolchain limitations and previous drops in support for Windows 7, maintaining support for 32-bit Windows no longer makes sense.

For most users, this change will have little impact. However, those still using 32-bit Windows can expect future Node.js versions to be incompatible with their system. To continue using Node.js, they must upgrade to a 64-bit version of Windows or stick with an older version that supports 32-bit systems.

This release also introduces the long-awaited feature for loading native ES modules (.mjs files) via require() without requiring flags. This simplifies module imports and enhances development workflows.

Source: https://dev.to/probir-sarkar/nodejs-v2300-released-end-of-support-for-32-bit-windows-3jjm