lukeed/tsm
TypeScript Module Loader observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1793
- days_rel: n/a
- days_push: 956
- n_releases_24m: 0
Adoption not part of the score
1192 stars · 18 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
tsm is a TypeScript module loader for Node.js that lets you run TypeScript and JSX files directly without a separate build step. It works as a node replacement, an ESM --loader hook, or a CommonJS --require hook.
Use cases
- run a typescript file directly with node
- execute tsx scripts without compiling first
- hook typescript loading into node via --require
- load esm typescript modules with a loader hook
- run jsx files in node
- replace node command with a typescript-aware runner
When to choose
- you want zero-config direct execution of TypeScript/JSX on Node.js
- you need both ESM and CommonJS hook support
- you want a lightweight node replacement for scripts
When to avoid
- you need a full build pipeline with type-checking and bundling
- you rely on the ESM loader API being stable, since it is experimental and Node has since changed loader APIs
- you need watch mode or test-runner integration
Facets
library · maturity maintenance
compiler developer-tools cli developer-tools programming-languages cli cross-platform typescript esm-loader require-hook tsx esbuild nodejs-loader command-line nodejs
2 sources
- readme: https://github.com/lukeed/tsm · fetched 2026-08-28 · f5ca996f2220
- registry_npm: https://registry.npmjs.org/tsm · fetched 2026-08-29 · 3e8baee8759a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lukeed/tsm | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem