# node-red を Homebrew, Nix でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install node-red
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#node-red
```

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

## パッケージ情報

- **パッケージキー:** brew:node-red
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/node-red>
- **バージョン:** 5.0.1
- **ソース概要:** Low-code programming for event-driven applications
- **ホームページ:** <https://nodered.org/>
- **リポジトリ:** <https://github.com/node-red/node-red>
- **上流ドキュメント:** <https://nodered.org/docs>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://registry.npmjs.org/node-red/-/node-red-5.0.1.tgz>
- **最終更新:** 2026-07-02T16:40:50Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- node-red (cli)
- node-red-pi (cli)
- node-red (エイリアス)
- node-red-pi (エイリアス)

## 依存関係

- node

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 5.0.1
- マネージャ更新日: 2026-07-02
- ローカルデータ: OK
- 上流リポジトリ: https://nodered.org/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

Node-RED is a flow-based, low-code programming tool for event-driven applications. Its own site frames it as a way to collect, transform, and visualize real-time data, with a browser editor, Node.js runtime, JSON flow files, and a community library of more than 5,000 nodes and flows.

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

Node-RED began in early 2013 as a side project by Nick O'Leary and Dave Conway-Jones in IBM's Emerging Technology Services group. The original proof of concept visualized and manipulated mappings between MQTT topics, then grew into a general-purpose tool for wiring hardware devices, APIs, online services, and application logic.

### 採用の歴史

The project was open-sourced in September 2013 and became one of the founding JS Foundation projects in October 2016. The Node.js Foundation and JS Foundation later merged into the OpenJS Foundation in 2019, giving Node-RED a vendor-neutral home alongside other JavaScript ecosystem projects.

A major adoption moment came on 25 November 2015, when Node-RED announced that the November 2015 Raspbian Jessie image shipped with Node-RED pre-installed and that it was also available through the Raspbian Jessie APT repositories. That helped push it into Raspberry Pi, home automation, education, and industrial IoT workflows.

### 使われ方

Homebrew users install it with `brew install node-red` and run the `node-red` command, then open the editor at `http://localhost:1880`. Node-RED's local install docs also show the npm path with `npm install -g node-red`, Docker via `docker run -it -p 1880:1880 --name mynodered nodered/node-red`, and command-line flags such as `--settings`, `--userDir`, `--port`, and `--safe`.

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

Node-RED sits in a funny and useful place for package people: it is a Node.js app, a visual programming environment, and a runtime for long-lived flows. The package pulls in the usual Node dependency world, but its users often think in deployed flow files, credentials files, palettes, and hardware-adjacent integrations rather than in conventional application source trees.

Homebrew Formulae lists node-red 5.0.0 and reports 1,044 installs over 365 days. That is small compared with npm usage, but it is a convenient macOS/Linux package-manager path for local flow development and lightweight automation boxes.

### Related projects

- Node.js
- OpenJS Foundation
- Raspberry Pi
- FlowFuse
- MQTT

### ソース

- <https://formulae.brew.sh/formula/node-red>
- <https://github.com/node-red/node-red>
- <https://nodered.org/>
- <https://nodered.org/about/>
- <https://nodered.org/blog/2015/11/25/node-red-included-in-raspian-jessie>
- <https://nodered.org/docs/getting-started/local>
- <https://nodered.org/docs/user-guide/runtime/securing-node-red>
- <https://www.linuxfoundation.org/press/press-release/node-js-foundation-and-js-foundation-merge-to-form-openjs-foundation>


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.node-red/settings.js
- Windows: %HOMEPATH%\.node-red\settings.js

## Credential files

- Unix: ~/.node-red/flows_<hostname>_cred.json
- Windows: %HOMEPATH%\.node-red\flows_<hostname>_cred.json
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** node-red
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Nix - node-red: normalized package name match | nixpkgs package indexes: pkgs/by-name/no/node-red/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://www.automicvault.com/ja/pkg/brew/node/) - Runtime dependency declared by Homebrew.
- [flowpipe](https://www.automicvault.com/ja/pkg/brew/flowpipe/) - Shares av.db curated category or tags: cli, developer-tools, workflow-automation.
- [dagu](https://www.automicvault.com/ja/pkg/brew/dagu/) - Shares av.db curated category or tags: cli, developer-tools, workflow-automation.
- [git-town](https://www.automicvault.com/ja/pkg/brew/git-town/) - Shares av.db curated category or tags: cli, developer-tools, workflow-automation.
- [action-docs](https://www.automicvault.com/ja/pkg/brew/action-docs/) - Shares av.db curated category or tags: cli, developer-tools, nodejs.
- [chalk-cli](https://www.automicvault.com/ja/pkg/brew/chalk-cli/) - Shares av.db curated category or tags: cli, developer-tools, nodejs.
- [claudekit](https://www.automicvault.com/ja/pkg/brew/claudekit/) - Shares av.db curated category or tags: cli, developer-tools, workflow-automation.
- [corepack](https://www.automicvault.com/ja/pkg/brew/corepack/) - Shares av.db curated category or tags: cli, developer-tools, nodejs.
- [czg](https://www.automicvault.com/ja/pkg/brew/czg/) - Shares av.db curated category or tags: cli, developer-tools, nodejs.
- [node-red](https://www.automicvault.com/ja/pkg/npm/node-red/) - Same normalized package name appears in another local ecosystem. Shared terms: applications, automation, cli, code, driven.
- [n8n-mcp](https://www.automicvault.com/ja/pkg/brew/n8n-mcp/) - Both packages touch the same language runtime or ecosystem. Shared terms: automation, cli, code, developer, developer-tools.
- [node-red](https://www.automicvault.com/ja/pkg/npm/node-red/) - Same normalized package name in another local ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/node-red.yml](https://github.com/automic-vault/db/blob/main/combined/node-red.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
