pmq20/node-packer
Packing your Node.js application into a single executable. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 3614
- days_rel: n/a
- days_push: 1334
- n_releases_24m: 0
Adoption not part of the score
3066 stars · 198 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A command-line tool that packs a Node.js application, including its dependencies and native modules, into a single self-contained executable. It works without code changes and supports dynamic require and native C++ addons on Windows, macOS, and Linux.
Use cases
- package a node.js app into a single executable
- distribute a nodejs cli tool as one binary
- bundle node app with native c++ addons into executable
- create standalone binary distribution of my node project
- ship nodejs application without requiring node installed
- compile node app to exe
When to choose
- You need a single-file executable of a Node.js app with no code changes
- Your app uses dynamic require or native C++ addons
- You target Windows, macOS, and Linux
When to avoid
- You need actively maintained tooling or modern Node version support
- You want Electron-style GUI packaging
- You need cross-compilation between OSes
Facets
cli-tool · maturity maintenance
build-tool developer-tools cli developer-tools cross-platform windows cli single-executable nodejs-packaging squashfs binary-distribution application-bundling command-line nodejs linux macos
1 source
- readme: https://github.com/pmq20/node-packer · fetched 2026-08-28 · 51b69d9f7002
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pmq20/node-packer | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="pmq20/node-packer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem