# cortesi/modd

A flexible developer tool that runs processes and responds to filesystem changes

Repository: https://github.com/cortesi/modd
Canonical: https://ross.abutalabs.com/products/modd
Language: Go
License: MIT
License Family: permissive
Topics: developer-tools, process-manager, livereload
Last push: 2026-06-21T09:26:43+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 88, release rhythm 8, longevity 100
- inputs: {"age_days": 3934, "days_push": 73, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2965, forks 136 (observed 2026-08-28T04:07:32.540119+00:00)

## What it is
Modd is a flexible developer tool that runs commands and manages daemons in response to filesystem changes, configured via a simple modd.conf file. It can replace many functions of task runners like Gulp/Grunt and integrates with devd for in-browser livereload.

## Use cases
- rerun go tests whenever a go file changes
- restart a web server daemon when source files are modified
- replace gulp or grunt for a react frontend build workflow
- trigger livereload in the browser on file changes
- run linters or compilers automatically on save
- manage local development daemons that restart on code changes

## When to choose
- you want a single portable binary with no dependencies for watch-and-rebuild workflows
- you need both one-shot prep commands and long-running daemons managed together
- you want a simple config file you can check into your repo
- you want lightweight livereload during web development

## When to avoid
- you need a full-featured task runner with a large plugin ecosystem
- your project already uses a build tool like webpack or vite with built-in watch mode
- you need complex build orchestration or dependency graphs between tasks

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, cli, workflow-automation, build-tool
- domain: developer-tools, web-development
- platform: windows, bsd, cross-platform, cli, go
- tags: livereload, process-manager, file-watching, hot-reload, dev-workflow, command-line, automation, macos, linux

## Member repositories
- cortesi/modd (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:32.540119+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:47:29.640295+00:00, confidence not recorded.
  - readme: https://github.com/cortesi/modd (fetched 2026-08-28T04:07:32.540119+00:00, sha 79288c76449d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
