egoist/dum
An npm scripts runner written in Rust. observed · 2026-08-28
Health v2 · maintenance only
24/100
- Activity 2
- 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: 1747
- days_rel: 591
- days_push: 591
- n_releases_24m: 1
Adoption not part of the score
1584 stars · 27 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Dum is a fast npm scripts runner written in Rust that replaces `npm run` and `npx` with near-instant startup. It also forwards install/add/remove commands to the detected package manager (npm, yarn, or pnpm).
Use cases
- run npm scripts faster than npm run
- replace npx with a faster alternative
- run node_modules/.bin binaries from the command line
- run package manager install commands without remembering which one the project uses
- run npm scripts in a subdirectory of a monorepo
When to choose
- you frequently run npm scripts and want to eliminate npm's startup delay
- you want a single command that works across npm/yarn/pnpm projects
- you prefer a small native binary over a Node.js-based tool
When to avoid
- you need package.json vars support in scripts
- you need a full package manager - dum only forwards install commands
- you rely on npm-specific flags or features not implemented by dum
Facets
cli-tool · maturity active
cli developer-tools build-tool developer-tools web-development cli windows rust npm-scripts npx-replacement rust package-manager-forwarding command-line macos linux
1 source
- readme: https://github.com/egoist/dum · fetched 2026-08-28 · 552b3fd18bfd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| egoist/dum | main | 24 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem