# node-build を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:node-build
```

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

### macOS

- Homebrew (100%):

```sh
brew install node-build
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:node-build
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/node-build>
- **バージョン:** 5.4.48
- **ソース概要:** Install NodeJS versions
- **ホームページ:** <https://github.com/nodenv/node-build>
- **リポジトリ:** <https://github.com/nodenv/node-build>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/nodenv/node-build/archive/refs/tags/v5.4.48.tar.gz>
- **最終更新:** 2026-08-03T18:02:10Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- node-build (cli)
- nodenv-install (cli)
- nodenv-uninstall (cli)
- node-build (エイリアス)
- nodenv-install (エイリアス)
- nodenv-uninstall (エイリアス)

## 依存関係

- autoconf
- openssl@3
- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 5.4.48
- マネージャ更新日: 2026-08-03
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/nodenv/node-build
- 検出された最新: v5.4.48 (最新)
## プロジェクトの歴史と使われ方

node-build is the small installer layer behind nodenv's `nodenv install` workflow. Its upstream README describes it as a tool that downloads, compiles, and installs Node on Unix-like systems, either as a nodenv plugin or as the standalone `node-build` command.

### プロジェクトの歴史

The project is explicitly descended from rbenv's ruby-build: the node-build README credits Sam Stephenson's ruby-build as the fork source and Will McKenzie as the person who modified it for Node. That lineage explains the package's shape: shell scripts, build definitions, optional source compilation, tarball checksums, mirrors, and environment-variable overrides instead of a large application framework.

### 採用の歴史

node-build is niche compared with Node itself, but it matters to developers who want repeatable per-project Node installs through nodenv. Homebrew Formulae lists node-build 5.4.44 and reports 28,881 installs over 365 days, including 13,982 installs on request, which is enough signal to treat it as a real version-manager dependency rather than a forgotten helper.

### 使われ方

Package nerds use node-build when they want nodenv-style version management without nvm's shell-function model. Typical commands are `nodenv install --list`, `nodenv install 20.11.1`, `node-build --definitions`, and `node-build 20.11.1 ~/local/node-20.11.1`. The advanced knobs are useful when diagnosing C compiler failures, forcing source builds with `--compile`, applying a patch with `--patch`, keeping sources for debugging, or overriding tarball URLs and mirrors.

### パッケージ好きにとっての重要性

The package is interesting because it encodes the boring but valuable part of a runtime ecosystem: mapping many upstream Node releases into reproducible install recipes. It is not a general JavaScript tool; it is plumbing for people who care which exact Node binary, checksum, compiler, prefix, or mirror produced their local runtime.

### Related projects

- nodenv
- node-build-update-defs
- rbenv/ruby-build
- Node.js

### ソース

- <https://formulae.brew.sh/formula/node-build>
- <https://github.com/nodenv/node-build>
- <https://github.com/nodenv/nodenv>
- <https://raw.githubusercontent.com/nodenv/node-build/main/README.md>
- <https://raw.githubusercontent.com/nodenv/node-build/main/package.json>


## セキュリティノート

node-build に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** node-build
- **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:** head, stable


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Runtime dependency declared by Homebrew.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Runtime dependency declared by Homebrew.
- [nodenv](https://pkg.so/ja/brew/nodenv/) - Popular package that depends on this formula.
- [ndenv](https://pkg.so/ja/brew/ndenv/) - Popular package that depends on this formula.
- [fnm](https://pkg.so/ja/brew/fnm/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, version-manager.
- [nodebrew](https://pkg.so/ja/brew/nodebrew/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, version-manager.
- [vfox](https://pkg.so/ja/brew/vfox/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, runtime-management, version-manager.
- [grunt-cli](https://pkg.so/ja/brew/grunt-cli/) - Shares pkgdb curated category or tags: build-tool, cli, developer-tools, nodejs.
- [nave](https://pkg.so/ja/brew/nave/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, version-manager.
- [pnpm](https://pkg.so/ja/brew/pnpm/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs.
- [node-env-run](https://pkg.so/ja/npm/node-env-run/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, node, nodejs.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
