macOS
brew install envdlocal Homebrew formula metadata
brew
envd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install envdlocal Homebrew formula metadata
概要
Reproducible development environment for AI/ML
履歴
envd is TensorChord's command-line tool for creating container-based development environments for AI and machine-learning work. It uses a Python-like `build.envd` declaration to turn Python, CUDA, shell, Jupyter, and container setup into a repeatable environment.
The README presents envd as a reaction to fragile AI/ML development setups, where Python packages, CUDA, shell scripts, and Dockerfiles often break together. Its core promise is to replace hand-written environment assembly with a simple declaration plus `envd up`.
The project builds OCI-compatible images and uses technologies such as Docker and BuildKit. Its documentation also covers local and Kubernetes-backed contexts, remote builds, package caches, Jupyter setup, and reusable build functions imported from Git repositories.
envd is distributed through several developer channels: the README documents pip installation, direct GitHub release binaries, and bootstrap after installation, while Homebrew packages it as `envd`. Homebrew analytics showed low hundreds of annual installs during this run, consistent with a specialized AI/ML infrastructure tool.
A typical workflow installs envd, runs `envd bootstrap`, creates or clones a project with a `build.envd` file, and runs `envd up` to build and attach to the containerized environment. The example manifest installs conda, Python, Python packages, a shell, and optional Jupyter support.
The package is especially relevant where reproducibility and GPU/container setup matter: local notebooks, remote build machines, Kubernetes clusters, and teams sharing environment definitions.
envd is a packaging-adjacent tool because it treats development environments themselves as declarative artifacts. For package nerds, it sits at the intersection of language package managers, OCI images, BuildKit caching, and reproducible developer onboarding.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
build.envd実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
envd | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/tensorchord/envd
インストールメタデータ
| パッケージキー | brew:envd |
|---|---|
| バージョン | 1.3.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/envd |
| ホームページ | https://envd.tensorchord.ai |
| リポジトリ | https://github.com/tensorchord/envd |
| 上流ドキュメント | https://envd.tensorchord.ai/guide/getting-started |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/tensorchord/envd/archive/refs/tags/v1.3.4.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | envd |
| 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 |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.