Automic VaultAutomic Vault

brew

使用 Homebrew 安装 zigmod

查看 zigmod 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install zigmod

local Homebrew formula metadata

概览

软件包摘要

Package manager for the Zig programming language

命令和别名

  • zigmod

历史

项目历史与用法

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.

时间线

  • 2020-11-09: nektro/zigmod is created on GitHub and an early v2 release is published.
  • 2021: Zigmod appears in community discussion as a way to avoid git submodules for Zig dependencies.
  • 2023-08-04: Zig 0.11.0 debuts the official package manager, changing zigmod's role in the ecosystem.
  • 2026: Zigmod documentation still describes zigmod.yml as the main manifest and zig.mod as a legacy alternative.

Related projects

  • Zig's official package manager, introduced in Zig 0.11, is the modern upstream package-management path.
  • build.zig.zon is the official Zig package metadata file that displaced many earlier third-party conventions.
  • Setup Zigmod is a GitHub Action for using Zigmod in Zig workflows.

安全态势

风险级别:orange

generalized runtime or code generation signal. infrastructure mutation or orchestration signal.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • generalized runtime or code generation signal
  • infrastructure mutation or orchestration signal

信号

  • text:package manager
  • text:programming language

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
zigmod.ymlzig.mod

可执行文件

已安装的可执行文件

命令类型暴露范围备注
zigmodcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本103
管理器更新时间2026-06-14
本地数据OK
上游not checked
检测到的最新版本未检测到

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
Pulseupdated
依赖zig@0.15
构建依赖pkgconf
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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