# dum を Homebrew, apk, Nix, scoop でインストール

dum のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:dum
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dum
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add dum
```

  証拠: Alpine Linux edge package indexes: dum from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#dum
```

  証拠: nixpkgs package indexes: pkgs/by-name/du/dum/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/dum
```

  証拠: Scoop official bucket manifest trees: bucket/dum.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:dum
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.1.20
- **ソース概要:** Npm scripts runner written in Rust
- **ホームページ:** <https://github.com/egoist/dum>
- **リポジトリ:** <https://github.com/egoist/dum>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dum (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.1.20
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2021: GitHub repository and crates.io package are created.
- 2021: v0.1.2 is published on GitHub Releases.
- 2025: v0.1.20 is published and packaged as Homebrew stable 0.1.20.

### Related projects

- Related tools include npm run, npx, Yarn, pnpm, Bun, and other native JavaScript-development CLIs focused on reducing command startup overhead.

### ソース

- <https://github.com/egoist/dum#readme>
- <https://api.github.com/repos/egoist/dum>
- <https://api.github.com/repos/egoist/dum/releases>
- <https://crates.io/api/v1/crates/dum>
- <https://formulae.brew.sh/formula/dum>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - dum: normalized package name match | nixpkgs package indexes: pkgs/by-name/du/dum/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - dum - 0.1.20-r1: normalized package name match | Alpine Linux edge package indexes: dum from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | An npm scripts runner written in Rust | https://github.com/egoist/dum
- Scoop - main/dum: normalized package name match | Scoop official bucket manifest trees: bucket/dum.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/dum.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dum.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
