saghul/txiki.js
A tiny JavaScript runtime observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 89
- 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: 20
- age_days: 2600
- days_rel: 72
- days_push: 9
- n_releases_24m: 8
Adoption not part of the score
3126 stars · 224 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
txiki.js is a tiny JavaScript runtime built on the QuickJS-ng engine and libuv, targeting modern ECMAScript and WinterTC compliance. It ships Web Platform APIs, sockets, an HTTP server, a standard library (SQLite, FFI, WASI), and can compile scripts into standalone executables.
Use cases
- run javascript scripts from the command line without node
- build a small http server with websockets in javascript
- compile a javascript app into a standalone executable
- embed a lightweight javascript interpreter in a C project
- run webassembly modules with a javascript runtime
- call native libraries from javascript via ffi
When to choose
- you want a small, fast-starting JavaScript runtime instead of Node.js
- you need Web Platform APIs like fetch and WebSocket in a lightweight binary
- you want to distribute scripts as self-contained executables
- you need SQLite or FFI access built into the runtime
When to avoid
- you need the npm ecosystem and Node.js API compatibility
- you require maximum JavaScript execution throughput from a JIT engine like V8
- you need a mature runtime with extensive third-party library support
Facets
application · maturity active
interpreter http-server websocket cli wasm file-system networking programming-languages developer-tools cross-platform windows cli cross-platform javascript-runtime quickjs libuv wintertc sqlite ffi standalone-executables command-line linux macos
4 sources
- readme: https://github.com/saghul/txiki.js · fetched 2026-08-28 · 5b67e7edb395
- homepage: https://txikijs.org · fetched 2026-08-29 · f6a350b783ac
- site_page: https://txikijs.org/docs/getting-started · fetched 2026-08-29 · e587a2850fb4
- site_page: https://txikijs.org/docs/api-reference · fetched 2026-08-29 · cf28a0e4f226
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| saghul/txiki.js | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem