Automic VaultAutomic Vault

brew

nodeenv を Homebrew, apt, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install nodeenv

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install nodeenv

Debian stable package indexes · nodeenv · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#nodeenv

nixpkgs package indexes · pkgs/by-name/no/nodeenv/package.nix · ソース: api.github.com

概要

パッケージ概要

Node.js virtual environment builder

コマンドとエイリアス

  • nodeenv

履歴

プロジェクトの歴史と使われ方

`nodeenv` brings the Python virtualenv mental model to Node.js. It creates isolated Node.js environments with their own installation directories and can integrate with an existing Python virtualenv, which makes it especially relevant to Python projects that need pinned Node/npm tooling.

プロジェクトの歴史

GitHub metadata shows `ekalinin/nodeenv` was created on 2011-03-29. The project documentation describes isolated Node.js environments that do not share libraries with other nodeenv environments, plus integration with Python virtualenv.

PyPI metadata identifies the package as `Node.js virtual environment builder`. The PyPI JSON queried on 2026-07-01 listed version 1.10.0 as the package version and included release uploads back to at least 0.10.0 on 2014-07-11. GitHub releases listed 1.10.0 published on 2025-12-20.

採用の歴史

By 2026-07-01, GitHub metadata reported 1784 stars and 221 forks. Homebrew's formula API reported stable version 1.10.0 and 669 installs over 365 days. That is modest for Homebrew, which fits a tool more often installed through pip inside Python-centric workflows.

The adoption niche is real but specific: projects that already use Python virtual environments and need Node.js or npm packages isolated with the same activation flow. The docs explicitly show `nodeenv -p` adding Node.js into an existing Python virtualenv.

使われ方

The basic workflow is `nodeenv env`, activate with `. env/bin/activate`, run `node` and `npm`, then leave with `deactivate_node`. Advanced usage covers listing available Node.js versions, using `--node=<version>`, using system Node with `--node=system`, installing from requirements files, choosing prebuilt binaries or source builds, mirrors, custom prompts, and updating an existing environment from a requirements file.

Package nerds reach for nodeenv when the Node dependency is subordinate to a Python project: documentation builds, asset pipelines, frontend test tooling, or old stacks that want `pip install nodeenv` rather than a separate language manager.

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

The important distinction is that nodeenv is an environment builder, not mainly an interactive version switcher. It belongs near virtualenv, tox, and Python packaging workflows as much as near nvm or nodenv.

タイムライン

  • 2011-03-29: GitHub repository `ekalinin/nodeenv` was created.
  • 2014-07-11: PyPI JSON included upload metadata for release 0.10.0.
  • 2022-06-25: GitHub release 1.7.0 was published.
  • 2024-06-04: GitHub release 1.9.1 was published.
  • 2025-12-20: GitHub release 1.10.0 was published.
  • 2026-07-01: Homebrew formula API reported stable version 1.10.0.

Related projects

  • virtualenv
  • pip
  • tox
  • nvm
  • nodenv

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
nodeenvcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版1.10.0
マネージャ更新日
ローカルデータOK
上流最新
検出された最新1.10.0

https://github.com/ekalinin/nodeenv

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:nodeenv
バージョン1.10.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/nodeenv
ホームページhttps://ekalinin.github.io/nodeenv/
リポジトリhttps://github.com/ekalinin/nodeenv
上流ドキュメントhttps://ekalinin.github.io/nodeenv
ライセンスBSD-3-Clause
ソースアーカイブhttps://github.com/ekalinin/nodeenv/archive/refs/tags/1.10.0.tar.gz
macOS 提供ライブラリpython
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenodeenv
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

nodeenv 1.9.1-3

Node.js virtual environment builder

https://ekalinin.github.io/nodeenv/

sudo apt install nodeenv
  • Section: utils
  • Architecture: all
  • 6 依存関係
  • normalized package name match
  • 一致条件: Nodeenv
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nodeenv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

nodeenv

nix profile install nixpkgs#nodeenv
  • normalized package name match
  • 一致条件: Nodeenv
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/no/nodeenv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

nodeenv 0.13.4-1.1

Node.js virtual environment builder

https://ekalinin.github.io/nodeenv/

sudo apt install nodeenv
  • Section: universe/utils
  • Architecture: all
  • 7 依存関係
  • normalized package name match
  • 一致条件: Nodeenv
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nodeenv from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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