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

cespare/reflex

Run a command when files change observed · 2026-08-28

github.com/cespare/reflex · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

65/100

  • Activity 69
  • Release rhythm 40
  • 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: n/a
  • age_days: 4852
  • days_rel: 188
  • days_push: 188
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

3551 stars · 142 forks observed · 2026-08-28

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

Reflex is a small Go CLI tool that watches a directory and reruns a command when matching files change. It supports regex/glob file matching, sequential or parallel execution, and restarting long-running services on change.

Use cases

  • rerun tests whenever source files change
  • automatically rebuild and restart a server when code changes
  • run a linter on files as they are edited
  • trigger make when any .c file changes
  • reload an application during development on save

When to choose

  • you want a simple, fast file-watcher CLI on Linux or macOS
  • you need to restart a long-running dev server when code changes
  • you prefer regex or glob-based file matching from the command line

When to avoid

  • you need Windows support (only tested on Linux and macOS)
  • you need a GUI or IDE-integrated file watcher
  • you need complex multi-step build pipelines better handled by a task runner

Facets

cli-tool · maturity stable

developer-tools cli workflow-automation developer-tools cli go file-watching hot-reload live-reload build-automation command-line automation linux macos

1 source

Member repositories

RepositoryRoleHealth v2
cespare/reflexmain65

For agents

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

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