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

rslint/rslint

A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate observed · 2026-08-28

github.com/rslint/rslint · homepage · Rust · 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2339
  • days_rel: n/a
  • days_push: 1277
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2730 stars · 79 forks observed · 2026-08-28

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

RSLint is an extremely fast JavaScript and TypeScript linter written in Rust, distributed as a CLI binary and a Rust crate. It uses parallelism, a low-memory syntax tree, and an error-tolerant parser to lint code without requiring Node.js.

Use cases

  • lint javascript files without node
  • fast parallel linting of a typescript codebase
  • lint code with syntax errors using an error-tolerant parser
  • replace eslint with a faster native binary linter
  • embed a javascript linter in a rust application
  • lint code in an editor on the fly as you type

When to choose

  • you need extremely fast, parallel linting of JS/TS without a Node runtime
  • you want a linter that tolerates incomplete or broken syntax
  • you want a Rust crate for parsing/linting JavaScript

When to avoid

  • you need a production-ready, mature linter with a large rule ecosystem (use ESLint instead)
  • you rely on ESLint plugins or custom JS-based rules
  • you need actively maintained software - the project is WIP with sparse releases

Facets

cli-tool · maturity experimental

linter parser cli developer-tools web-development frontend windows rust cli javascript-linter typescript-linter error-recovery parallel-linting rust-crate work-in-progress javascript linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
rslint/rslintmain23

For agents

markdown · JSON · MCP: product_card(name="rslint/rslint")

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