macOS
brew install dumlocal Homebrew formula metadata
brew
Npm scripts runner written in Rust. Version 0.1.20 via Homebrew; verified from local package data.
install
brew install dumlocal Homebrew formula metadata
sudo apk add dumAlpine Linux edge package indexes · dum · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#dumnixpkgs package indexes · pkgs/by-name/du/dum/package.nix · source: api.github.com
scoop install main/dumScoop official bucket manifest trees · bucket/dum.json · source: api.github.com
overview
Npm scripts runner written in Rust
history
dum is a small Rust command-line tool that targets a very specific Node.js workflow: running package.json scripts and node_modules binaries faster than invoking npm run or npx.
The project appeared in late 2021 as an experiment by EGOIST to learn Rust while replacing npm run and npx with a native executable. Its README frames the project around startup latency and includes a hyperfine benchmark comparing dum against npm run.
dum stayed a niche developer-tool package, but it gained enough packaging interest to appear beyond Cargo and GitHub releases, including Homebrew, Scoop, Nix, Alpine packaging, and the Arch AUR. Crates.io and Homebrew metadata show continued releases through the 0.1.x line rather than a large ecosystem.
Typical use is inside JavaScript and TypeScript repositories: `dum build`, `dum test`, or `dum <bin>` to run package scripts and project-local executables. It also forwards install/add/remove commands to the detected package manager by checking lock files.
dum is interesting as part of the post-2020 wave of native, low-latency JavaScript tooling. It does not replace npm, pnpm, or Yarn as a package manager; its significance is as a tiny command shim that packages the speed argument into a Homebrew/Cargo-installable binary.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dum | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:dum |
|---|---|
| Version | 0.1.20 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dum |
| Homepage | https://github.com/egoist/dum |
| Repository | https://github.com/egoist/dum |
| Upstream docs | https://github.com/egoist/dum#readme |
| License | MIT |
| Source archive | https://github.com/egoist/dum/archive/refs/tags/v0.1.20.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dum |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dum
nix profile install nixpkgs#dumdum 0.1.20-r1
An npm scripts runner written in Rust
sudo apk add dummain/dum
scoop install main/dumsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.