# Install zigmod with Homebrew

Package manager for the Zig programming language. Version 103 via Homebrew; verified 2026-06-14.

## Install

```sh
sudo av install brew:zigmod
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install zigmod
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:zigmod
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/zigmod>
- **Version:** 103
- **Source summary:** Package manager for the Zig programming language
- **Homepage:** <https://nektro.github.io/zigmod/>
- **Repository:** <https://github.com/nektro/zigmod>
- **Upstream docs:** <https://github.com/nektro/zigmod/tree/master/docs>
- **License:** MIT
- **Source archive:** <https://github.com/nektro/zigmod/archive/refs/tags/r103.tar.gz>
- **Last updated:** 2026-06-14T15:26:55-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- zigmod (cli)
- zigmod (alias)

## Dependencies

- zig@0.15

## Build dependencies

- pkgconf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 103
- Package-manager updated: 2026-06-14
- Local data: ok
- Upstream repository: https://github.com/nektro/zigmod
- info: No cached GitHub release or tag data was available.
## Project history and usage

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.

### Project history

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 history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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.

### Sources

- <https://api.github.com/repos/nektro/zigmod>
- <https://api.github.com/repos/nektro/zigmod/releases?per_page=100&page=2>
- <https://github.com/marketplace/actions/setup-zigmod>
- <https://github.com/nektro/zigmod>
- <https://nektro.github.io/zigmod/>
- <https://nektro.github.io/zigmod/zig.mod.html>
- <https://ziglang.org/download/0.11.0/release-notes.html>


## Security Notes

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

- **Geiger risk:** orange / medium
- generalized runtime or code generation signal
- infrastructure mutation or orchestration signal


## 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: zigmod.yml, zig.mod
## Source Database Details

- **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:** stable


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Package publisher tools](https://www.automicvault.com/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [clib](https://www.automicvault.com/pkg/brew/clib/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools, package-management, package-manager.
- [pdm](https://www.automicvault.com/pkg/brew/pdm/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools, package-management, package-manager.
- [poetry](https://www.automicvault.com/pkg/brew/poetry/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools, package-management, package-manager.
- [akku](https://www.automicvault.com/pkg/brew/akku/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [bower](https://www.automicvault.com/pkg/brew/bower/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [cabal-install](https://www.automicvault.com/pkg/brew/cabal-install/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [composer](https://www.automicvault.com/pkg/brew/composer/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.
- [conan](https://www.automicvault.com/pkg/brew/conan/) - Shares av.db curated category or tags: cli, developer-tools, package-management, package-manager.

## Combined YAML source

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


## Sources

- 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
- cross-ecosystem install command graph
