zigpkg.dev - a package registry for Zig (that also indexes Codeberg)
Hey Zig folks ![]()
For a while now I’ve been building zigpkg.dev - an open-source package
registry where you can browse, search and actually discover Zig libraries
and applications.
It started as an internal tool. The company I work at leans on Zig pretty
heavily, and finding packages by spelunking through GitHub/Codeberg topic
searches got old fast - we just wanted one place to find things. Before
writing our own we went through the existing ones (zigistry.dev, aquila.red,
zig.pm, astrolabe.pm) and most are either unmaintained or missing what we
needed, so… here we are.
What it does
- Browse & search libraries and applications - filter by topic, owner, type,
or just A–Z. - Every package page renders the README with proper Zig syntax highlighting,
shows stars / forks / license / version, the file tree and version history. - It parses each repo’s
build.zig.zonand lists the dependencies, so you can
see what a package actually pulls in before you add it. - Indexes both GitHub/Codeberg - publish on a Forgejo instance and you
won’t be invisible. - Re-syncs every hour (incrementally), so new tags and new packages show up on
their own listings stay fresh.
Want your package listed? Tag the repo zig-package / zig-library
(libraries) or zig-program (applications) and it gets picked up
automatically.
This isn’t a weekend throwaway - we use it internally, so it’s going to stick
around and keep getting maintained. It’s MIT and fully open source, and
contributions are very welcome: issues, PRs, feature ideas, or just telling me
what annoys you about it.
- Site: https://zigpkg.dev
Would love your feedback ![]()