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

trynova/nova

JS engine lolz observed · 2026-08-28

github.com/trynova/nova · homepage · Rust · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 87
  • Release rhythm 12
  • Longevity 100

Flags: prerelease_only

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: n/a
  • age_days: 1470
  • days_rel: 379
  • days_push: 80
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1942 stars · 79 forks observed · 2026-08-28

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

Nova is a JavaScript (ECMAScript) engine written in Rust, focused on being lightweight, modular, and easy to embed, with a data-oriented design that follows the ECMAScript specification's structure. It is exposed as a Rust library so host applications can serve as JavaScript runtimes, and it currently passes roughly 80% of the Test262 suite.

Use cases

  • embed a JavaScript engine in a Rust application
  • run one-off JavaScript scripts from Rust
  • build a custom JavaScript runtime
  • experiment with data-oriented language engine design
  • evaluate alternative JS engines to V8 or Boa
  • run strictly-typed TypeScript-compiled JavaScript with a small memory footprint

When to choose

  • you need an embeddable JS engine with a small memory footprint
  • your project is in Rust and you want idiomatic Rust APIs for hosting JS
  • you want a modular engine whose architecture mirrors the ECMAScript spec
  • you're researching or learning how JS engines are built

When to avoid

  • you need top-tier interpreter or JIT performance today
  • you need full ECMAScript compliance (Test262 pass rate is ~80%)
  • you need WebAssembly support (planned but not yet available)
  • you need production-grade LTS guarantees

Facets

library · maturity active

interpreter parser compiler programming-languages developer-tools web-development rust cross-platform javascript-engine ecmascript data-oriented-design embeddable wasm-future

2 sources

Member repositories

RepositoryRoleHealth v2
trynova/novamain63

For agents

markdown · JSON · MCP: product_card(name="trynova/nova")

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