avatar_url stringlengths 46 53 | name stringlengths 2 33 | full_name stringlengths 8 45 | created_at stringdate 2018-01-12 15:05:58 2025-05-18 21:51:14 | description stringlengths 7 327 ⌀ | default_branch stringclasses 11
values | open_issues int64 0 156 | stargazers_count int64 0 3.96k | forks_count int64 0 182 | watchers_count int64 0 3.96k | tags_url stringlengths 42 79 | license stringclasses 20
values | topics listlengths 0 18 | size int64 0 760k | fork bool 2
classes | updated_at stringdate 2021-04-12 07:17:39 2025-05-22 07:54:00 | has_build_zig bool 2
classes | has_build_zig_zon bool 2
classes | zig_minimum_version stringclasses 35
values | repo_from stringclasses 1
value | dependencies listlengths 0 121 | readme_content stringlengths 3 96.8k | dependents listlengths 0 21 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://avatars.githubusercontent.com/u/6881800?v=4 | zig-recover | dimdin/zig-recover | 2024-02-05T15:36:56Z | zig panic recover | main | 0 | 12 | 0 | 12 | https://api.github.com/repos/dimdin/zig-recover/tags | MIT | [
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 20 | false | 2025-05-12T17:19:38Z | true | true | 0.14.0 | github | [] | Zig Panic Recover
Recover calls a function and regains control of the calling thread when the
function panics or behaves undefined.
Recover is licensed under the terms of the <a>MIT License</a>.
How to use
Recover <code>call</code>, calls <code>function</code> with <code>args</code>, if the function does not panic,
... | [] |
https://avatars.githubusercontent.com/u/499599?v=4 | zcmd.zig | liyu1981/zcmd.zig | 2024-01-14T08:57:24Z | zcmd is a single file lib to replace zig's std.childProcess.run with the ability of running pipeline like bash.. | main | 1 | 12 | 1 | 12 | https://api.github.com/repos/liyu1981/zcmd.zig/tags | MIT | [
"zig",
"zig-package"
] | 10,022 | false | 2025-01-09T14:45:10Z | true | true | 0.12.0 | github | [] | zcmd.zig
<code>zcmd</code> is a single file lib (<code>zcmd.zig</code>) to replace zig's <code>std.childProcess.run</code>. It has almost identical API like <code>std.childProcess.run</code>, but with the ability of running pipeline like <code>bash</code>.
Example like execution of single command (replacement of zig'... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | winpthreads-zigbuild | kassane/winpthreads-zigbuild | 2023-03-28T13:48:04Z | The Winpthreads Library for Zig toolchain | main | 0 | 12 | 4 | 12 | https://api.github.com/repos/kassane/winpthreads-zigbuild/tags | NOASSERTION | [
"mingw",
"mingw-w64",
"windows",
"zig-package"
] | 725 | false | 2025-03-17T18:59:48Z | true | true | unknown | github | [] | The Winpthreads Library for Zig
<a></a>
Based on: https://github.com/ziglang/zig/issues/10989
solved:
https://github.com/ziglang/zig/pull/22156 (Zig v0.14.0)
Zig v0.6 ~ v0.13.0 toolchain/MinGW don't includes <code>winpthreads</code>.
This library provides POSIX threading APIs for mingw-w64.
For maximum compatibili... | [] |
https://avatars.githubusercontent.com/u/99132213?v=4 | zig-csv | DISTREAT/zig-csv | 2023-05-18T19:02:55Z | A library for parsing, creating, and manipulating CSV data. | master | 2 | 10 | 4 | 10 | https://api.github.com/repos/DISTREAT/zig-csv/tags | LGPL-3.0 | [
"csv",
"zig",
"zig-lib",
"zig-library",
"zig-package"
] | 16,003 | false | 2025-04-27T01:40:11Z | true | true | 0.14.0 | github | [] | zig-csv
A library for parsing, creating, and manipulating CSV data.
Features
<ul>
<li>avoiding memory leaks</li>
<li>flexible and simplistic API</li>
</ul>
Example
```zig
const std = @import("std");
const csv = @import("zig-csv");
const allocator = std.heap.allocator;
// parse CSV data
var table = csv.Table.init(a... | [] |
https://avatars.githubusercontent.com/u/499599?v=4 | jstring.zig | liyu1981/jstring.zig | 2024-01-19T10:58:50Z | a reusable string lib for myself with all familiar methods methods can find in javascript string | main | 4 | 10 | 1 | 10 | https://api.github.com/repos/liyu1981/jstring.zig/tags | - | [
"jstring",
"zig",
"zig-package"
] | 6,092 | false | 2025-03-17T17:39:42Z | true | true | unknown | github | [] | <code>jstring.zig</code>
Target: create a reusable string lib for myself with all familiar methods methods can find in javascript string.
Reason:
<ol>
<li>string is important we all know, so a good string lib will be very useful.</li>
<li>javascript string is (in my opinion) the most battle tested string library out ... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-mime | nektro/zig-mime | 2023-02-28T04:18:01Z | null | main | 0 | 10 | 1 | 10 | https://api.github.com/repos/nektro/zig-mime/tags | MIT | [
"zig",
"zig-package"
] | 20 | false | 2025-05-21T20:33:13Z | true | false | unknown | github | [] | zig-mime
<a></a>
<a></a>
<a></a>
<a></a>
Query the MIME type of a file extension.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types | [] |
https://avatars.githubusercontent.com/u/1552770?v=4 | notcurses-zig | neurocyte/notcurses-zig | 2023-03-25T14:23:35Z | Zig bindings and packaging for notcurses | master | 0 | 10 | 1 | 10 | https://api.github.com/repos/neurocyte/notcurses-zig/tags | MIT | [
"tui",
"zig",
"zig-package"
] | 29 | false | 2025-03-20T12:52:26Z | true | true | unknown | github | [
{
"commit": "82365801e2042b1b9c62d199df5958f1d87f9fd0.tar.gz",
"name": "notcurses",
"tar_url": "https://github.com/neurocyte/notcurses/archive/82365801e2042b1b9c62d199df5958f1d87f9fd0.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/neurocyte/notcurses"
},
{
"commit": "83c901... | Zig bindings and package for notcurses
This package provides build scripts and basic (WIP) bindings for building notcurses applications in Zig.
See <code>src/ncinputtest.zig</code> for a basic example application.
Should generally build with zig nightly. | [] |
https://avatars.githubusercontent.com/u/48649707?v=4 | zig-sieve | tensorush/zig-sieve | 2024-01-21T14:38:57Z | Zig implementation of SIEVE cache eviction algorithm. | main | 0 | 10 | 0 | 10 | https://api.github.com/repos/tensorush/zig-sieve/tags | MIT | [
"sieve-cache",
"zig-package"
] | 18 | false | 2025-03-18T06:56:57Z | true | true | 0.14.0 | github | [] | zig-sieve
Zig implementation of <a>SIEVE cache eviction algorithm</a>.
Usage
<ul>
<li>Add <code>sieve</code> dependency to <code>build.zig.zon</code>.</li>
</ul>
<code>sh
zig fetch --save git+https://github.com/tensorush/zig-sieve</code>
<ul>
<li>Use <code>sieve</code> dependency in <code>build.zig</code>.</li>
</ul... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | anotherBuildStep | kassane/anotherBuildStep | 2024-01-29T18:21:59Z | zig build add-on (add more toolchains [LLVM-based] support) | main | 6 | 10 | 0 | 10 | https://api.github.com/repos/kassane/anotherBuildStep/tags | MPL-2.0 | [
"build-system",
"cross-compilation",
"cross-compile",
"d",
"dlang",
"flang",
"fortran",
"rust",
"swift",
"zig",
"zig-package"
] | 122 | false | 2025-05-05T18:10:52Z | true | true | 0.14.0 | github | [] | anotherBuildStep (a.k.a aBS)
Overview
<code>anotherBuildStep</code> is a project designed to leverage the Zig build system (<code>build.zig</code>) for building projects with various other toolchains. This allows developers to use Zig as a unified build system across different environments and toolsets.
TODO
<br/><... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | zlog | hendriknielaender/zlog | 2023-10-25T16:26:18Z | 🪵 structured logging library for zig | main | 12 | 9 | 1 | 9 | https://api.github.com/repos/hendriknielaender/zlog/tags | MIT | [
"async",
"file-logger",
"json",
"lib",
"library",
"logging",
"network-logs",
"structured-logging",
"zig",
"zig-lib",
"zig-library",
"zig-package",
"ziglang"
] | 366 | false | 2025-02-20T11:58:05Z | true | false | unknown | github | [] | <blockquote>
<span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span>
Still work in progress.
</blockquote>
zlog - High-Performance Logging in Zig
<a></a>
<a></a>
zlog is a high-performance, extensible logging library for Zig... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-bounded-array | jedisct1/zig-bounded-array | 2023-11-22T17:18:28Z | BoundedArray module for Zig. | main | 0 | 9 | 0 | 9 | https://api.github.com/repos/jedisct1/zig-bounded-array/tags | MIT | [
"array",
"arrayvec",
"bounded",
"boundedarray",
"tinyvec",
"zig",
"zig-lib",
"zig-package",
"ziglang"
] | 10 | false | 2025-02-22T18:59:02Z | true | true | unknown | github | [] | BoundedArray for Zig
A <code>BoundedArray</code> is a structure containing a fixed-size array, as well as the length currently being used.
It can be used as a variable-length array that can be freely resized up to the size of the backing array.
If you're looking for a Zig equivalent to Rust's super useful <code>Arra... | [] |
https://avatars.githubusercontent.com/u/69054152?v=4 | zarg | d4c7/zarg | 2023-07-11T17:53:54Z | [WIP] zarg is a minimalist and efficient command-line parsing library written in Zig | main | 0 | 9 | 0 | 9 | https://api.github.com/repos/d4c7/zarg/tags | - | [
"cli",
"command-line",
"command-line-parser",
"zig",
"zig-package"
] | 208 | false | 2025-03-26T16:39:41Z | true | true | 0.13.0 | github | [] |
zarg
zarg (former zig-argueando) is a minimalist and efficient command-line parsing library written in Zig. It is designed to offer a convenient way of parsing command-line arguments in a simple yet powerful manner. With zarg, you can easily set options, flags, and positional arguments for your command-line applicati... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | asio | kassane/asio | 2023-03-01T19:22:37Z | Asio C++ Library (uses zig build-system) | zig-pkg | 0 | 8 | 2 | 8 | https://api.github.com/repos/kassane/asio/tags | BSL-1.0 | [
"asio",
"asio-library",
"asynchronous",
"cpp",
"cpp-library",
"networking",
"zig-package"
] | 27,235 | true | 2025-05-04T12:25:56Z | true | true | unknown | github | [] | 404 | [
"https://github.com/allyourcodebase/boost-libraries-zig",
"https://github.com/kassane/asio-zig",
"https://github.com/kassane/beast",
"https://github.com/neurocyte/thespian"
] |
https://avatars.githubusercontent.com/u/22038970?v=4 | hamt | paoda/hamt | 2023-04-18T05:01:06Z | Hash Array Mapped Trie as defined in Phil Bagwell (2001). Ideal Hash Tries | main | 2 | 7 | 0 | 7 | https://api.github.com/repos/paoda/hamt/tags | - | [
"hamt",
"hash-array-mapped-trie",
"zig-library",
"zig-package"
] | 27 | false | 2024-10-25T08:42:43Z | true | true | unknown | github | [] | Hash Array Mapped Trie
A barebones implementation of <a>this paper</a> by Phil Bagwell.
Usage
As an example:
```zig
const std = @import("std");
const expectEqual = std.testing.expectEqual;
const HashArrayMappedTrie = @import("hamt").HashArrayMappedTrie;
const StringTrie = HashArrayMappedTrie([]const u8, void, Str... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | wolfssl | kassane/wolfssl | 2023-06-04T15:27:00Z | WolfSSL library - Using Zig Build | zig-pkg | 1 | 7 | 2 | 7 | https://api.github.com/repos/kassane/wolfssl/tags | GPL-2.0 | [
"c-library",
"cryptography",
"fips",
"ssl",
"tls",
"wolfssl",
"wolfssl-library",
"zig",
"zig-package"
] | 760,144 | true | 2025-05-14T01:17:20Z | true | true | unknown | github | [] | *** Description ***
The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight SSL/TLS
library written in ANSI C and targeted for embedded, RTOS, and
resource-constrained environments - primarily because of its small size, speed,
and feature set. It is commonly used in standard operating environments as well... | [] |
https://avatars.githubusercontent.com/u/101306295?v=4 | random_variable | PauloCampana/random_variable | 2023-11-07T14:49:54Z | RNG, density, probability, survival and quantile functions for various distributions. | main | 0 | 7 | 0 | 7 | https://api.github.com/repos/PauloCampana/random_variable/tags | MIT | [
"zig-package"
] | 12,914 | false | 2025-03-07T15:22:53Z | true | true | 0.14.0 | github | [] |
For over 30 probability distributions, this library provides:
<ul>
<li>Random variable generation</li>
<li>Density, probability, survival and quantile functions</li>
</ul>
Mathematical functions are tested for high precision and
RNG tested to correctly fit the distribution
Installation
Builds static library with h... | [] |
https://avatars.githubusercontent.com/u/1552770?v=4 | flow-themes | neurocyte/flow-themes | 2024-02-07T17:16:10Z | Themes compiler for Flow Control, the text editor | master | 0 | 7 | 5 | 7 | https://api.github.com/repos/neurocyte/flow-themes/tags | MIT | [
"zig",
"zig-package"
] | 82 | false | 2025-05-03T22:20:41Z | true | true | unknown | github | [
{
"commit": "983c9bd674d2aedd9edb6f18b2d62c31a2f9eae7.tar.gz",
"name": "theme_1984",
"tar_url": "https://github.com/juanmnl/vs-1984/archive/983c9bd674d2aedd9edb6f18b2d62c31a2f9eae7.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/juanmnl/vs-1984"
},
{
"commit": "542ecdfcff52c... | flow-themes
Themes compiler for Flow-Control, the text editor
Requirements
<ul>
<li>zig 0.13</li>
<li>hjson (installed in your PATH)</li>
</ul>
Build
<code>zig build</code>
This will download and compile all the themes and create a zig module
in <code>zig-out</code> that can be referenced as a dependency from anot... | [] |
https://avatars.githubusercontent.com/u/2242?v=4 | zig-envy | softprops/zig-envy | 2023-11-19T06:18:44Z | parse env variables into zig structs | main | 1 | 6 | 0 | 6 | https://api.github.com/repos/softprops/zig-envy/tags | MIT | [
"environment-variables",
"zig",
"zig-package",
"zigdex-lib"
] | 35 | false | 2024-07-14T07:45:09Z | true | true | 0.13.0 | github | [] |
envy
deserialize environment variables into typesafe structs
<a></a> <a></a>
🍬 features
<ul>
<li>fail fast on faulty application configuration</li>
<li>supports parsable std lib types out of the box</li>
<li>fail at compile time for unsupported field types</li>
</ul>
examples
```zig
const std = ... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-cbc | jedisct1/zig-cbc | 2023-03-13T13:35:39Z | CBC mode for Zig. | master | 0 | 6 | 3 | 6 | https://api.github.com/repos/jedisct1/zig-cbc/tags | MIT | [
"aes",
"cbc",
"crypto",
"zig",
"zig-package"
] | 19 | false | 2025-04-17T23:55:06Z | true | true | unknown | github | [] | CBC mode for Zig
Don't use CBC.
Unless you really, really, really have to. | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | diff-zimilar | travisstaloch/diff-zimilar | 2023-02-15T19:41:44Z | a port of the dtolnay/dissimilar text diffing library to zig. based on google's diff-match-patch | main | 1 | 6 | 0 | 6 | https://api.github.com/repos/travisstaloch/diff-zimilar/tags | MIT | [
"diff-match-patch",
"text-diff",
"zig-package"
] | 113 | false | 2023-05-08T16:58:11Z | true | false | unknown | github | [] | diff-zimilar
a port of <a>dtolnay/dissimilar</a> text diffing library to <a>zig</a>. includes semantic cleanups. based on google's diff match patch.
goals
<ul>
<li>reduced memory footprint, limited allocations</li>
<li>fast diffing, maybe for use in <a>zls</a></li>
</ul>
tools
diffit
a simple diffing utility tha... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-tokenize | nektro/zig-tokenize | 2023-02-28T04:22:15Z | A data-oriented-design built tokenizer | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/nektro/zig-tokenize/tags | - | [
"zig",
"zig-package"
] | 6 | false | 2024-06-22T18:27:07Z | false | false | unknown | github | [] | zig-tokenize
A data-oriented-design built tokenizer | [] |
https://avatars.githubusercontent.com/u/23733070?v=4 | plib | Luna1996/plib | 2023-08-24T11:59:49Z | collection of multiple modules, which includes a parser generator and parsers generated by it. | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/Luna1996/plib/tags | - | [
"abnf",
"abnf-language",
"abstract-syntax-tree",
"ast",
"parser",
"parser-generator",
"toml",
"toml-config",
"toml-language",
"toml-parser",
"toml-parsing",
"toml-serializer",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 212 | false | 2025-04-25T12:13:15Z | true | true | unknown | github | [] | PLib
<code>plib</code> (short for parser library) is a collection of multiple modules, which includes a parser generator and parsers generated by it.
<code>plib</code> takes a pre-generated <a><code>ABNF</code></a> structure as input to produce a <code>parser</code>.\
<code>parser</code> will take raw text as input t... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-ascon | jedisct1/zig-ascon | 2023-03-01T21:19:53Z | Ascon AEAD in Zig. | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/jedisct1/zig-ascon/tags | - | [
"aead",
"ascon",
"ascon128a",
"crypto",
"nist",
"zig",
"zig-package"
] | 2 | false | 2025-04-17T23:55:41Z | true | false | unknown | github | [] | Ascon128a AEAD for Zig
Ascon is the winner of the NIST lightweight crypto competition, and is being standardized by NIST.
Does it make sense to use it on desktop/server-class CPUs? It does. When running WebAssembly.
On WebAssembly, it is significantly faster than ChaChaPoly, and doesn't have any of the side channels... | [] |
https://avatars.githubusercontent.com/u/96352918?v=4 | wwise-zig | Cold-Bytes-Games/wwise-zig | 2023-05-23T19:24:46Z | Zig bindings to Audiokinetic Wwise | v2023.1 | 2 | 5 | 0 | 5 | https://api.github.com/repos/Cold-Bytes-Games/wwise-zig/tags | NOASSERTION | [
"audiokinetic-wwise",
"wwise",
"zig",
"zig-package"
] | 626 | false | 2024-07-02T20:01:06Z | true | true | unknown | github | [] | wwise-zig - Zig bindings to Audiokinetic Wwise (2023.1.9)
This package implement a native <a>Zig</a> binding for <a>Audiokinetic Wwise</a>. The included C binding is designed only to be used by the Zig binding. If you want to expand the C binding to be fully functional please submit any pull requests.
Each function n... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-iso-639-languages | nektro/zig-iso-639-languages | 2023-11-01T04:52:15Z | Zig package for ISO 639 Language codes | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/nektro/zig-iso-639-languages/tags | 0BSD | [
"zig",
"zig-package"
] | 11 | false | 2025-05-21T20:33:16Z | true | false | unknown | github | [] | zig-iso-639-languages
<a></a>
<a></a>
<a></a>
<a></a>
ISO 639 Language codes
https://www.iso.org/iso-639-language-codes.html | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | forro | jedisct1/forro | 2023-05-29T21:34:31Z | Forró : ARX-based cipher with faster diffusion than ChaCha. | master | 0 | 5 | 2 | 5 | https://api.github.com/repos/jedisct1/forro/tags | NOASSERTION | [
"arx",
"chacha20",
"cipher",
"forro",
"salsa20",
"zig",
"zig-package"
] | 7 | false | 2025-04-17T23:55:14Z | true | false | unknown | github | [] | Forró cipher
Forró is an ARX-based cipher, similar to Salsa and ChaCha, but with faster diffusion.
Ref: <a>Latin Dances Reloaded: Improved Cryptanalysis Against Salsa and ChaCha, and the Proposal of Forró</a>
This is an implementation for Zig. | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-js | nektro/zig-js | 2023-11-20T20:54:33Z | [WIP] An ECMAScript module for Zig. | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/nektro/zig-js/tags | MPL-2.0 | [
"zig",
"zig-package"
] | 388 | false | 2025-05-21T20:33:35Z | true | false | unknown | github | [] | zig-js
<a></a>
<a></a>
<a></a>
<a></a>
An ECMAScript module for Zig. Currently includes a parser.
Progress
<code>Build Summary: 3/7 steps succeeded; 3 failed; 3643/4696 tests passed; 16 skipped; 1037 failed
test transitive failure
├─ run test 1817/1984 passed, 159 failed, 8 skipped
│ └─ zig test Debug native succ... | [] |
https://avatars.githubusercontent.com/u/43040593?v=4 | 9p-zig | dantecatalfamo/9p-zig | 2023-03-13T05:37:27Z | 9P2000 protocol implemented in zig | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/dantecatalfamo/9p-zig/tags | MIT | [
"9p",
"9p2000",
"filesystem",
"plan9",
"protocol",
"zig",
"zig-library",
"zig-package"
] | 41 | false | 2025-02-19T06:18:06Z | true | false | unknown | github | [] | 9p-zig
9P2000 protocol client/server implemented in zig
Files
<ul>
<li><code>src/main.zig</code> - Test case</li>
<li><code>src/9p.zig</code> - Library</li>
<li><code>u9fs-server.sh</code> - Test server script</li>
</ul>
Example
Client
```zig
const std = @import("std");
const debug = std.debug;
const z9p = @import... | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | date-zig | travisstaloch/date-zig | 2023-12-16T04:45:27Z | Fast calendar algorithms ported to zig | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/travisstaloch/date-zig/tags | Apache-2.0 | [
"zig-library",
"zig-package"
] | 27 | false | 2025-01-07T18:49:17Z | true | false | unknown | github | [] | date-zig
A port of https://github.com/nakedible/datealgo-rs/ to zig.
datealgo-rs is based on https://github.com/cassioneri/eaf
Support
system time related related methods such as <code>datetime_to_systemtime()</code> and <code>systemtime_to_datetime()</code> currently only support posix based operating systems.
ev... | [] |
https://avatars.githubusercontent.com/u/55436060?v=4 | zig-regex-oniguruma | arats-io/zig-regex-oniguruma | 2023-11-12T12:35:48Z | Zig Regex Wrapper for Oniguruma | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/arats-io/zig-regex-oniguruma/tags | MIT | [
"regex",
"zig",
"zig-package"
] | 7 | false | 2025-01-30T23:31:09Z | true | true | 0.13.0 | github | [] | Zig RegEx wrapper for Oniguruma
Using https://github.com/kkos/oniguruma.
Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages.
Usage
Include the libregex-oniguruma into the <code>buil... | [] |
https://avatars.githubusercontent.com/u/14016168?v=4 | zig-xed | silversquirl/zig-xed | 2024-01-23T03:59:31Z | Intel X86 Encoder Decoder library, as a Zig package | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/silversquirl/zig-xed/tags | Apache-2.0 | [
"assembly",
"x86",
"x86-64",
"x86-assembly",
"zig",
"zig-package"
] | 2,880 | false | 2025-04-09T06:14:34Z | true | true | unknown | github | [] | Zig package for Intel XED
This package compiles Intel's X86 Encoder Decoder library using the Zig build system.
There is no dependency on Python; all generated code is committed into this repository directly. | [] |
https://avatars.githubusercontent.com/u/40350332?v=4 | minimd-zig | Chanyon/minimd-zig | 2023-04-05T14:34:03Z | simple markdown parser | main | 0 | 4 | 1 | 4 | https://api.github.com/repos/Chanyon/minimd-zig/tags | MPL-2.0 | [
"markdown",
"markdown-parser",
"markdown-zig",
"zig",
"zig-package",
"ziglang"
] | 117 | false | 2025-04-27T01:38:51Z | true | true | unknown | github | [
{
"commit": "c2ab7370004843db38094c708e82d191b2912399.tar.gz",
"name": "uuid",
"tar_url": "https://github.com/Chanyon/zig-uuid/archive/c2ab7370004843db38094c708e82d191b2912399.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Chanyon/zig-uuid"
},
{
"commit": "9ce0b13e6b0008796... | simple-markdown-parse
Markdown Grammar
<ul>
<li>headline
<code># heading1 => <h1></h1>
## heading2 => <h2></h2>
### heading3 => <h3></h3>
#### heading4 => <h4></h4>
##### heading5 => <h5></h5>
###### heading6 => <h... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | Standalone-Server | kassane/Standalone-Server | 2023-05-25T12:42:07Z | Asio standalone C++ HTTP/S Server (uses zig build-system) | zig-pkg | 0 | 4 | 0 | 4 | https://api.github.com/repos/kassane/Standalone-Server/tags | MIT | [
"cpp",
"zig-package"
] | 6,712 | false | 2025-03-10T18:16:05Z | true | true | unknown | github | [] | Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Asio (both Boost.Asio and standalone Asio can be used). Created to be an easy way to make REST resources available from C++ applications.
See https://gitlab.com/eidheim/Simp... | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | case | travisstaloch/case | 2023-09-15T11:31:17Z | a case conversion and detection library in zig with a c api | main | 0 | 4 | 3 | 4 | https://api.github.com/repos/travisstaloch/case/tags | - | [
"zig-library",
"zig-package"
] | 56 | false | 2025-04-30T09:22:25Z | true | true | unknown | github | [] | case
a case conversion and detection library in zig
cases supported: camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case, Header-Case, lower case, UPPER CASE, Capital Case
<a>lib.zig</a>
uses readers and writers throughout. supports non-allocating and comptime use.
<ul>
<li><code>to(case, reader, writer)<... | [
"https://github.com/godot-zig/godot-zig"
] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-UrlValues | nektro/zig-UrlValues | 2023-02-28T04:20:36Z | null | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/nektro/zig-UrlValues/tags | MIT | [
"zig",
"zig-package"
] | 21 | false | 2025-05-21T20:33:32Z | true | false | unknown | github | [] | zig-UrlValues
<a></a>
<a></a>
<a></a>
<a></a>
A Zig type for parsing <code>application/x-www-form-urlencoded</code> HTTP <form> data which can then be accessed with an API inspired by <a>URLSearchParams</a> | [] |
https://avatars.githubusercontent.com/u/1950733?v=4 | superhtml | kristoff-it/superhtml | 2024-06-21T16:15:09Z | HTML Language Server & Templating Language Library | main | 14 | 946 | 38 | 946 | https://api.github.com/repos/kristoff-it/superhtml/tags | MIT | [
"language-server",
"language-server-protocol",
"lsp",
"lsp-server",
"templating-engine",
"zig-package"
] | 4,435 | false | 2025-05-19T07:36:42Z | true | true | 0.14.0-dev.3451+d8d2aa9af | github | [
{
"commit": "87ff3d537a0c852442e180137d9557711963802c",
"name": "lsp_kit",
"tar_url": "https://github.com/kristoff-it/zig-lsp-kit/archive/87ff3d537a0c852442e180137d9557711963802c.tar.gz",
"type": "remote",
"url": "https://github.com/kristoff-it/zig-lsp-kit"
},
{
"commit": "master",
"... | SuperHTML
HTML Language Server and Templating Language Library
HTML Language Server
The Super CLI Tool offers <strong>syntax checking</strong> and <strong>autoformatting</strong> features for HTML files.
The tool can be used either directly (for example by running it on save), or through a LSP client implementation... | [
"https://github.com/kristoff-it/zine"
] |
https://avatars.githubusercontent.com/u/499?v=4 | spice | judofyr/spice | 2024-08-03T07:56:34Z | Fine-grained parallelism with sub-nanosecond overhead in Zig | main | 4 | 844 | 15 | 844 | https://api.github.com/repos/judofyr/spice/tags | 0BSD | [
"concurrency",
"parallelism",
"threads",
"zig",
"zig-package"
] | 79 | false | 2025-05-20T05:12:10Z | true | true | 0.11.0 | github | [
{
"commit": "229fa709c1fc2e94490a736e17151cb85a328a81.tar.gz",
"name": "parg",
"tar_url": "https://github.com/judofyr/parg/archive/229fa709c1fc2e94490a736e17151cb85a328a81.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/judofyr/parg"
}
] | Spice: Parallelism with sub-nanosecond overhead
<strong>Spice</strong> uses <a><em>heartbeat scheduling</em></a> to accomplish extremely efficient parallelism in Zig:
<ul>
<li><strong>Sub-nanosecond overhead:</strong>
Turning your function into a parallelism-enabled function adds less than a nanosecond of overhead... | [
"https://github.com/0xrinegade/apz",
"https://github.com/ziglana/gRPC-zig"
] |
https://avatars.githubusercontent.com/u/196498040?v=4 | zzz | tardy-org/zzz | 2024-06-28T21:52:37Z | A framework for writing performant and reliable networked services. | main | 11 | 566 | 20 | 566 | https://api.github.com/repos/tardy-org/zzz/tags | MPL-2.0 | [
"http",
"http-server",
"https",
"tardy",
"tls",
"zig",
"zig-package",
"zzz"
] | 959 | false | 2025-05-22T00:50:55Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "tardy",
"tar_url": "https://github.com/tardy-org/tardy/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/tardy-org/tardy"
},
{
"commit": "master",
"name": "secsock",
"tar_url": "https://github.com/tardy-org/secsock/archive/master.... | zzz
Installing
Compatible Zig Version: <code>0.14.0</code>
Compatible <a>tardy</a> Version: <code>v0.3.0</code>
Latest Release: <code>0.3.0</code>
<code>zig fetch --save git+https://github.com/tardy-org/zzz#v0.3.0</code>
You can then add the dependency in your <code>build.zig</code> file:
```zig
const zzz = b.de... | [
"https://github.com/bernardassan/imagination"
] |
https://avatars.githubusercontent.com/u/1950733?v=4 | ziggy | kristoff-it/ziggy | 2024-02-12T13:01:29Z | A data serialization language for expressing clear API messages, config files, etc. | main | 18 | 403 | 24 | 403 | https://api.github.com/repos/kristoff-it/ziggy/tags | MIT | [
"serialization-format",
"zig-package"
] | 1,121 | false | 2025-05-21T12:09:46Z | true | true | 0.14.0-dev.3451+d8d2aa9af | github | [
{
"commit": "aa24df42183ad415d10bc0a33e6238c437fc0f59",
"name": "known_folders",
"tar_url": "https://github.com/ziglibs/known-folders/archive/aa24df42183ad415d10bc0a33e6238c437fc0f59.tar.gz",
"type": "remote",
"url": "https://github.com/ziglibs/known-folders"
},
{
"commit": "87ff3d537a0c... | Ziggy
A data serialization language for expressing clear API messages, config files, etc.
Status
Alpha, using Ziggy now means participating in its development.
At a glance
<code>zig
.id = @uuid("..."),
.time = 1710085168,
.payload = Command {
.do = @action("clear_chat"),
.sender = "kristoff-it",
.roles = ["a... | [
"https://github.com/Arnau478/hevi",
"https://github.com/kristoff-it/zine"
] |
https://avatars.githubusercontent.com/u/21952395?v=4 | tuile | akarpovskii/tuile | 2024-04-29T18:32:20Z | A cross-platform Text UI (TUI) library in Zig | main | 4 | 200 | 6 | 200 | https://api.github.com/repos/akarpovskii/tuile/tags | MIT | [
"ncurses",
"terminal",
"tui",
"zig",
"zig-package"
] | 2,264 | false | 2025-05-04T06:01:27Z | true | true | 0.12.0 | github | [
{
"commit": "c425c9c8511bf92e14b8b612d1d16e774b186f2e.tar.gz",
"name": "zg",
"tar_url": "https://codeberg.org/dude_the_builder/zg/archive/c425c9c8511bf92e14b8b612d1d16e774b186f2e.tar.gz.tar.gz",
"type": "remote",
"url": "https://codeberg.org/dude_the_builder/zg"
}
] | <a name="readme-top"></a>
Tuile
A Text User Interface library for Zig.
Breaking changes are possible.
<a><strong>Explore the docs »</strong></a>
<a>View Examples</a>
·
<a>Report Bug</a>
·
<a>Request Feature</a>
Table of Contents
<ol>
<li... | [] |
https://avatars.githubusercontent.com/u/476352?v=4 | zeit | rockorager/zeit | 2024-03-16T13:42:09Z | a date and time library written in zig. Timezone, DST, and leap second aware | main | 0 | 109 | 9 | 109 | https://api.github.com/repos/rockorager/zeit/tags | MIT | [
"date",
"datetime",
"library",
"time",
"timezone",
"zig",
"zig-package"
] | 187 | false | 2025-05-21T21:55:21Z | true | true | unknown | github | [] | zeit
A time library written in zig.
Usage
<a>API Documentation</a>
```zig
const std = @import("std");
const zeit = @import("zeit");
pub fn main() void {
const allocator = std.heap.page_allocator;
var env = try std.process.getEnvMap(allocator);
defer env.deinit();
<code>// Get an instant in time. The d... | [
"https://github.com/Ratakor/axe",
"https://github.com/TemariVirus/zig-holodex",
"https://github.com/fjebaker/zorro",
"https://github.com/kristoff-it/zine",
"https://github.com/neurocyte/flow",
"https://github.com/reykjalin/todui",
"https://github.com/rockorager/comlink",
"https://github.com/sam701/slo... |
https://avatars.githubusercontent.com/u/163546630?v=4 | zinc | zon-dev/zinc | 2024-03-19T12:40:08Z | Zinc is a web framework written in pure Zig with a focus on high performance, usability, security, and extensibility. | main | 2 | 108 | 6 | 108 | https://api.github.com/repos/zon-dev/zinc/tags | MIT | [
"api",
"epoll",
"framework",
"io-uring",
"iouring",
"kqueue",
"performance",
"resetful",
"rest-api",
"usability",
"web",
"web-development",
"web-framework",
"zig",
"zig-package",
"zig-zinc",
"ziglang",
"zinc"
] | 311 | false | 2025-05-18T05:30:50Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "url",
"tar_url": "https://github.com/zon-dev/url/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/zon-dev/url"
}
] | zinc
Zinc is a framework written in pure Zig with a focus on high performance, usability, security, and extensibility.
<strong>:construction: It's still under development. Built on std.net. Not the fastest zig framework in the universe, but fast enough.</strong>
<strong>In the works</strong>:
* Remove std.http.Ser... | [
"https://github.com/zon-dev/oauth2",
"https://github.com/zon-dev/zinc-examples"
] |
https://avatars.githubusercontent.com/u/465519?v=4 | hypergraphz | yamafaktory/hypergraphz | 2024-07-25T21:03:49Z | HypergraphZ - A Hypergraph Implementation in Zig | main | 0 | 105 | 1 | 105 | https://api.github.com/repos/yamafaktory/hypergraphz/tags | MIT | [
"graph",
"graph-algorithms",
"hypergraph",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 105 | false | 2025-03-31T20:39:05Z | true | true | 0.14.0 | github | [] | HypergraphZ - A Hypergraph Implementation in Zig
HypergraphZ is a directed hypergraph implementation in Zig (https://en.wikipedia.org/wiki/Hypergraph):
<ul>
<li>Each hyperedge can contain zero, one (unary) or multiple vertices.</li>
<li>Each hyperedge can contain vertices directed to themselves one or more times.</l... | [] |
https://avatars.githubusercontent.com/u/125416817?v=4 | zignal | bfactory-ai/zignal | 2024-04-13T06:47:14Z | Image processing library | master | 0 | 96 | 4 | 96 | https://api.github.com/repos/bfactory-ai/zignal/tags | MIT | [
"image-processing",
"webassembly",
"zig",
"zig-package"
] | 417 | false | 2025-05-21T14:51:56Z | true | true | 0.14.0 | github | [] | Zignal
<a></a>
<a></a>
Zignal is an image processing library heavily inspired by the amazing <a>dlib</a>.
Disclaimer
This library is in early stages of development and being used internally.
As a result, the API might change often.
Installation
<code>console
zig fetch --save https://github.com/bfactory-ai/zigna... | [] |
https://avatars.githubusercontent.com/u/200686?v=4 | ziglang-set | deckarep/ziglang-set | 2024-05-05T23:44:23Z | A generic and general purpose Set implementation for the Zig language | main | 5 | 78 | 4 | 78 | https://api.github.com/repos/deckarep/ziglang-set/tags | MIT | [
"datastructures",
"generics",
"set",
"standard-library",
"zig",
"zig-package",
"ziglang"
] | 10,918 | false | 2025-04-29T15:25:54Z | true | true | 0.14.0 | github | [] | Ziglang Set
Ziglang-Set: a generic and general-purpose Set implementation for Zig. 🚧 BETA 🚧
<a></a>
Zig currently <a>does not have</a> a built-in, general purpose Set data structure at this point in time. Until it does, try this!
Rationale: It may be common knowledge that a dictionary, ... | [] |
https://avatars.githubusercontent.com/u/231785?v=4 | mvzr | mnemnion/mvzr | 2024-07-16T00:02:45Z | Minimum Viable Zig Regex | trunk | 1 | 74 | 2 | 74 | https://api.github.com/repos/mnemnion/mvzr/tags | MIT | [
"pattern-matching",
"regex",
"regular-expressions",
"zig",
"zig-package"
] | 221 | false | 2025-05-05T18:31:25Z | true | true | 0.12.0 | github | [] | mvzr: The Minimum Viable Zig Regex Library
Finding myself in need of a regular expressions library for a Zig project, and needing it to build regex at runtime, not just comptime, I ended up speedrunning a little library for just that purpose.
This is that library. It's a simple bytecode-based Commander Pike-style VM... | [
"https://github.com/BitlyTwiser/nostro",
"https://github.com/haha-systems/phage",
"https://github.com/mnemnion/obelizmo",
"https://github.com/mnemnion/ohsnap",
"https://github.com/septechx/alpha-html"
] |
https://avatars.githubusercontent.com/u/57322933?v=4 | zm | griush/zm | 2024-06-01T15:15:45Z | zm - Fast, Zig math library, fully cross-platform | master | 0 | 67 | 4 | 67 | https://api.github.com/repos/griush/zm/tags | MIT | [
"game-development",
"gamedev",
"math",
"zig",
"zig-package"
] | 125 | false | 2025-05-14T21:31:31Z | true | true | 0.15.0-dev.516+abbead1fb | github | [] |
zm - Fast math library
zm is a Zig math library. It is fast, easy to use and cross-platform.
Usage
<blockquote>
<span class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300">NOTE</span>
This library is tracking Zig's master branch. Last tested with <c... | [
"https://github.com/griush/CoreX",
"https://github.com/griush/zig-opengl-example"
] |
https://avatars.githubusercontent.com/u/164466470?v=4 | zig-javascript-bridge | scottredig/zig-javascript-bridge | 2024-03-22T06:13:51Z | Easily call Javascript from Zig wasm | main | 7 | 63 | 5 | 63 | https://api.github.com/repos/scottredig/zig-javascript-bridge/tags | MIT | [
"zig-package"
] | 61 | false | 2025-05-14T06:30:24Z | true | true | unknown | github | [] | zig-javascript-bridge
This library creates bindings for accessing Javascript from within a WASM runtime. For example:
```zig
const zjb = @import("zjb");
export fn main() void {
zjb.global("console").call("log", .{zjb.constString("Hello from Zig")}, void);
}
```
Is equivalent to this Javascript:
<code>javascri... | [] |
https://avatars.githubusercontent.com/u/231785?v=4 | ohsnap | mnemnion/ohsnap | 2024-07-20T20:08:03Z | Oh Snap! Easy Snapshot Testing for Zig | trunk | 3 | 54 | 4 | 54 | https://api.github.com/repos/mnemnion/ohsnap/tags | MIT | [
"snapshot-testing",
"test",
"testing-library",
"unit-test",
"zig",
"zig-package"
] | 105 | false | 2025-05-17T16:37:08Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "diffz",
"tar_url": "https://github.com/mnemnion/diffz/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/mnemnion/diffz"
},
{
"commit": "refs",
"name": "mvzr",
"tar_url": "https://github.com/mnemnion/mvzr/archive/refs.tar.gz",
"typ... | Oh Snap! Easy Snapshot Testing for Zig
It's hard to know if a program, or part of one, actually works. But it's easy to know if it doesn't: if there isn't a test for some part of the program, then that part doesn't work.
<a>Snapshot testing</a> is a great way to get fast coverage for <em>data invariants</em> in a pr... | [
"https://github.com/mnemnion/obelizmo"
] |
https://avatars.githubusercontent.com/u/476352?v=4 | comlink | rockorager/comlink | 2024-05-31T01:17:58Z | An experimental IRC client | main | 11 | 53 | 8 | 53 | https://api.github.com/repos/rockorager/comlink/tags | MIT | [
"irc",
"irc-client",
"zig",
"zig-package"
] | 2,190 | false | 2025-05-03T01:43:36Z | true | true | unknown | github | [
{
"commit": "a379a185fb5414c3f0545121deda73aef6adac15",
"name": "vaxis",
"tar_url": "https://github.com/rockorager/libvaxis/archive/a379a185fb5414c3f0545121deda73aef6adac15.tar.gz",
"type": "remote",
"url": "https://github.com/rockorager/libvaxis"
},
{
"commit": "44bebf856693332b168d8ba2... | comlink
An experimental IRC client written in zig. Join the discussion in #comlink on
libera.chat.
Installation
Arch Linux
<a>comlink</a> is available as a package in the AUR. It can be installed using an AUR helper (e.g. paru).
<code>sh
paru -S comlink</code>
Zig Build System
<code>comlink</code> is written i... | [] |
https://avatars.githubusercontent.com/u/57362253?v=4 | cimgui.zig | tiawl/cimgui.zig | 2024-02-12T13:28:17Z | dear imgui packaged for @ziglang | trunk | 1 | 53 | 7 | 53 | https://api.github.com/repos/tiawl/cimgui.zig/tags | Unlicense | [
"binding",
"cimgui",
"imgui",
"spaceporn",
"zig",
"zig-package",
"ziglang"
] | 3,212 | false | 2025-05-21T09:19:51Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "glfw_zig",
"tar_url": "https://github.com/tiawl/glfw.zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/tiawl/glfw.zig"
},
{
"commit": "0ab7c9830bf17c1a2404461a88c0fdedf95309a4",
"name": "sdl",
"tar_url": "https://github.com/ca... | cimgui.zig
This is a fork of <a>ocornut/imgui</a> packaged for <a>Zig</a>
Why this fork ?
The intention under this fork is to package <a>ocornut/imgui</a> for <a>Zig</a>. So:
* Unnecessary files have been deleted,
* The build system has been replaced with <code>build.zig</code>,
* <a>dearimgui/dear_bindings</a> gene... | [] |
https://avatars.githubusercontent.com/u/9116281?v=4 | mailbox | g41797/mailbox | 2024-07-31T05:20:32Z | Zig Mailbox is convenient inter-thread communication mechanizm. | main | 0 | 53 | 2 | 53 | https://api.github.com/repos/g41797/mailbox/tags | MIT | [
"actor-model",
"channel-on-steroids",
"fan-in",
"fan-out",
"inter-thread-communication",
"mailbox",
"thread-safe",
"zig",
"zig-library",
"zig-package"
] | 376 | false | 2025-05-21T04:57:13Z | true | true | 0.14.0 | github | [] |
Mailbox - old new way of inter-thread communication.
<a></a>
A bit of history, a bit of theory
Mailboxes are one of the fundamental parts of the <a>actor model originated in <strong>1973</strong></a>:
<blockquote>
An actor is an object that carries out its actions in response to communicatio... | [
"https://github.com/g41797/syslog"
] |
https://avatars.githubusercontent.com/u/96927121?v=4 | flags | joegm/flags | 2024-05-15T18:33:21Z | An effortless command-line argument parser for Zig. | main | 3 | 47 | 5 | 47 | https://api.github.com/repos/joegm/flags/tags | MIT | [
"command-line-arguments-parser",
"library",
"zig",
"zig-package"
] | 131 | false | 2025-05-08T20:54:58Z | true | true | 0.14.0-dev.2802+257054a14 | github | [] | flags
An effortless command-line argument parser for Zig.
Features
<ul>
<li>Zero allocations.</li>
<li>Cross platform.</li>
<li>Single-function, declarative API.</li>
<li>Multi-level subcommands.</li>
<li>Automatic help message generation at comptime.</li>
<li>Customisable terminal coloring.</li>
</ul>
Getting Start... | [
"https://github.com/JacobCrabill/zigdown",
"https://github.com/jhark/debuglog",
"https://github.com/jhark/dizazm",
"https://github.com/kj4tmp/gatorcat",
"https://github.com/neurocyte/flow"
] |
https://avatars.githubusercontent.com/u/43883450?v=4 | OpenMP-zig | sbancuz/OpenMP-zig | 2024-02-12T09:16:53Z | An implementation of the OpenMP directives for Zig | master | 0 | 39 | 0 | 39 | https://api.github.com/repos/sbancuz/OpenMP-zig/tags | MIT | [
"openmp",
"openmp-parallelization",
"zig",
"zig-package"
] | 235 | false | 2025-05-15T04:50:00Z | true | true | unknown | github | [] | OpenMP-zig
This wrapper implements (almost all) the OpenMP directives up-to version 3.1 and some newer stuff.
All of this is (mostly, see below) without any allocation from the zig part.
This is implemented using the `libomp' library of LLVM. (Gomp support is not planned) <strong>Disclaimer</strong> This project is n... | [] |
https://avatars.githubusercontent.com/u/12648711?v=4 | wgpu_native_zig | bronter/wgpu_native_zig | 2024-07-09T00:58:31Z | Zig bindings for wgpu-native | main | 1 | 38 | 8 | 38 | https://api.github.com/repos/bronter/wgpu_native_zig/tags | MIT | [
"wgpu-native",
"zig-package"
] | 315 | false | 2025-05-12T23:34:54Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "wgpu_android_aarch64_debug",
"tar_url": "https://github.com/gfx-rs/wgpu-native/releases/download/v24.0.3.1/wgpu-android-aarch64-debug.zip/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/gfx-rs/wgpu-native/releases/download/v24.0.3.1/wgpu-androi... | wgpu_native_zig
Zig bindings for <a>wgpu-native</a>
This package exposes two modules: <code>wgpu-c</code> and <code>wgpu</code>.
<code>wgpu-c</code> is just <code>wgpu.h</code> (and by extension <code>webgpu.h</code>) run through <code>translate-c</code>, so as close to wgpu-native's original C API as is possible in... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | mqttz | karlseguin/mqttz | 2024-06-06T14:24:16Z | MQTT client for Zig | master | 0 | 36 | 2 | 36 | https://api.github.com/repos/karlseguin/mqttz/tags | MIT | [
"mqtt-client",
"zig",
"zig-library",
"zig-package"
] | 182 | false | 2025-04-30T13:49:57Z | true | true | unknown | github | [] | MQTT Client for Zig
This is a embedding-friendly MQTT client library for Zig. The library has two client: a platform-agnostic low level MQTT client where you bring your own read/write/close function and a higher level client based on Zig's stdlib.
Examples
These example connect to <a>test.mosquitto.org</a>, so pleas... | [] |
https://avatars.githubusercontent.com/u/21952395?v=4 | build.crab | akarpovskii/build.crab | 2024-05-02T15:57:15Z | Build and use Rust libraries from Zig | main | 0 | 35 | 4 | 35 | https://api.github.com/repos/akarpovskii/build.crab/tags | MIT | [
"cargo",
"rust",
"zig",
"zig-package"
] | 176 | false | 2025-05-18T13:21:07Z | true | true | 0.14.0 | github | [] | build.crab
Thin wrapper around Cargo which integrates it with Zig's build system.
Cross-compilation is supported.
Requirements
Please see <code>.minimum_zig_version</code> field of the <code>build.zig.zon</code> file.
Usage
<code>sh
zig fetch --save git+https://github.com/akarpovskii/build.crab</code>
In <code>b... | [] |
https://avatars.githubusercontent.com/u/56497124?v=4 | gatorcat | kj4tmp/gatorcat | 2024-06-24T02:49:33Z | An EtherCAT MainDevice for Zig | main | 6 | 33 | 2 | 33 | https://api.github.com/repos/kj4tmp/gatorcat/tags | MIT | [
"ethercat",
"zig",
"zig-package"
] | 742 | false | 2025-05-15T04:40:19Z | true | true | 0.14.0 | github | [
{
"commit": "0e2491d8e6d2be38dc0c2ce8e103469886e468bb",
"name": "flags",
"tar_url": "https://github.com/n0s4/flags/archive/0e2491d8e6d2be38dc0c2ce8e103469886e468bb.tar.gz",
"type": "remote",
"url": "https://github.com/n0s4/flags"
},
{
"commit": "fd3ea547804fdf87465a94adf200539a9a519e42",... | gatorcat
<code>gatorcat</code> is an EtherCAT maindevice written in the Zig programming language.
<blockquote>
<span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span>
<code>gatorcat</code> is <strong>alpha</strong> software. U... | [] |
https://avatars.githubusercontent.com/u/910428?v=4 | zoop | zhuyadong/zoop | 2024-08-08T11:00:27Z | A Zig OOP solution | main | 0 | 29 | 3 | 29 | https://api.github.com/repos/zhuyadong/zoop/tags | MIT | [
"class",
"interface",
"oop",
"zig",
"zig-package"
] | 82 | false | 2025-05-16T01:16:34Z | true | true | 0.11.0 | github | [] | <a>中文</a> | <a>English</a>
Zoop is an OOP solution for Zig
Install
In the project root directory:
<code>shell
zig fetch "git+https://github.com/zhuyadong/zoop.git" --save=zoop</code>
If you want to install a specific version:
<code>shell
zig fetch "git+https://github.com/zhuyadong/zoop.git#<ref id>" --save=zoo... | [] |
https://avatars.githubusercontent.com/u/157241284?v=4 | zmd | jetzig-framework/zmd | 2024-03-26T22:14:03Z | Zmd is a Markdown library written in Zig | main | 4 | 27 | 7 | 27 | https://api.github.com/repos/jetzig-framework/zmd/tags | MIT | [
"zig-package"
] | 55 | false | 2025-04-27T22:23:24Z | true | true | 0.11.0 | github | [] | Zmd
<em>Zmd</em> is a <a>Markdown</a> parser and <em>HTML</em> translator written in 100% pure <a>Zig</a> with zero dependencies.
<em>Zmd</em> is used by the <a>Jetzig web framework</a>.
Supported syntax
<ul>
<li>Headers (H1->H6)</li>
<li><strong>bold</strong></li>
<li><em>italic</em></li>
<li><code>code</code></... | [
"https://github.com/jetzig-framework/jetzig",
"https://github.com/jetzig-framework/zmpl"
] |
https://avatars.githubusercontent.com/u/48649707?v=4 | liza | tensorush/liza | 2024-03-06T18:55:03Z | Command-line Zig codebase initializer. | main | 0 | 26 | 3 | 26 | https://api.github.com/repos/tensorush/liza/tags | MIT | [
"zig-package"
] | 255 | false | 2025-05-19T06:17:29Z | true | true | 0.14.0 | github | [
{
"commit": "23f466431f307bbb06d10513a9cc8469c5a69f17",
"name": "argzon",
"tar_url": "https://codeberg.org/tensorush/argzon/archive/23f466431f307bbb06d10513a9cc8469c5a69f17.tar.gz",
"type": "remote",
"url": "https://codeberg.org/tensorush/argzon"
},
{
"commit": "d1450f20373c6e9e714590034... | liza
Command-line Zig codebase initializer.
Usage
Executable
<ul>
<li>Build from source:</li>
</ul>
<code>sh
git clone https://codeberg.org/tensorush/liza.git
cd liza/
zig build run -- -h</code>
<ul>
<li>Download latest release:</li>
</ul>
<code>sh
wget https://github.com/tensorush/liza/releases/latest/download/&l... | [] |
https://avatars.githubusercontent.com/u/51087818?v=4 | zig-jni | SuperIceCN/zig-jni | 2024-02-18T14:10:32Z | Zig-JNI helps you to impl Java native methods in Zig. | main | 0 | 25 | 2 | 25 | https://api.github.com/repos/SuperIceCN/zig-jni/tags | MIT | [
"c",
"cpp",
"interop",
"java",
"jni",
"zig",
"zig-package"
] | 64 | false | 2025-05-20T04:11:53Z | true | true | 0.14.0 | github | [] | Zig-JNI
Zig-JNI is a thin wrapper around the Java Native Interface (JNI) for the Zig programming language. It is designed to be a simple and easy-to-use interface for implementing Java native methods in Zig.
Please note that this project is <strong>still in the early stages</strong> of development, and it is <strong>... | [] |
https://avatars.githubusercontent.com/u/31826595?v=4 | zdt | FObersteiner/zdt | 2024-05-04T10:06:10Z | Timezoned Datetime in Zig | master | 0 | 22 | 2 | 22 | https://api.github.com/repos/FObersteiner/zdt/tags | MPL-2.0 | [
"date",
"datetime",
"duration",
"time",
"timezones",
"zig",
"zig-package",
"ziglang"
] | 14,993 | false | 2025-05-13T10:35:12Z | true | true | 0.14.0 | github | [] | zdt
Please Note...
<strong>This repository is only a mirror of <a>zdt on Codeberg</a>.</strong> If you want to contribute (which is very welcome!) or raise an issue, please do so over there. | [
"https://github.com/ceyhunkerti/oracle_tocsv",
"https://github.com/dasimmet/zig-git-crawler"
] |
https://avatars.githubusercontent.com/u/41784264?v=4 | znvim | jinzhongjia/znvim | 2024-02-13T17:11:29Z | neovim remote rpc client implementation with zig | main | 2 | 21 | 2 | 21 | https://api.github.com/repos/jinzhongjia/znvim/tags | MIT | [
"neovim",
"neovim-remote",
"zig",
"zig-package"
] | 154 | false | 2025-05-13T11:24:47Z | true | true | 0.12.0 | github | [
{
"commit": "refs",
"name": "zig-msgpack",
"tar_url": "https://github.com/zigcc/zig-msgpack/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/zigcc/zig-msgpack"
}
] | znvim
<em>znvim</em> is a <a>neovim remote rpc</a> client implementation with <a><code>zig</code></a>.
<blockquote>
This package is under developing!
</blockquote>
Document
<a>https://jinzhongjia.github.io/znvim/</a>
Features
<ul>
<li>Implementation of multiple remote calling methods</li>
<li>Support all neovim rp... | [] |
https://avatars.githubusercontent.com/u/12820359?v=4 | astroz | ATTron/astroz | 2024-06-25T00:35:54Z | Astrodynamics and Spacecraft Toolkit Written in Zig! Features orbit prop, celestial precession, CCSDS parsing, RF parsing, fits image parsing, and more! | main | 0 | 20 | 1 | 20 | https://api.github.com/repos/ATTron/astroz/tags | GPL-3.0 | [
"astro",
"astronomy",
"astrophysics",
"ccsds",
"celestial-bodies",
"fits-files",
"fits-image",
"orbital-simulation",
"radio-frequency",
"rf",
"space",
"spacecraft",
"tle",
"toolkit",
"vita",
"zig",
"zig-library",
"zig-package"
] | 107,268 | false | 2025-04-17T13:10:36Z | true | true | 0.14.0-dev.3445+6c3cbb0c8 | github | [
{
"commit": "29ff47f9e011065460d1d049cdc18784d733e23b",
"name": "zigimg",
"tar_url": "https://github.com/zigimg/zigimg/archive/29ff47f9e011065460d1d049cdc18784d733e23b.tar.gz",
"type": "remote",
"url": "https://github.com/zigimg/zigimg"
}
] | ASTROZ
<a></a>
<a></a>
<a></a>
Astronomical and Spacecraft Toolkit Written in Zig for Zig!
Features / Plans
Spacecraft
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | openssl | allyourcodebase/openssl | 2024-04-13T01:43:54Z | openssl zig package | main | 2 | 20 | 5 | 20 | https://api.github.com/repos/allyourcodebase/openssl/tags | MIT | [
"zig-package"
] | 750 | false | 2025-04-27T01:49:01Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "openssl",
"tar_url": "https://github.com/openssl/openssl/releases/download/openssl-3.3.0/openssl-3.3.0.tar.gz/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/openssl/openssl/releases/download/openssl-3.3.0/openssl-3.3.0.tar.gz"
}
] | openssl zig package
This is openssl ported to the Zig Build System.
Status
I was able to use this to build <a>CPython</a> for x86_64-linux.
Adding support for other operating systems and CPU architectures is straightforward and will
require fiddling with the build script to take into account the target.
Anti-Endor... | [
"https://github.com/allyourcodebase/cpython",
"https://github.com/allyourcodebase/curl",
"https://github.com/allyourcodebase/ffmpeg",
"https://github.com/allyourcodebase/libpq",
"https://github.com/allyourcodebase/openssl",
"https://github.com/allyourcodebase/osslsigncode",
"https://github.com/thomashn/... |
https://avatars.githubusercontent.com/u/15014128?v=4 | zbgfx | cyberegoorg/zbgfx | 2024-04-10T12:00:23Z | When zig meets bgfx. | main | 1 | 20 | 3 | 20 | https://api.github.com/repos/cyberegoorg/zbgfx/tags | WTFPL | [
"bgfx",
"bgfx-graphics-library",
"gamedev",
"zig",
"zig-package"
] | 9,686 | false | 2025-04-11T14:41:18Z | true | true | unknown | github | [] | ZBgfx
<a></a>
When <a>zig</a> meets <a>bgfx</a>.
Features
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600' checked disabled></input> Zig api.
<br/><... | [
"https://github.com/cyberegoorg/cetech1"
] |
https://avatars.githubusercontent.com/u/2364380?v=4 | tempus | jnordwick/tempus | 2024-05-26T05:25:42Z | fast, minimal clocks, TSC, dates, and timestamps for zig | main | 2 | 19 | 0 | 19 | https://api.github.com/repos/jnordwick/tempus/tags | AGPL-3.0 | [
"zig-package"
] | 28 | false | 2025-04-25T02:17:10Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/20910163?v=4 | zai | AdjectiveAllison/zai | 2024-02-14T23:13:19Z | Zig AI! | main | 0 | 19 | 0 | 19 | https://api.github.com/repos/AdjectiveAllison/zai/tags | MIT | [
"zig-package"
] | 300 | false | 2025-04-25T08:04:33Z | true | true | 0.14.0 | github | [] | zai - a Zig AI Library
zai is a flexible Zig library for interacting with various AI providers' APIs, offering a unified interface for chat completions, embeddings, and more.
Requirements
<ul>
<li>Zig 0.14.0</li>
</ul>
Features
<ul>
<li>Multi-provider support:</li>
<li>OpenAI-compatible APIs (OpenAI, Together.ai, Op... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | pipewire | allyourcodebase/pipewire | 2024-06-08T05:57:45Z | pipewire ported to the zig build system | main | 0 | 18 | 0 | 18 | https://api.github.com/repos/allyourcodebase/pipewire/tags | MIT | [
"zig-package"
] | 3 | false | 2025-03-19T01:05:04Z | true | true | 0.13.0 | github | [
{
"commit": "refs",
"name": "valgrind_h",
"tar_url": "https://github.com/allyourcodebase/valgrind.h/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/allyourcodebase/valgrind.h"
},
{
"commit": null,
"name": "upstream",
"tar_url": null,
"type": "remote",
"... | pipewire
Pipewire client library, ported to the Zig build system.
Motivation
I want a static executable that can play audio. I have this working already
with libsoundio, however, it is via the pulseaudio client library. I thought it
would be nice to use pipewire directly on systems that use it.
Status
I got the au... | [] |
https://avatars.githubusercontent.com/u/4424467?v=4 | zensor | ethanthoma/zensor | 2024-07-08T06:59:30Z | Zig tensor library | main | 1 | 17 | 0 | 17 | https://api.github.com/repos/ethanthoma/zensor/tags | MIT | [
"machine-learning",
"tensor",
"zig",
"zig-package"
] | 196 | false | 2025-03-19T20:14:02Z | true | true | 0.14.0 | github | [] |
Zensor, a zig tensor library
A zig tensor library. Correctness first, speed second.
This library promises compile-time type and shape checking.
<strong>Very WIP</strong>
Example Usage:
```zig
const std = @import("std");
const T = u32;
const Tensor = @import("zensor").Tensor(T);
pub fn main() !void {
... | [] |
https://avatars.githubusercontent.com/u/71455761?v=4 | ziglang-caches | Jeevananthan-23/ziglang-caches | 2024-03-05T11:10:44Z | In-memory cache implementation with commonly used LRU, W-LFU and S3-FIFO as the eviction policy | master | 3 | 14 | 0 | 14 | https://api.github.com/repos/Jeevananthan-23/ziglang-caches/tags | MIT | [
"cache",
"lfu-cache",
"lru-cache",
"s3fifo",
"sieve",
"zig",
"zig-package",
"ziglang"
] | 50 | false | 2025-04-27T01:37:00Z | true | true | 0.12.0-dev.2334+aef1da163 | github | [] | ziglang-caches
This is a modern cache implementation, inspired by the following papers, provides high efficiency.
<ul>
<li>SIEVE | <a>SIEVE is Simpler than LRU: an Efficient Turn-Key Eviction Algorithm for Web Caches (NSDI'24)</a></li>
<li>S3-FIFO | <a>FIFO queues are all you need for cache eviction (SOSP'23)</a></li>... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-aes-gem | jedisct1/zig-aes-gem | 2024-07-13T23:19:08Z | AES-GEM (AES Galois Extended Mode) implementation. | main | 0 | 13 | 1 | 13 | https://api.github.com/repos/jedisct1/zig-aes-gem/tags | MIT | [
"aes",
"aes-gem",
"gem",
"zig",
"zig-package"
] | 4 | false | 2025-03-07T05:42:44Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/60631511?v=4 | dishwasher | edqx/dishwasher | 2024-06-09T23:50:43Z | A non-spec-compliant, but probably pretty fast, XML parser for Zig. | master | 0 | 13 | 0 | 13 | https://api.github.com/repos/edqx/dishwasher/tags | MIT | [
"household-appliance",
"xml",
"zig",
"zig-package"
] | 344 | false | 2025-05-14T18:30:14Z | true | true | unknown | github | [] | Dishwasher
A fairly fast XML parser for <a>Zig</a>.
Note that this parser isn't strictly spec-compliant, however it will probably
work with most well-formed xml documents.
Features
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-... | [
"https://github.com/Zig-Sec/kdbx"
] |
https://avatars.githubusercontent.com/u/109542784?v=4 | aws-sdk-zig | by-nir/aws-sdk-zig | 2024-02-26T22:48:38Z | 🟧 AWS SDK for the Zig programming language | main | 0 | 13 | 0 | 13 | https://api.github.com/repos/by-nir/aws-sdk-zig/tags | MIT | [
"aws",
"aws-sdk",
"cloud",
"sdk",
"zig",
"zig-package"
] | 1,354 | false | 2025-02-24T18:03:42Z | true | true | 0.14.0 | github | [
{
"commit": null,
"name": "smithy",
"tar_url": null,
"type": "relative",
"url": "smithy"
},
{
"commit": null,
"name": "aws",
"tar_url": null,
"type": "relative",
"url": "aws"
},
{
"commit": "1b147145c53dab1e7910c6de81a3749e6e71457b",
"name": "aws-models",
... | AWS SDK for Zig
<a></a>
<strong>The <em>AWS SDK for Zig</em> provides an interface for <em>Amazon Web Services (AWS)</em>.</strong>
<blockquote>
<span class="bg-red-100 text-red-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-red-900 dark:text-red-300">CAUTION</span>
This project is in early development,... | [] |
https://avatars.githubusercontent.com/u/5008987?v=4 | zig-fractions | Chriscbr/zig-fractions | 2024-07-06T06:39:45Z | Simplify, convert, and do math with fractions in Zig | main | 0 | 11 | 0 | 11 | https://api.github.com/repos/Chriscbr/zig-fractions/tags | MIT | [
"fractions",
"zig",
"zig-library",
"zig-package"
] | 22 | false | 2025-05-19T16:24:54Z | true | true | unknown | github | [] | zig-fractions
A Zig library for performing math with fractions, where each fraction is represented by a pair of integers.
Compatible with Zig 0.13 stable.
Supported APIs:
<ul>
<li>convertion from floats, or numerator/denominator pairs (<code>fromFloat()</code>, <code>init()</code>)</li>
<li>convertion to floats and ... | [] |
https://avatars.githubusercontent.com/u/174537044?v=4 | structopt | Games-by-Mason/structopt | 2024-07-09T10:31:11Z | Argument parsing for Zig. | main | 7 | 11 | 1 | 11 | https://api.github.com/repos/Games-by-Mason/structopt/tags | MIT | [
"zig-package"
] | 40 | false | 2025-05-15T22:11:11Z | true | true | 0.15.0-dev.388+05e217607 | github | [] | Structopt
This is the argument parser I use in my engine and various supporting tools.
Zig Version
<a><code>main</code></a> loosely tracks Zig master. For support for Zig 0.14.0, use <a>v1.0.0</a>. | [
"https://github.com/Games-by-Mason/Zex",
"https://github.com/Games-by-Mason/shader_compiler"
] |
https://avatars.githubusercontent.com/u/157241284?v=4 | jetkv | jetzig-framework/jetkv | 2024-02-27T18:06:53Z | Key-value store designed for local development | main | 2 | 11 | 2 | 11 | https://api.github.com/repos/jetzig-framework/jetkv/tags | MIT | [
"zig-package"
] | 76 | false | 2025-05-17T22:56:12Z | true | true | unknown | github | [] | JetKV
<em>JetKV</em> is a key-value store written in <em>Zig</em> intended for use in development and production web servers. Basic in-memory and on-disk backends are provided for local development and a <a>Valkey</a> backend is provided for production. All backends are exposed by a unified interface.
<em>JetKV</em> ... | [
"https://github.com/jetzig-framework/jetzig"
] |
https://avatars.githubusercontent.com/u/32989557?v=4 | zig15game | SimonLSchlee/zig15game | 2024-05-18T01:00:32Z | A 15 puzzle game implemented with raylib. | main | 0 | 11 | 0 | 11 | https://api.github.com/repos/SimonLSchlee/zig15game/tags | MIT | [
"raylib",
"wasm",
"zig-package"
] | 732 | false | 2025-05-16T20:22:16Z | true | true | unknown | github | [
{
"commit": "9764fef26260e6fcf671ddffb230360cc1efa1f8.zip",
"name": "raylib",
"tar_url": "https://github.com/raysan5/raylib/archive/9764fef26260e6fcf671ddffb230360cc1efa1f8.zip.tar.gz",
"type": "remote",
"url": "https://github.com/raysan5/raylib"
}
] | zig15game
A <a>zig</a> 15 puzzle game based on <a>15 puzzle game</a> by Chris Boesch,
changed from a console/terminal implementation to a <a>raylib</a> implementation.
Added simple raylib gui and sound effects.
If you are a vim user (or want to train vim keys) play with hjkl, otherwise use wasd or arrow keys!
Play
... | [] |
https://avatars.githubusercontent.com/u/2242?v=4 | zig-termsize | softprops/zig-termsize | 2024-02-29T04:54:41Z | terminal size matters | main | 1 | 10 | 1 | 10 | https://api.github.com/repos/softprops/zig-termsize/tags | MIT | [
"zig-library",
"zig-package",
"zigdex-lib"
] | 26 | false | 2025-05-08T20:58:30Z | true | true | 0.14.0 | github | [] |
termsize
terminal size matters
<a></a>
🍬 features
Termsize is a zig library providing a multi-platform interface for resolving your terminal's current size in rows and columns. On most unix systems, this is similar invoking the stty(1) program, requesting the terminal size.
examples
```zig
con... | [] |
https://avatars.githubusercontent.com/u/231785?v=4 | obelizmo | mnemnion/obelizmo | 2024-08-05T15:32:16Z | Markup and print strings to the terminal | trunk | 1 | 10 | 0 | 10 | https://api.github.com/repos/mnemnion/obelizmo/tags | MIT | [
"ansi",
"terminal",
"vt100",
"xterm",
"zig",
"zig-package"
] | 134 | false | 2025-05-15T12:42:47Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "ohsnap",
"tar_url": "https://github.com/mnemnion/ohsnap/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/mnemnion/ohsnap"
},
{
"commit": "refs",
"name": "mvzr",
"tar_url": "https://github.com/mnemnion/mvzr/archive/refs.tar.gz",
"... | Obeli⚡️mo: A String Marking Library
This library provides a flexible system for marking up text, a practice referred to in ancient days as <a>Obelism</a>. A relic of this use is the <a>obelus</a>, which you know is an oddball word, since in English, it means <code>÷</code> or <code>†</code>, depending.
The goal of <... | [] |
https://avatars.githubusercontent.com/u/25432120?v=4 | progress | BrookJeynes/progress | 2024-08-08T14:08:38Z | A simple thread safe progress bar and spinner library | main | 0 | 10 | 2 | 10 | https://api.github.com/repos/BrookJeynes/progress/tags | MIT | [
"cli",
"zig",
"zig-package"
] | 32 | false | 2025-04-23T13:05:18Z | true | true | 0.14.0 | github | [] | progress
A simple thread safe progress bar and spinner library.
<ul>
<li><a>Installation</a></li>
<li><a>Example</a></li>
<li><a>Contributing</a></li>
</ul>
Installation
<ol>
<li>Fetch the package.
<code>zig fetch --save git+https://github.com/BrookJeynes/progress</code></li>
<li>Add to your <code>build.zig</code>.... | [] |
https://avatars.githubusercontent.com/u/231785?v=4 | runeset | mnemnion/runeset | 2024-05-27T17:25:59Z | Fast UTF-8 codepoint sets for Zig. | trunk | 0 | 10 | 0 | 10 | https://api.github.com/repos/mnemnion/runeset/tags | MIT | [
"parsing",
"sets",
"utf-8",
"zig",
"zig-package"
] | 48,630 | false | 2025-03-17T16:57:42Z | true | true | 0.13.0 | github | [
{
"commit": "refs",
"name": "ztap",
"tar_url": "https://github.com/mnemnion/ztap/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/mnemnion/ztap"
}
] | Runeset: Sets of UTF-8 Characters
This library offers a compact data structure for "generalized"[^1] UTF-8 encoded codepoints. The design is based on an <a>implicit data structure</a>[^2], which uses <code>@popCount</code> and bit masking to check membership quickly, with minimal branching, and without having to deco... | [] |
https://avatars.githubusercontent.com/u/2242?v=4 | zig-jwt | softprops/zig-jwt | 2024-07-31T02:10:10Z | A JWT library for zig | main | 3 | 9 | 4 | 9 | https://api.github.com/repos/softprops/zig-jwt/tags | MIT | [
"jwt",
"jwt-token",
"zig-library",
"zig-package"
] | 30 | false | 2025-03-23T09:49:19Z | true | true | 0.13.0 | github | [
{
"commit": "refs",
"name": "benchmark",
"tar_url": "https://github.com/silversquirl/benchmark.zig/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/silversquirl/benchmark.zig"
}
] |
zig jwt
A <a>JWT</a> library for zig
<a></a> <a></a>
📼 installing
Create a new exec project with <code>zig init</code>. Copy an example from the examples directory into your into <code>src/main.zig</code>
Create a <code>build.zig.zon</code> file to declare a dependency
<blockquote>
.zon short f... | [] |
https://avatars.githubusercontent.com/u/2242?v=4 | zig-retry | softprops/zig-retry | 2024-08-04T05:19:37Z | ♻️ Retry faillible zig functions | main | 2 | 9 | 1 | 9 | https://api.github.com/repos/softprops/zig-retry/tags | MIT | [
"retry",
"retry-library",
"zig",
"zig-library",
"zig-package"
] | 18 | false | 2025-03-04T18:50:51Z | true | true | unknown | github | [] |
♻️ zig retry
A retry library for fault tolerant zig applications
<a></a> <a></a>
A goal of any operation should be a successful outcome. This package gives operations a better chance at achieving that.
📼 installing
Create a new exec project with <code>zig init</code>. Copy an example from the ex... | [] |
https://avatars.githubusercontent.com/u/2364380?v=4 | zig-string | jnordwick/zig-string | 2024-04-08T17:13:44Z | Zig string library that includes small string optimization on the stack | main | 0 | 9 | 1 | 9 | https://api.github.com/repos/jnordwick/zig-string/tags | BSD-2-Clause | [
"zig-package"
] | 87 | false | 2024-12-27T03:07:17Z | true | true | unknown | github | [] | 404 | [
"https://github.com/jnordwick/znh"
] |
https://avatars.githubusercontent.com/u/174537044?v=4 | glslang-zig | Games-by-Mason/glslang-zig | 2024-07-04T11:17:37Z | Glslang ported to the Zig build system. | main | 0 | 9 | 2 | 9 | https://api.github.com/repos/Games-by-Mason/glslang-zig/tags | MIT | [
"zig-package"
] | 116 | false | 2025-03-31T23:20:03Z | true | true | 0.14.0 | github | [
{
"commit": "7200bc12a8979d13b22cd52de80ffb7d41939615.tar.gz",
"name": "glslang",
"tar_url": "https://github.com/KhronosGroup/glslang/archive/7200bc12a8979d13b22cd52de80ffb7d41939615.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/KhronosGroup/glslang"
}
] | Glslang Zig
Glslang ported to the Zig build system.
Contributions or bug reports are welcome if behavior differs from official build system.
Usage
See <a>shader_compiler</a> for example usage.
Version
See <a>build.zig.zon</a> for current version info.
Known Differences
<ul>
<li>The official build process has a w... | [] |
https://avatars.githubusercontent.com/u/1552770?v=4 | flow-syntax | neurocyte/flow-syntax | 2024-03-06T18:29:57Z | Syntax highlighting module used by flow and zat | master | 0 | 9 | 8 | 9 | https://api.github.com/repos/neurocyte/flow-syntax/tags | MIT | [
"tree-sitter",
"zig",
"zig-package"
] | 97 | false | 2025-04-19T10:44:51Z | true | true | 0.14.0-dev.3451+d8d2aa9af | github | [
{
"commit": "master",
"name": "tree_sitter",
"tar_url": "https://github.com/neurocyte/tree-sitter/releases/download/master-86dd4d2536f2748c5b4ea0e1e70678039a569aac/source.tar.gz/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/neurocyte/tree-sitter/releases/download/master-86... | flow-syntax
Syntax highlighting module used by <a>flow</a>, <a>zat</a> and <a>zine</a> | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | AFLplusplus | allyourcodebase/AFLplusplus | 2024-07-20T19:15:04Z | Zig build for AFL++ | main | 0 | 8 | 5 | 8 | https://api.github.com/repos/allyourcodebase/AFLplusplus/tags | MIT | [
"afl",
"afl-fuzz",
"afl-fuzzer",
"aflplusplus",
"fuzzer",
"fuzzing",
"zig",
"zig-lang",
"zig-package",
"ziglang"
] | 35 | false | 2025-03-18T14:25:31Z | true | true | 0.14.0 | github | [
{
"commit": "v4.21c.tar.gz",
"name": "AFLplusplus",
"tar_url": "https://github.com/AFLplusplus/AFLplusplus/archive/v4.21c.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/AFLplusplus/AFLplusplus"
}
] | AFLplusplus
<a></a>
<a></a>
Zig build for <a>AFLplusplus</a>.
:arrow_down: Dependencies
Requires a build of LLVM. You can either get one from your favorite package manager, or <a>build it yourself</a>.
:rocket: Usage
<code>sh
git clone https://github.com/allyourcodebase/AFLplusplus.git
cd AFLplusplus/
zig build</... | [
"https://github.com/allyourcodebase/AFLplusplus"
] |
https://avatars.githubusercontent.com/u/2242?v=4 | zig-iter | softprops/zig-iter | 2024-06-24T14:38:36Z | iterators for zig | main | 1 | 7 | 1 | 7 | https://api.github.com/repos/softprops/zig-iter/tags | MIT | [
"iterator",
"zig",
"zig-library",
"zig-package"
] | 45 | false | 2024-12-08T22:39:32Z | true | true | 0.13.0 | github | [] |
zig iter
iterators (for zig)
<a></a> <a></a>
what's next()?
If you are coming to zig from any variety of other languages (we welcome you) you might be asking the questions like: how can I transform this zig collection?, how can I filter out elements?, and other perfectly valid questions based on w... | [] |
https://avatars.githubusercontent.com/u/2242?v=4 | zig-bson | softprops/zig-bson | 2024-05-28T21:38:58Z | zig library for working with bson data 🍃 | main | 2 | 7 | 3 | 7 | https://api.github.com/repos/softprops/zig-bson/tags | MIT | [
"zig-library",
"zig-package",
"zigdex-lib"
] | 4,887 | false | 2025-04-22T19:28:16Z | true | true | 0.13.0 | github | [
{
"commit": "refs",
"name": "benchmark",
"tar_url": "https://github.com/silversquirl/benchmark.zig/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/silversquirl/benchmark.zig"
}
] |
zig bson
Zig library bindings for <a>BSON</a>, a binary json serialization format.
<a></a> <a></a>
examples
See examples directory
📼 installing
Create a new exec project with <code>zig init</code>. Copy an example from the examples directory into your into <code>src/main.zig</code>
Create a <c... | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | clarp | travisstaloch/clarp | 2024-03-17T05:24:16Z | A command line argument parsing library in zig | main | 0 | 7 | 0 | 7 | https://api.github.com/repos/travisstaloch/clarp/tags | MIT | [
"zig-library",
"zig-package"
] | 82 | false | 2024-11-12T02:31:14Z | true | true | 0.13.0-dev.75+5c9eb4081 | github | [] | Why was this project archived?
Complexity, bloat and long compile times.
Recommended alternatives
<ul>
<li>https://github.com/Games-by-Mason/structopt</li>
<li>https://github.com/travisstaloch/flagset </li>
</ul>
About
Derive command line parsers from union and struct types. Provides nested, context aware usage te... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | zstd | allyourcodebase/zstd | 2024-07-25T17:20:45Z | zstd ported to the zig build system | master | 0 | 7 | 1 | 7 | https://api.github.com/repos/allyourcodebase/zstd/tags | MIT | [
"zig",
"zig-package"
] | 17 | false | 2025-05-15T11:58:03Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "zstd",
"tar_url": "https://github.com/facebook/zstd/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/facebook/zstd"
}
] | <a></a>
zstd
This is <a>zstd</a>, packaged for <a>Zig</a>.
Installation
First, update your <code>build.zig.zon</code>:
```
Initialize a <code>zig build</code> project if you haven't already
zig init
zig fetch --save git+https://github.com/allyourcodebase/zstd.git#1.5.7
```
You can then import <code>zstd</code> ... | [
"https://github.com/Scythe-Technology/Zune",
"https://github.com/Syndica/zstd.zig",
"https://github.com/allyourcodebase/binutils",
"https://github.com/allyourcodebase/curl",
"https://github.com/allyourcodebase/elfutils",
"https://github.com/allyourcodebase/libpq",
"https://github.com/allyourcodebase/zst... |
https://avatars.githubusercontent.com/u/46408633?v=4 | zigthesis | dianetc/zigthesis | 2024-05-18T12:28:47Z | A property-based testing library for zig. | main | 3 | 7 | 1 | 7 | https://api.github.com/repos/dianetc/zigthesis/tags | MIT | [
"zig-package"
] | 53 | false | 2025-05-08T12:57:07Z | true | true | 0.12.0-dev.2637+3da6043e2 | github | [] | Zigthesis
A <strong>small</strong> library for falsifying a hypothesis.
The primary entry point into the library is the <code>falsify</code> function.
If this sounds eerily familiar to you, it should! Inspiration for this library was
taken directly from the initial commits of the very popular <a>Hypothesis library... | [] |
https://avatars.githubusercontent.com/u/174537044?v=4 | dear_imgui_zig | Games-by-Mason/dear_imgui_zig | 2024-07-29T08:16:46Z | A Zig interface to Dear ImGui | main | 4 | 7 | 1 | 7 | https://api.github.com/repos/Games-by-Mason/dear_imgui_zig/tags | MIT | [
"zig-package"
] | 292 | false | 2025-05-09T14:49:19Z | true | true | 0.14.0 | github | [] | Dear ImGui Zig
A Zig interface for <a>Dear ImGui</a>.
Generated at build time from the JSON generated by <a>dear_bindings</a>.
Which version of Dear ImGui is built?
See <code>build.zig.zon</code>, at the time of writing it's a recent commit on the docking branch. See Dear ImGui's readme for info on Dear ImGui branc... | [] |
https://avatars.githubusercontent.com/u/109542784?v=4 | aws-lambda-zig | by-nir/aws-lambda-zig | 2024-02-26T22:31:14Z | 🟠 Write AWS Lambda functions in Zig programming language | main | 1 | 7 | 2 | 7 | https://api.github.com/repos/by-nir/aws-lambda-zig/tags | MIT | [
"aws",
"cloud",
"lambda",
"server",
"serverless",
"zig",
"zig-package"
] | 203 | false | 2025-04-20T17:28:05Z | true | true | 0.14.0 | github | [] | AWS Lambda Runtime for Zig
<a></a>
Write <em>AWS Lambda</em> functions in the Zig programming language to achieve blazing fast invocations and cold starts!
<a>🐣 Quick Start</a> ·
<a>📒 Documentation</a> ·
<a>💽 Demos</a>
Features
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-3... | [] |
https://avatars.githubusercontent.com/u/10226626?v=4 | multihash | Calder-Ty/multihash | 2024-05-12T04:18:31Z | Zig Multihash implementation | master | 0 | 6 | 0 | 6 | https://api.github.com/repos/Calder-Ty/multihash/tags | MIT | [
"multiformats",
"zig-package",
"ziglang"
] | 27 | false | 2025-04-16T02:35:54Z | true | true | 0.12.0 | github | [] | Multihash
A Library for creating, serializing and deserializing <a>multihashes</a>.
Contents:
multihash
<code>multihash</code> is the package for creating, serializing and deserializing multihashes. Exposes two structs:
<code>Multihash</code>, and <code>UnsignedVarInt</code>.
Examples:
```zig
// Bytes for MultiHa... | [] |
https://avatars.githubusercontent.com/u/86081585?v=4 | zig-function-overloading | fig-eater/zig-function-overloading | 2024-06-20T17:17:45Z | Explicit function overloading for the Zig programming language | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/fig-eater/zig-function-overloading/tags | Unlicense | [
"zig",
"zig-package",
"ziglang"
] | 28 | false | 2025-03-05T09:21:19Z | true | true | 0.13.0 | github | [] | Explicit Function Overloading for Zig
Simple one-file, no-dependency, explicit function overloading for zig.
This all runs during compile time so running overloaded functions shouldn't have
any runtime overhead.
Install
Using Zig Package Manager
Run <code>zig fetch --save https://github.com/fig-eater/zig-function-o... | [] |
https://avatars.githubusercontent.com/u/38372270?v=4 | zmpv | hasanpasha/zmpv | 2024-05-10T17:32:55Z | libmpv bindings in zig | main | 2 | 6 | 0 | 6 | https://api.github.com/repos/hasanpasha/zmpv/tags | LGPL-2.1 | [
"libmpv",
"mpv",
"video",
"zig",
"zig-package"
] | 2,857 | false | 2025-04-14T18:45:40Z | true | true | 0.12.0 | github | [] | zmpv
<code>libmpv</code> bindings in zig.
Usage
<ul>
<li>first fetch the package into your project:</li>
</ul>
<code>bash
zig fetch --save https://github.com/hasanpasha/zmpv/archive/${DESIRED_COMMOT_HASH}.tar.gz</code>
- import the package in your <code>build.zig</code> file:
<code>zig
const zmpv_dep = b.depend... | [] |
https://avatars.githubusercontent.com/u/80766200?v=4 | stl-loader-zig | Catniped/stl-loader-zig | 2024-07-15T20:45:49Z | A tiny simple zig library for loading STL files with binary and ASCII support | main | 0 | 6 | 2 | 6 | https://api.github.com/repos/Catniped/stl-loader-zig/tags | MIT | [
"zig",
"zig-gamedev",
"zig-package"
] | 7 | false | 2025-04-23T16:15:55Z | true | true | unknown | github | [] | stl-loader-zig
A tiny simple zig library for loading STL files with support for both ASCII and binary representations.
Usage
Example usage provided in <a>example.zig</a>:
```c
const stlLoader = @import("stl-loader");
...
const filepath: []const u8 = "file.stl";
var gpa = std.heap.GeneralPurposeAllocator(.{}){};... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.