mapbox/node-pre-gyp
Node.js tool for easy binary deployment of C++ addons observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 99
- Release rhythm 34
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 103
- age_days: 4660
- days_rel: 280
- days_push: 9
- n_releases_24m: 4
Adoption not part of the score
1155 stars · 270 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js command-line tool and library that makes it easy to publish and install C++ native addons from pre-built binaries, sitting between npm and node-gyp. It provides commands for packaging, testing, publishing, and installing platform-specific binary builds of native modules.
Use cases
- distribute prebuilt native node addons so users skip compilation
- publish platform-specific binary tarballs for a C++ addon
- install a native module binary at npm install time
- package and test compiled .node binaries before release
- dynamically locate and require an installed native binary
- fall back to building from source with node-gyp when no binary exists
When to choose
- you maintain a Node.js C++ addon and want to ship prebuilt binaries across platforms
- you want faster installs for users by avoiding local compilation
- you need a mature, widely used tool integrated with npm and node-gyp workflows
When to avoid
- your addon is pure JavaScript with no native code
- you use a newer alternative like prebuildify or node-gyp-build for simpler prebuilt distribution
- you target Node.js versions outside the supported release schedule
Facets
cli-tool · maturity stable
build-tool package-manager cli developer-tools developer-tools cross-platform cli cross-platform native-addons node-gyp binary-deployment prebuilt-binaries npm command-line nodejs
2 sources
- readme: https://github.com/mapbox/node-pre-gyp · fetched 2026-08-28 · 2db95a19c5ad
- registry_npm: https://registry.npmjs.org/node-pre-gyp · fetched 2026-08-29 · 610bd1937170
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mapbox/node-pre-gyp | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="mapbox/node-pre-gyp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem