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

Oxc

⚓ A collection of high-performance JavaScript tools. observed · 2026-08-28

github.com/oxc-project/oxc · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 99
  • Release rhythm 87
  • Longevity 92
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: 4.0
  • age_days: 1301
  • days_rel: 9
  • days_push: 7
  • n_releases_24m: 183

Full methodology

Adoption not part of the score

22506 stars · 1241 forks observed · 2026-08-28

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

Oxc (Oxidation Compiler) is a collection of high-performance JavaScript and TypeScript tools written in Rust, including the Oxlint linter, Oxfmt formatter, parser, transformer, minifier, and module resolver. It serves as the foundation for modern JS tooling such as Rolldown (Vite's bundler) and offers Node.js bindings and Rust crates.

Use cases

  • lint javascript and typescript code faster than eslint
  • format a codebase as a prettier replacement
  • parse typescript or jsx files in rust or node
  • transpile typescript and jsx to older javascript targets
  • minify javascript for production builds
  • resolve node.js modules in a bundler or dev tool
  • run typescript directly in node without a build step

When to choose

  • you need a very fast ESLint-compatible linter with 800+ rules and easy migration
  • you want a Prettier-compatible formatter with much higher throughput
  • you're building a bundler, dev server, or code tool that needs a fast JS/TS parser or resolver
  • you want a unified Rust-based JavaScript toolchain

When to avoid

  • you depend on ESLint plugin edge-case behavior not yet supported by Oxlint
  • you rely on exact Prettier plugin behavior not covered by Oxfmt
  • you need a battle-tested minifier and can't accept alpha-stage software

Facets

library · maturity active

linter formatter parser compiler build-tool developer-tools web-development frontend developer-tools performance rust cli cross-platform javascript typescript oxlint oxfmt minifier module-resolution eslint-alternative prettier-alternative jsx transpiler nodejs

10 sources

Member repositories

RepositoryRoleHealth v2
oxc-project/oxcmain93
oxc-project/tsgolintplugin79

For agents

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

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