nexe/nexe
🎉 create a single executable out of your node.js apps observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 70
- 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: 5394
- days_rel: n/a
- days_push: 181
- n_releases_24m: 0
Adoption not part of the score
13574 stars · 557 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Nexe is a command-line utility that compiles Node.js applications into a single self-contained executable file. It supports bundling resources, cross-platform builds, and custom Node.js runtime compilation.
Use cases
- distribute a node.js app as a single binary
- compile node app into standalone executable
- ship cli tool without requiring node installed
- bundle static assets into a node executable
- run multiple apps with different node versions
- cross-compile node app for windows linux mac
When to choose
- you want to distribute a Node.js app to users without Node.js or npm installed
- you need self-contained binaries with embedded resources
- you want faster startup and deployment of Node apps
- you need to lock or pin specific Node.js runtime versions per app
When to avoid
- you only need simple bundling without a single-file binary (use esbuild or rollup)
- your app heavily relies on native addons that complicate embedding
- you need small binary sizes - embedded Node runtimes are large
- you target platforms where prebuilt binaries are unavailable and building Node from source is impractical
Facets
cli-tool · maturity active
build-tool compiler cli developer-tools developer-tools cross-platform cli cross-platform windows nodejs-bundler single-executable binary-distribution self-contained-apps command-line javascript nodejs linux macos
2 sources
- readme: https://github.com/nexe/nexe · fetched 2026-08-28 · 4f056a029706
- registry_npm: https://registry.npmjs.org/nexe · fetched 2026-08-29 · 2991a87b717a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nexe/nexe | main | 54 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem