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

boa-dev/boa

Boa is an embeddable Javascript engine written in Rust. observed · 2026-08-28

github.com/boa-dev/boa · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 99
  • Release rhythm 53
  • Longevity 100
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: 158
  • age_days: 2947
  • days_rel: 157
  • days_push: 11
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

7501 stars · 655 forks observed · 2026-08-28

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

Boa is an embeddable JavaScript engine (lexer, parser, and interpreter) written in Rust with support for over 90% of the latest ECMAScript specification. It ships as a set of Rust crates including boa_engine, boa_parser, and boa_cli, and can be compiled to WebAssembly.

Use cases

  • embed a JavaScript scripting engine in a Rust application
  • run untrusted JS sandboxed inside Rust
  • parse and evaluate ECMAScript code programmatically
  • compile a JS engine to WebAssembly for the browser
  • experiment with JavaScript language implementation in Rust
  • use a JS REPL from the command line

When to choose

  • you need to embed a JS engine in Rust without a C dependency like V8
  • you want a lightweight, pure-Rust ECMAScript interpreter
  • you need a JS engine that compiles to WebAssembly
  • you're building tooling that must parse or evaluate JavaScript

When to avoid

  • you need 100% ECMAScript conformance or top-tier JIT performance
  • you need full Node.js APIs and ecosystem compatibility
  • you're building a production browser or high-throughput server runtime

Facets

library · maturity active

interpreter parser compiler programming-languages parsers developer-tools rust wasm cli cross-platform javascript-engine ecmascript embeddable lexer runtime garbage-collector

2 sources

Member repositories

RepositoryRoleHealth v2
boa-dev/boamain83

For agents

markdown · JSON · MCP: product_card(name="boa-dev/boa")

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