An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# NodeForMac

![Node.js](https://img.shields.io/badge/node-%3E=20-brightgreen)
![Platform](https://img.shields.io/badge/platform-macOS-lightgrey)
![License](https://img.shields.io/badge/license-MIT-blue)
![Downloads](https://img.shields.io/github/downloads/insanerest/NodeForMac/total?random=0)

**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