# swc-project/swc-node

Faster ts-node without typecheck

Repository: https://github.com/swc-project/swc-node
Canonical: https://ross.abutalabs.com/products/swc-node
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-26T20:51:34+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 61, longevity 100
- inputs: {"age_days": 2239, "days_push": 7, "days_rel": 48, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1982, forks 96 (observed 2026-08-28T04:06:01.875107+00:00)

## What it is
swc-node is a set of packages providing fast TypeScript/JavaScript transformation and execution on Node.js using the SWC compiler, without node-gyp or postinstall scripts. It includes a register hook to run TypeScript directly (like ts-node but without typechecking) and a fast Jest transformer.

## Use cases
- run typescript directly with node without compiling
- faster alternative to ts-node without typechecking
- speed up jest typescript test transforms
- transpile typescript to javascript quickly
- run typescript esm scripts with node
- execute typescript in shebang scripts

## When to choose
- you want to run TypeScript on Node.js with minimal startup overhead and no typechecking
- you need a fast Jest transformer for TypeScript files
- you want a ts-node replacement without native build steps

## When to avoid
- you need typechecking during development (use tsc or ts-node with typecheck)
- your project is not on Node.js
- you need full TypeScript compiler features like emit declarations

## Facets
- artifact type: library
- maturity: active
- function: compiler, build-tool, developer-tools, cli
- domain: developer-tools, programming-languages, web-development, performance
- platform: cli, cross-platform
- tags: typescript, swc, ts-node, transpiler, esm, jest, no-typecheck, nodejs

## Member repositories
- swc-project/swc-node (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:01.875107+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:03:56.549787+00:00, confidence not recorded.
  - readme: https://github.com/swc-project/swc-node (fetched 2026-08-28T04:06:01.875107+00:00, sha a0adb51ed3b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
