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

zxh0/jvm.go

A toy JVM written in Go observed · 2026-08-28

github.com/zxh0/jvm.go · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4256
  • days_rel: n/a
  • days_push: 2464
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3600 stars · 465 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

jvm.go is a toy Java Virtual Machine implemented in Go, focused on code readability as a learning project for both Go and the JVM. It implements the core JVM and relies on OpenJDK's rt.jar as its class library, using Go's garbage collector.

Use cases

  • learn how a JVM works by reading a small readable implementation
  • run simple Java programs like HelloWorld on a Go-based JVM
  • study Java bytecode interpretation and class loading
  • experiment with JVM internals without touching a production JVM
  • learn Go by reading a systems-level project

When to choose

  • you want a readable educational JVM implementation to study
  • you need to run only simple Java programs for experimentation
  • you are learning Go and want a nontrivial codebase to read

When to avoid

  • you need a production-grade JVM with full Java SE support
  • you need performance, complete garbage collection control, or modern Java features
  • you need an actively maintained project - the last release was in 2019

Facets

application · maturity maintenance

interpreter compiler developer-tools programming-languages compilers developer-tools education windows go jvm java-runtime toy-project learning-project bytecode-interpreter macos linux

1 source

Member repositories

RepositoryRoleHealth v2
zxh0/jvm.gomain32

For agents

markdown · JSON · MCP: product_card(name="zxh0/jvm.go")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem