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

paulmillr/chokidar

Minimal and efficient cross-platform file watching library observed · 2026-08-28

github.com/paulmillr/chokidar · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

80/100

  • Activity 98
  • Release rhythm 46
  • 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: 47.0
  • age_days: 5248
  • days_rel: 281
  • days_push: 17
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

12225 stars · 631 forks observed · 2026-08-28

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

Chokidar is a minimal and efficient cross-platform file watching library for Node.js. It normalizes raw fs.watch/fs.watchFile events into reliable add/change/unlink events, supporting atomic writes, chunked writes, filtering, symlinks, and recursive watching.

Use cases

  • watch files and directories for changes in nodejs
  • trigger build tasks when source files change
  • detect when files are added or deleted in a folder
  • watch config files and reload on change
  • monitor log files for new content
  • normalize inconsistent fs.watch events across macos linux and windows

When to choose

  • you need reliable cross-platform file change events in Node.js
  • raw fs.watch gives duplicate or useless rename events
  • you need recursive watching, symlink support, or atomic write handling
  • you want a battle-tested library used in millions of repositories

When to avoid

  • you need glob-based watch patterns (removed in v4)
  • you are on Node.js older than v20 (v5 is ESM-only)
  • you need file watching outside the Node.js runtime
  • you only need simple polling and want zero dependencies

Facets

library · maturity stable

file-system developer-tools developer-tools files cross-platform cross-platform file-watching fsevents watcher esm npm nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
paulmillr/chokidarmain80

For agents

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

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