jruby/jruby
JRuby, an implementation of Ruby on the JVM observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 94
- Longevity 100
Flags: no_license
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: 29
- age_days: 6359
- days_rel: 42
- days_push: 7
- n_releases_24m: 18
Adoption not part of the score
3915 stars · 946 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
JRuby is an implementation of the Ruby programming language that runs on the Java Virtual Machine. It offers true parallelism without a global interpreter lock, tight Java interoperability, and can be embedded as a scripting language in Java applications.
Use cases
- run ruby on the jvm
- faster ruby implementation
- use java libraries from ruby
- embed ruby scripting in a java application
- true multithreaded ruby without gil
- run rails on the jvm
When to choose
- you want Ruby performance and real parallel threads on the JVM
- you need to call Java classes or embed Ruby inside Java apps
- you want platform-independent Ruby deployment with a JRE 21+
When to avoid
- you need C-extension gems that rely on MRI's native API
- you have no JVM available or want a minimal runtime footprint
- you depend on the very latest Ruby features before JRuby adds compatibility
Facets
cli-tool · maturity active
interpreter programming-language concurrency developer-tools programming-languages cross-platform developer-tools jvm cross-platform windows cli ruby jruby jvm-language language-implementation java-interop no-gil parallelism jvm linux macos
4 sources
- readme: https://github.com/jruby/jruby · fetched 2026-08-28 · 2148a47cae90
- homepage: https://www.jruby.org · fetched 2026-08-29 · 38e3b225074f
- site_page: https://www.jruby.org/getting-started · fetched 2026-08-29 · fa3fb1364cd5
- site_page: https://www.jruby.org/documentation · fetched 2026-08-29 · c09cfe7ab941
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jruby/jruby | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem