https://github.com/insanerest/nodeformac
A simple repo that joins both node.js for ARM and x64 into 1 binary
https://github.com/insanerest/nodeformac
apple applesilicon arm64 binary intel mac macos node node-js nodejs universal universal-binary x64
Last synced: 19 days ago
JSON representation
A simple repo that joins both node.js for ARM and x64 into 1 binary
- Host: GitHub
- URL: https://github.com/insanerest/nodeformac
- Owner: insanerest
- License: mit
- Created: 2025-11-17T17:40:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-18T22:45:36.000Z (7 months ago)
- Last Synced: 2026-01-13T19:25:49.459Z (5 months ago)
- Topics: apple, applesilicon, arm64, binary, intel, mac, macos, node, node-js, nodejs, universal, universal-binary, x64
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeForMac




**NodeForMac** is a simple utility that combines Node.js binaries for both **ARM** and **x64** macOS architectures into a single universal binary.
## Features
- Supports **macOS universal binaries** (ARM + x64)
- Works with **Node.js v20 and later**
- Uses official Node.js binaries from the [Node.js release archive](https://nodejs.org/download/release/)
## Supported Versions
| Node.js Version | Supported? |
|-----------------|------------|
| 20.x | ✅ Yes |
| 21.x | ✅ Yes |
| 22.x | ✅ Yes |
| 23.x | ✅ Yes |
| 24.x | ✅ Yes |
| 25.x | ❌ No |
##
> [!NOTE]
> I am actively working on adding new Node.js versions
**Please help me and star this repo**
Thank you