npm
zigmod
Package manager for the Zig programming language
brew
macos
linux
Try with need
$
npx @agentneeds/need zigmod
Or install directly
$
brew install zigmod
Source
About
Package manager for the Zig programming language
Commands
zigmod
Examples
Initialize a new Zig project with package management
$
zigmod init
Add a dependency to your project
$
zigmod fetch
View the current project's dependencies
$
zigmod list