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

saghul/txiki.js

A tiny JavaScript runtime observed · 2026-08-28

github.com/saghul/txiki.js · homepage · C · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
saghul/txiki.jsmain96

For agents

markdown · JSON · MCP: product_card(name="saghul/txiki.js")

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