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

bellard/quickjs

Public repository of the QuickJS Javascript Engine. observed · 2026-08-28

github.com/bellard/quickjs · homepage · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

71/100

  • Activity 87
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license no_readme

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2187
  • days_rel: n/a
  • days_push: 78
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

10947 stars · 1146 forks observed · 2026-08-28

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

QuickJS is a small, embeddable JavaScript engine written in C that supports the ES2025 specification with near-complete test262 conformance. It includes a fast interpreter with very low startup time, a command-line REPL, and tools to compile JavaScript sources into standalone executables.

Use cases

  • embed a JavaScript scripting engine in a C application
  • run JavaScript with minimal memory and startup overhead
  • compile JavaScript to a standalone executable
  • evaluate ES2025 features in a lightweight engine
  • add scripting/plugin support to embedded or IoT devices
  • run JS on multiple platforms from a single binary

When to choose

  • you need a tiny, dependency-free JS engine with a few C files
  • low startup time and deterministic memory usage matter
  • you target embedded, IoT, or resource-constrained environments
  • you want near-complete ES2025 conformance in a small footprint

When to avoid

  • you need a JIT-compiled engine for maximum throughput (use V8 or SpiderMonkey)
  • you need browser APIs like DOM or WebAssembly runtime out of the box
  • you need a large ecosystem of npm tooling and debugging integrations
  • you require long-term LTS support from a vendor

Facets

library · maturity active

interpreter compiler cli embedded programming-languages developer-tools embedded-systems cross-platform windows bsd cross-platform cli c embedded wasm javascript-engine es2025 embeddable small-footprint interpreter scripting linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
bellard/quickjsmain71

For agents

markdown · JSON · MCP: product_card(name="bellard/quickjs")

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