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

unjs/jiti

Runtime TypeScript and ESM support for Node.js observed · 2026-08-28

github.com/unjs/jiti · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 99
  • Release rhythm 82
  • 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: 2
  • age_days: 2279
  • days_rel: 120
  • days_push: 11
  • n_releases_24m: 20

Full methodology

Adoption not part of the score

2939 stars · 112 forks observed · 2026-08-28

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

jiti is a zero-dependency Node.js library and CLI that provides runtime TypeScript and ESM support with seamless ESM/CommonJS interoperability. It offers both asynchronous import and synchronous require APIs, filesystem transpile caching, and ESM loader support.

Use cases

  • run typescript files directly with node
  • import typescript modules at runtime
  • replace require with esm-compatible loader
  • load config files written in typescript
  • run esm and commonjs modules interchangeably
  • add typescript support to a node.js cli tool

When to choose

  • you need to execute TypeScript or ESM files at runtime without a build step
  • you're building a tool (like a config loader or CLI) that must load user code written in TypeScript
  • you need ESM/CommonJS interoperability with require.cache integration and disk caching

When to avoid

  • you only need standard Node.js type stripping in modern Node versions without extra features
  • you need full bundling or type-checking rather than runtime transpilation
  • your project targets browsers rather than Node.js

Facets

library · maturity active

compiler parser cli developer-tools developer-tools web-development programming-languages cli cross-platform typescript-runtime esm commonjs-interop transpilation module-loader unjs command-line nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
unjs/jitimain93

For agents

markdown · JSON · MCP: product_card(name="unjs/jiti")

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