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

TypeStrong/ts-node

TypeScript execution and REPL for node.js observed · 2026-08-28

github.com/TypeStrong/ts-node · homepage · TypeScript · MIT (permissive) 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4068
  • days_rel: n/a
  • days_push: 776
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

13126 stars · 547 forks observed · 2026-08-28

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

ts-node is a TypeScript execution engine and REPL for Node.js that JIT-transforms TypeScript into JavaScript so it can be run directly without a precompile step. It hooks Node's module loading APIs, supporting source maps, tsconfig.json parsing, optional typechecking, native ESM, and third-party transpilers.

Use cases

  • run typescript files directly with node
  • typescript repl for node.js
  • execute ts scripts without compiling
  • use typescript in node scripts with shebang
  • integrate typescript with test runners and debuggers
  • run typescript with native esm modules

When to choose

  • you want to run TypeScript on Node.js without a separate build step
  • you need a TypeScript REPL or standalone script execution
  • you want tsconfig.json-aware execution with source maps and optional typechecking
  • you need to plug TypeScript execution into test runners, debuggers, or CLI tools

When to avoid

  • you are building for production and should precompile TypeScript ahead of time
  • you only need fast transpilation without typechecking and prefer a bundler-based runner
  • your project uses Deno, Bun, or another runtime with built-in TypeScript support

Facets

cli-tool · maturity maintenance

interpreter cli developer-tools developer-tools programming-languages cli cross-platform typescript repl jit-transpilation esm source-maps tsconfig command-line nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
TypeStrong/ts-nodemain23

For agents

markdown · JSON · MCP: product_card(name="TypeStrong/ts-node")

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