# nodebrew を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:nodebrew
```

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

### macOS

- Homebrew (100%):

```sh
brew install nodebrew
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:nodebrew
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/nodebrew>
- **バージョン:** 1.2.0
- **ソース概要:** Node.js version manager
- **ホームページ:** <https://github.com/hokaccha/nodebrew>
- **リポジトリ:** <https://github.com/hokaccha/nodebrew>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/hokaccha/nodebrew/archive/refs/tags/v1.2.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- nodebrew (cli)
- nodebrew (エイリアス)

## インストール挙動

- post-install フック: 未定義
- 注意点: You need to manually run setup_dirs to create directories required by nodebrew: $HOMEBREW_PREFIX/opt/nodebrew/bin/nodebrew setup_dirs Add path: export PATH=$HOME/.nodebrew/current/bin:$PATH To use Homebrew's directories rather than ~/.nodebrew add to your profile: export NODEBREW_ROOT=$HOMEBREW_PREFIX/var/nodebrew
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.2.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/hokaccha/nodebrew
- 検出された最新: v1.2.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

`nodebrew` is a Perl-based Node.js version manager by Kazuhito Hokamura. It predates many later Node version-manager workflows and keeps a simple model: download or compile Node.js versions under a per-user root, switch a `current` path, and put that path in the user's shell.

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

GitHub metadata shows the repository was created on 2011-11-15. The README presents a curl-to-Perl setup flow, a default root of `$HOME/.nodebrew`, and shell PATH setup using `$HOME/.nodebrew/current/bin`.

The tag history shows v1.0.0 committed on 2018-03-10, v1.1.0 on 2021-04-23, and v1.2.0 on 2022-03-19. Homebrew reported stable version 1.2.0 on 2026-07-01, matching the latest tag listed by GitHub.

### 採用の歴史

By 2026-07-01, GitHub metadata reported 1067 stars and 66 forks. Homebrew's formula API reported 4600 installs over 365 days and 211 installs over 30 days. That places it below `nodenv` in Homebrew usage, but still visible as a long-lived Node version manager.

Its adoption story is strongest among users who prefer a small standalone version manager without the rbenv-style shim system. The README focuses on direct commands rather than project-local automatic switching.

### 使われ方

Typical usage is `nodebrew install <version>` to download a binary, `nodebrew compile <version>` to build from source, `nodebrew use <version>` to switch, and `nodebrew ls-remote` or `nodebrew ls-all` to inspect available and installed versions. It also supports aliases, pruning old versions, migrating global npm packages, and `nodebrew exec <version> -- <command>` for one-off execution.

The package-nerd distinction is that nodebrew changes the selected version by changing which installation is exposed through `$HOME/.nodebrew/current/bin`. That is simpler than shim dispatch but less project-automatic than `.node-version` managers.

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

It is a useful historical Node manager entry because it represents the single-purpose, per-user install-tree style: no plugin ecosystem, no Python virtualenv integration, and no rbenv ancestry required.

### タイムライン

- 2011-11-15: GitHub repository `hokaccha/nodebrew` was created.
- 2018-03-10: v1.0.0 tag commit.
- 2021-04-23: v1.1.0 tag commit.
- 2022-03-19: v1.2.0 tag commit.
- 2026-07-01: Homebrew formula API reported stable version 1.2.0.

### Related projects

- nvm
- n
- nodenv
- nodeenv

### ソース

- <https://api.github.com/repos/hokaccha/nodebrew>
- <https://api.github.com/repos/hokaccha/nodebrew/tags>
- <https://formulae.brew.sh/api/formula/nodebrew.json>
- <https://github.com/hokaccha/nodebrew>
- <https://raw.githubusercontent.com/hokaccha/nodebrew/master/README.md>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal

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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nodebrew
- **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.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [nodenv](https://pkg.so/ja/brew/nodenv/) - Shares pkgdb curated category or tags: cli, developer-tools, development-environment, nodejs, version-manager.
- [anyenv](https://pkg.so/ja/brew/anyenv/) - Shares pkgdb curated category or tags: cli, developer-tools, version-manager, version-managers.
- [sbtenv](https://pkg.so/ja/brew/sbtenv/) - Shares pkgdb curated category or tags: cli, developer-tools, version-manager, version-managers.
- [rbenv](https://pkg.so/ja/brew/rbenv/) - Shares pkgdb curated category or tags: cli, developer-tools, development-environment, version-manager.
- [fnm](https://pkg.so/ja/brew/fnm/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, version-manager.
- [node-build](https://pkg.so/ja/brew/node-build/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, version-manager.
- [goenv](https://pkg.so/ja/brew/goenv/) - Shares pkgdb curated category or tags: cli, developer-tools, development-environment, version-manager.
- [vfox](https://pkg.so/ja/brew/vfox/) - Shares pkgdb curated category or tags: cli, developer-tools, nodejs, version-manager.

## Combined YAML source

View the package source record on GitHub. [combined/nodebrew.yml](https://github.com/mxcl/pkgdb/blob/main/combined/nodebrew.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
