unjs/jiti
Runtime TypeScript and ESM support for Node.js 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
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
- readme: https://github.com/unjs/jiti · fetched 2026-08-28 · 58c42c85ad0c
- registry_npm: https://registry.npmjs.org/jiti · fetched 2026-08-29 · 342b56f41d55
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| unjs/jiti | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem