# rubyjs/therubyracer

Embed the V8 Javascript Interpreter into Ruby

Repository: https://github.com/rubyjs/therubyracer
Canonical: https://ross.abutalabs.com/products/therubyracer
Language: C++
License Family: other
Archived: true
Last push: 2023-12-04T13:55:10+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6180, "days_push": 1003, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1653, forks 190 (observed 2026-08-28T04:05:17.112145+00:00)

## What it is
A Ruby gem that embeds the V8 JavaScript interpreter into Ruby, letting Ruby code evaluate JavaScript, expose Ruby objects to JS, and call JS functions. The project is officially unmaintained, with mini_racer recommended as its successor.

## Use cases
- evaluate javascript from ruby
- run javascript inside a ruby application
- embed v8 in ruby
- execute js templates from ruby
- call javascript functions from ruby code

## When to choose
- you are stuck maintaining a legacy codebase that already depends on therubyracer and v8 3.16

## When to avoid
- starting any new project - use mini_racer instead
- you need a modern V8/Node engine
- you want a maintained dependency

## Facets
- artifact type: library
- maturity: abandoned
- function: interpreter, parser, developer-tools
- domain: programming-languages, developer-tools, web-development
- platform: ruby, cross-platform
- tags: v8, javascript-embedding, ruby-gem, unmaintained, libv8

## Member repositories
- rubyjs/therubyracer (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:17.112145+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-30T03:44:58.521030+00:00, confidence not recorded.
  - readme: https://github.com/rubyjs/therubyracer (fetched 2026-08-28T04:05:17.112145+00:00, sha 10ab715b64ae)
- Data as of 2026-08-30T08:39:29.467469+00:00.
