YaroslavGaponov/node-jvm
java virtual machine in pure node.js observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4709
- days_rel: n/a
- days_push: 1955
- n_releases_24m: 0
Adoption not part of the score
2106 stars · 177 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java Virtual Machine implementation written entirely in JavaScript for Node.js, capable of loading and executing compiled Java class files and JARs. It is primarily an educational/curiosity project demonstrating JVM bytecode interpretation rather than a production runtime.
Use cases
- run compiled java class files from node.js
- execute java bytecode in javascript
- learn how a jvm interpreter works
- run java programs without installing java
- embed a toy jvm in a node application
When to choose
- you want to experiment with or study JVM bytecode execution in JavaScript
- you need to run simple Java programs in a Node.js environment without a real JVM
When to avoid
- you need a production-grade, spec-compliant JVM for real applications
- you need performance, full Java standard library support, or long-term maintenance
- your project requires an actively maintained dependency
Facets
library · maturity abandoned
interpreter programming-languages developer-tools cross-platform jvm java bytecode virtual-machine educational nodejs
2 sources
- readme: https://github.com/YaroslavGaponov/node-jvm · fetched 2026-08-28 · 77cab947cb6e
- registry_npm: https://registry.npmjs.org/node-jvm · fetched 2026-08-29 · 34e05b34157d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| YaroslavGaponov/node-jvm | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="YaroslavGaponov/node-jvm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem