SaaSHub helps you find the best software and product alternatives Learn more →
Top 18 Zig zig-library Projects
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
Creating an application that can tap into this is pretty easy with certain libraries. I created my app in Zig so I'll be using pg.zig but you can use whatever you'd like.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Of course they count, but they never reached Zig's expressivity/simplicity ratio. For example, Oberon doesn't have generics. You could argue that Zig doesn't have dynamic dispatch as part of the language, but it's expressive enough for that to be done in a library (https://github.com/alexnask/interface.zig).
-
-
Project mention: Show HN: HypergraphZ – A Hypergraph Implementation in Zig | news.ycombinator.com | 2024-09-09
https://github.com/yamafaktory/hypergraphz/blob/9f87e705afd7...). Then the implementation diverge since a given hyperedge can hold zero to n vertices, with self-loops (ArrayList). For vertices, we just need to keep track of the hyperedges (AutoArrayHashmap).
-
-
-
Project mention: Show HN: Lyceum – An MMO game built with Zig and Erlang | news.ycombinator.com | 2024-11-05
Hey HN, this is a small project myself and closer friends have been building on our free time (https://github.com/Dr-Nekoma/lyceum), it finally reached 0.1.0, we are open to feedback!
The original idea was to experiment with Zig + Raylib, eventually we wrote a small server in Erlang as well. We started by first interacting with Erlang via its C bindings, but this eventually led to some of us to prototyping our own tooling to better integrate Zig types with Erlang, we called such tool "zerl" as its avaliable here https://github.com/dont-rely-on-nulls/zerl.
All the developers are NixOS users, to the tooling heavily relies on Nix as well.
-
-
-
-
Project mention: Snek – Blazing fast CLI builder for Zig applications | news.ycombinator.com | 2024-09-25
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Zig zig-library discussion
Zig zig-library related posts
-
Show HN: HypergraphZ – A Hypergraph Implementation in Zig
-
Show HN: HypergraphZ – A Hypergraph Implementation in Zig
-
Show HN: HyperZig – A Hypergraph Implementation in Zig
-
Show HN: HyperZig – A Hypergraph Implementation in Zig
-
Channels or Actors in Zig?
-
Allow download in build flake's build phase.
-
What is missing in the zig ecosystem?
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 May 2025
Index
What are some of the best open-source zig-library projects in Zig? This list will help you:
# | Project | Stars |
---|---|---|
1 | http.zig | 977 |
2 | zigimg | 604 |
3 | zf | 538 |
4 | mecha | 522 |
5 | websocket.zig | 404 |
6 | pg.zig | 366 |
7 | known-folders | 262 |
8 | interface.zig | 171 |
9 | ctregex.zig | 130 |
10 | hypergraphz | 105 |
11 | zig-dns | 62 |
12 | protozig | 45 |
13 | zerl | 42 |
14 | mruby-zig | 35 |
15 | comptime_hash_map | 27 |
16 | wren-zig | 26 |
17 | snek | 25 |
18 | libvlc-zig | 21 |