quickjs-zh/QuickJS
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。 observed · 2026-08-28
Health v2 · maintenance only
46/100
- Activity 52
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 2609
- days_rel: 492
- days_push: 291
- n_releases_24m: 1
Adoption not part of the score
3512 stars · 311 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 supporting ES2023 (including modules, async generators, and proxies), with a REPL interpreter (qjs) and a bytecode compiler (qjsc) that can produce standalone executables. This repository is a Chinese-language mirror/fork of Fabrice Bellard's QuickJS with documentation translated into Chinese.
Use cases
- embed a javascript engine in a c application
- run javascript from the command line
- compile javascript to a standalone executable
- script a native app with js
- evaluate es2023 code in a lightweight vm
- embed js scripting in an embedded device
When to choose
- you need a tiny, dependency-free JS engine to embed in C/C++
- you want fast startup and low memory footprint
- you need near-complete ES2023 compliance in a lightweight VM
- you want to compile JS source into standalone binaries
When to avoid
- you need maximum JIT throughput for heavy compute workloads
- you need a browser or Node.js runtime with full standard library and npm ecosystem
- you need official upstream support rather than a community Chinese fork
Facets
library · maturity maintenance
interpreter compiler programming-language sdk cli programming-languages compilers developer-tools embedded-systems windows c cpp embedded cli cross-platform javascript-engine ecmascript es2023 embeddable virtual-machine bytecode chinese-translation linux macos
1 source
- readme: https://github.com/quickjs-zh/QuickJS · fetched 2026-08-28 · b4030cbff35e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| quickjs-zh/QuickJS | main | 46 |
For agents
markdown · JSON · MCP: product_card(name="quickjs-zh/QuickJS")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem