# rubinius/rubinius

The Rubinius Language Platform

Repository: https://github.com/rubinius/rubinius
Canonical: https://ross.abutalabs.com/products/rubinius
Homepage: https://rubinius.com
Language: C
License: MPL-2.0
License Family: copyleft
Topics: rubinius, programming-languages, virtual-machine
Last push: 2025-09-11T04:54:08+00:00

## Health v2 (maintenance only)
Score: 41/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 41, release rhythm 8, longevity 100
- inputs: {"age_days": 6808, "days_push": 356, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3093, forks 587 (observed 2026-08-28T04:07:42.394899+00:00)

## What it is
Rubinius is a language platform and virtual machine that supports multiple programming languages, best known as an alternative implementation of Ruby. It is written primarily in C/C++ and runs on macOS and Unix/Linux systems.

## Use cases
- run Ruby code on an alternative virtual machine
- study how a language VM and JIT compiler are built
- experiment with implementing new programming languages on a shared runtime
- benchmark Ruby implementations against MRI
- contribute to an open-source Ruby interpreter

## When to choose
- you need an alternative Ruby implementation for research or compatibility testing
- you want to learn VM internals from a mature codebase
- you're targeting Unix/macOS environments only

## When to avoid
- you need Windows support
- you need production Ruby with the broadest gem compatibility - MRI is safer
- you need actively developed cutting-edge Ruby features

## Facets
- artifact type: application
- maturity: maintenance
- function: interpreter, compiler, programming-language
- domain: programming-languages, compilers, developer-tools
- platform: cpp, c
- tags: ruby, virtual-machine, language-platform, jit, linux, macos

## Member repositories
- rubinius/rubinius (main) score 41

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:42.394899+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:27:19.571675+00:00, confidence not recorded.
  - readme: https://github.com/rubinius/rubinius (fetched 2026-08-28T04:07:42.394899+00:00, sha 04de956a368f)
  - homepage: https://rubinius.com (fetched 2026-08-29T09:42:31.337706+00:00, sha d0521a1af242)
  - site_page: https://rubinius.com/docs (fetched 2026-08-29T09:42:31.347807+00:00, sha c6540f47f04a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
