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

svaarala/duktape

Duktape - embeddable Javascript engine with a focus on portability and compact footprint observed · 2026-08-28

github.com/svaarala/duktape · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • 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: n/a
  • age_days: 4616
  • days_rel: n/a
  • days_push: 894
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6209 stars · 542 forks observed · 2026-08-28

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

Duktape is an embeddable JavaScript (ECMAScript E5/E5.1 with partial ES2015+) engine written in C, focused on portability and a compact footprint. It integrates into C/C++ projects by adding a few source files and using its API to call JavaScript from C and vice versa.

Use cases

  • embed a JavaScript scripting engine in a C/C++ application
  • add user scripting/plugin support to an embedded device
  • run ECMAScript in a low-memory environment
  • evaluate JavaScript from C code without Node.js
  • script game or IoT device logic in JavaScript

When to choose

  • you need a small, portable JS engine with minimal platform dependencies
  • you want easy C/C++ integration with just a few source files
  • you target embedded or resource-constrained platforms
  • you need ES5 compliance with coroutines, Proxy subset, and bytecode dump/load

When to avoid

  • you need full modern ES2015+/ES2020+ support
  • you need maximum JavaScript execution performance (V8/JavaScriptCore are faster)
  • you want a standalone JavaScript runtime rather than an embeddable engine
  • you need active feature development (project is in maintenance mode)

Facets

library · maturity maintenance

interpreter programming-language embedded programming-languages embedded-systems developer-tools cpp c cross-platform embedded javascript-engine ecmascript embeddable compact-footprint scripting

1 source

Member repositories

RepositoryRoleHealth v2
svaarala/duktapemain23

For agents

markdown · JSON · MCP: product_card(name="svaarala/duktape")

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