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

swc-project/swc

Rust-based platform for the Web observed · 2026-08-28

github.com/swc-project/swc · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 86
  • 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: 0.0
  • age_days: 3176
  • days_rel: 14
  • days_push: 7
  • n_releases_24m: 269

Full methodology

Adoption not part of the score

34190 stars · 1551 forks observed · 2026-08-28

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

SWC (Speedy Web Compiler) is a super-fast TypeScript/JavaScript compiler written in Rust, usable as both a Rust library and a JavaScript package. It handles compilation, transformation, and minification of modern JS/TS code, and is embedded in tools like Next.js, Parcel, and Deno.

Use cases

  • transpile typescript to javascript fast
  • babel replacement for faster builds
  • parse javascript or typescript into an AST
  • speed up jest test transforms
  • minify javascript bundles
  • compile modern js for older browsers
  • build custom javascript transforms in rust

When to choose

  • you need a much faster alternative to Babel or tsc for transpilation
  • you're building JS/TS tooling in Rust and need a parser or transform pipeline
  • you use Next.js, Rspack, or webpack and want faster transforms via swc-loader

When to avoid

  • you rely on Babel plugins with no SWC equivalent
  • you need full TypeScript type-checking, which SWC does not perform
  • you need a mature all-in-one bundler for complex production builds

Facets

library · maturity stable

compiler parser build-tool developer-tools web-development compilers frontend developer-tools programming-languages rust cross-platform cli wasm windows typescript javascript ecmascript babel-alternative transpiler minifier bundler swc nodejs macos linux

5 sources

Member repositories

RepositoryRoleHealth v2
swc-project/swcmain95

For agents

markdown · JSON · MCP: product_card(name="swc-project/swc")

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