macOS
brew install zigmodlocal Homebrew formula metadata
brew
zigmod のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install zigmodlocal Homebrew formula metadata
概要
Package manager for the Zig programming language
履歴
zigmod is a third-party package manager for the Zig programming language by nektro. It matters historically because it filled a real dependency-management gap before Zig's official build.zig.zon package manager matured, using manifests such as zigmod.yml and the legacy zig.mod file.
The zigmod GitHub repository was created in November 2020 and describes itself simply as a package manager for Zig. Early releases began immediately, with GitHub release data showing v2-88c035e published on 2020-11-09 and rapid follow-up releases in the same month.
The project's documentation presents zigmod.yml as the main manifest read by Zigmod, with zig.mod as a valid legacy alternative. That detail captures its place in Zig history: it used its own package description format before the official Zig package manager standardized on build.zig.zon.
Zigmod continued to track newer Zig compilers; the README currently says it is built with Zig 0.16.0 and points users to releases, docs, and a tutorial. It also had CI ecosystem support through the Setup Zigmod GitHub Action.
Adoption was niche but important inside the early Zig ecosystem. Before Zig 0.11 introduced the official package manager, a Zig developer wanting dependencies often had to choose between vendoring source, git submodules, custom build.zig logic, or tools such as zigmod.
After Zig 0.11 debuted official package management, zigmod's role changed from trailblazer to compatibility and legacy tooling. It remains useful context for packages that still contain zig.mod or zigmod.yml, and for understanding why older Zig projects do not always look like modern build.zig.zon projects.
Typical usage is project-local dependency management: declare packages in zigmod.yml or zig.mod, let zigmod resolve and fetch them, and integrate the resulting dependency graph into Zig builds. The documentation and tutorial are the practical entry points.
For package maintainers, zigmod is mostly a historical signal now: if an upstream Zig project has zigmod files, the recipe may need an older toolchain path or a migration to build.zig.zon rather than assuming current Zig package-manager conventions.
Zigmod is package-manager archaeology from a young language ecosystem. It shows the period where community tools experimented with dependency metadata and fetching before the language project made package management part of zig itself.
It also explains a common package-nerd annoyance in Zig: old projects may carry zig.mod, zigmod.yml, custom package managers, or vendored dependencies, while newer projects expect build.zig.zon. That split affects reproducibility and formula maintenance.
セキュリティ状態
generalized runtime or code generation signal. infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
zigmod.ymlzig.mod実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
zigmod | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/nektro/zigmod
インストールメタデータ
| パッケージキー | brew:zigmod |
|---|---|
| バージョン | 103 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/zigmod |
| ホームページ | https://nektro.github.io/zigmod/ |
| リポジトリ | https://github.com/nektro/zigmod |
| 上流ドキュメント | https://github.com/nektro/zigmod/tree/master/docs |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/nektro/zigmod/archive/refs/tags/r103.tar.gz |
| 最終更新 | 2026-06-14T15:26:55-04:00 |
| Pulse | updated |
| 依存関係 | zig@0.15 |
| ビルド依存関係 | pkgconf |
| 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 | zigmod |
| Version Scheme | 0 |
| Revision | 0 |
| 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.