Ross ROSS = Recommend OSS · open-source software intelligence for agents

YaroslavGaponov/node-jvm

java virtual machine in pure node.js observed · 2026-08-28

github.com/YaroslavGaponov/node-jvm · JavaScript 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
YaroslavGaponov/node-jvmmain32

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