bytenode/bytenode
A minimalist bytecode compiler for Node.js observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 88
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2870
- days_rel: n/a
- days_push: 73
- n_releases_24m: 0
Adoption not part of the score
2966 stars · 189 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Bytenode is a minimalist bytecode compiler that compiles JavaScript into V8 bytecode (.jsc files) to protect source code. It works with Node.js, Electron, and NW.js, and includes both a CLI and a programmatic API.
Use cases
- protect javascript source code from being read
- compile node.js app to v8 bytecode
- create js binaries for electron apps
- hide source code in a nodejs cli tool
- distribute node app without shipping plain js
When to choose
- you need to obscure JavaScript source shipped to customers
- you build Electron or NW.js desktop apps and want source protection
- you want a lightweight CLI/library rather than a full bundler
When to avoid
- you need real security against determined reverse engineers - bytecode can be decompiled
- your code relies on Function.prototype.toString
- you use async arrow functions in Electron or Puppeteer contexts
- you want minification or bundling - use a bundler instead
Facets
cli-tool · maturity active
compiler security cli developer-tools developer-tools security web-development cli cross-platform v8-bytecode source-code-protection electron nwjs obfuscation command-line nodejs
2 sources
- readme: https://github.com/bytenode/bytenode · fetched 2026-08-28 · d5b94248c5af
- registry_npm: https://registry.npmjs.org/bytenode · fetched 2026-08-29 · dd7785a86866
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bytenode/bytenode | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="bytenode/bytenode")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem