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/5805468?v=4 | s2s | Madeorsk/s2s | 2024-12-30T22:51:35Z | A zig binary serialization format. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Madeorsk/s2s/tags | MIT | [
"binary-data",
"serialization",
"serialization-library",
"zig",
"zig-package"
] | 3,808 | true | 2024-12-31T16:58:52Z | true | true | unknown | github | [] | struct to stream | stream to struct
A Zig binary serialization format and library.
Features
<ul>
<li>Convert (nearly) any Zig runtime datatype to binary data and back.</li>
<li>Computes a stream signature that prevents deserialization of invalid data.</li>
<li>No support for graph like structures. Everything is con... | [
"https://github.com/bernardassan/recblock",
"https://github.com/ziglibs/antiphony"
] |
https://avatars.githubusercontent.com/u/26331682?v=4 | zigplug | bandithedoge/zigplug | 2024-10-16T11:45:18Z | null | main | 1 | 0 | 0 | 0 | https://api.github.com/repos/bandithedoge/zigplug/tags | MIT | [
"zig-package"
] | 101 | false | 2025-05-14T09:34:45Z | true | true | 0.14.0-dev.2577+271452d22 | github | [
{
"commit": "refs",
"name": "clap",
"tar_url": "https://github.com/free-audio/clap/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/free-audio/clap"
}
] | Super WIP audio plugin framework in Zig. Currently not useful for anything.
Check out <code>examples/</code> to see what little you can do right now.
See <a>#1</a> for a release roadmap. | [] |
https://avatars.githubusercontent.com/u/87042451?v=4 | zig-wayland-xdg_decoration-client | voidstar240/zig-wayland-xdg_decoration-client | 2024-10-11T01:12:20Z | XDG Decoration protocol extension for zig-wayland-client | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/voidstar240/zig-wayland-xdg_decoration-client/tags | MIT | [
"zig-package"
] | 5 | false | 2024-10-12T05:54:56Z | true | true | unknown | github | [
{
"commit": "6043622d52225c04251f8694922db77ddec8be6d",
"name": "wayland-client",
"tar_url": "https://github.com/voidstar240/zig-wayland-client/archive/6043622d52225c04251f8694922db77ddec8be6d.tar.gz",
"type": "remote",
"url": "https://github.com/voidstar240/zig-wayland-client"
},
{
"com... | Wayland XDG Decoration Client
This is the XDG Decoration protocol extension for the
<a><code>zig-wayland-client</code></a>
library. | [] |
https://avatars.githubusercontent.com/u/138373494?v=4 | bibleparsing | scripturial/bibleparsing | 2025-01-15T14:23:30Z | Zig library to read Greek parsing codes commonly used in annotated Koine Greek text. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/scripturial/bibleparsing/tags | MIT | [
"biblical-greek",
"scripturial",
"zig",
"zig-package"
] | 51 | false | 2025-02-09T16:11:45Z | true | true | unknown | github | [
{
"commit": "efc0965909af0bafdb0122be3d8a35896b8887c0",
"name": "bibleparsing",
"tar_url": "https://github.com/scripturial/bibleparsing/archive/efc0965909af0bafdb0122be3d8a35896b8887c0.tar.gz",
"type": "remote",
"url": "https://github.com/scripturial/bibleparsing"
}
] | Bible Parsing
This library converts a bible parsing/tagging code into a compressed
u32 value, and allows writing a u32 value back to a string. Tested
using the parsing codes found in the Byzantine Text data files.
```zig
// Convert code 'A-DSN' to u32 value.
const in = try parse("A-DSN");
// Convert u32 value back t... | [
"https://github.com/scripturial/bibleparsing"
] |
https://avatars.githubusercontent.com/u/88404826?v=4 | zlshm | twilkinson3421/zlshm | 2025-02-07T14:49:40Z | A simple shared library for reading from shared memory on Windows | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/twilkinson3421/zlshm/tags | 0BSD | [
"binary",
"shared-library",
"windows",
"zig-library",
"zig-package"
] | 6 | false | 2025-02-10T13:36:32Z | true | true | unknown | github | [
{
"commit": "e8739b32a33ce48a3286aba31918b26a9dfc6ef0.tar.gz",
"name": "zigwin32",
"tar_url": "https://github.com/marlersoft/zigwin32/archive/e8739b32a33ce48a3286aba31918b26a9dfc6ef0.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/marlersoft/zigwin32"
}
] | zlshm
A simple shared library for reading from shared memory on Windows. Support for Linux is planned in the future.
Usage
Use the provided <code>.dll</code> library, which can be found in the releases seciton.
This library was originally written for use
with Deno's <em>ffi</em> functionality, but can be used with ... | [] |
https://avatars.githubusercontent.com/u/87361621?v=4 | json-c | Orolia2s/json-c | 2024-09-12T17:47:49Z | json-c ported to the zig build system | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/Orolia2s/json-c/tags | MIT | [
"zig-package"
] | 8 | false | 2024-09-18T12:08:06Z | true | true | unknown | github | [
{
"commit": "master",
"name": "upstream",
"tar_url": "https://github.com/json-c/json-c/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/json-c/json-c"
}
] | <code>build.zig</code> for json-c
Provides a package to be used by the zig package manager for C programs.
Use
Add the dependency in your <code>build.zig.zon</code> by running the following command:
<code>bash
zig fetch --save git+https://github.com/Orolia2s/json-c#0.17</code>
Then, in your <code>build.zig</code>:
... | [] |
https://avatars.githubusercontent.com/u/20770505?v=4 | zdist | Jafagervik/zdist | 2025-02-03T09:30:20Z | String distance library in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Jafagervik/zdist/tags | MIT | [
"distance-calculation",
"strings",
"zig-package"
] | 5 | false | 2025-02-03T12:05:42Z | true | true | unknown | github | [] | Zdist
String distance library written in zig
Algorithms
<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> Hamming distance
<... | [] |
https://avatars.githubusercontent.com/u/118959?v=4 | zig-build-libgpiod | vinymeuh/zig-build-libgpiod | 2025-01-05T10:29:05Z | The libgpiod library packaged for the Zig build system | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/vinymeuh/zig-build-libgpiod/tags | MIT | [
"libgpiod",
"zig-package"
] | 1 | false | 2025-01-05T11:27:56Z | true | true | unknown | github | [
{
"commit": null,
"name": "upstream",
"tar_url": null,
"type": "remote",
"url": "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-daed8f8a498bd928cc63ceab83e9c4be0a1628f6.tar.gz"
}
] | zig-build-libgpiod
The <a>libgpiod</a> library packaged for the Zig build system. | [] |
https://avatars.githubusercontent.com/u/179981696?v=4 | zig13-metal | ziglana/zig13-metal | 2025-01-03T15:34:15Z | Zig 0.13 bindings for Apple's Metal API. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ziglana/zig13-metal/tags | MIT | [
"apple-metal",
"metal",
"zig",
"zig-lib",
"zig-package"
] | 1,633 | true | 2025-01-03T15:35:22Z | true | false | unknown | github | [] | zig-metal - Zig Bindings to the Metal API
This library is currently in alpha stage, don't use it in any serious projects!
Bindings are automatically generated using zig and libclang, but there are still
some issues with the code generation. The source code for the generator can be
found here: https://github.com/dmbfm... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | catch2 | allyourcodebase/catch2 | 2024-09-18T20:09:35Z | Catch 2 ported to the zig build system | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/allyourcodebase/catch2/tags | MIT | [
"zig-package"
] | 11 | false | 2025-03-10T18:36:56Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "upstream",
"tar_url": "https://github.com/catchorg/Catch2/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/catchorg/Catch2"
}
] | <code>build.zig</code> for Catch2
Provides a package to be used by the zig package manager for C++ programs.
Status
| Refname | Catch2 version | Zig <code>0.12.x</code> | Zig <code>0.13.x</code> | Zig <code>0.14.x</code> | Zig <code>0.15.0-dev</code> |
|:----------|:---------------|:------------:|:------------:|:-... | [
"https://github.com/Orolia2s/libo2s"
] |
https://avatars.githubusercontent.com/u/576065?v=4 | snowballstem.zig | thekorn/snowballstem.zig | 2025-01-01T17:22:48Z | zig wrapper for the snowball stemmer | main | 1 | 0 | 0 | 0 | https://api.github.com/repos/thekorn/snowballstem.zig/tags | Apache-2.0 | [
"bindings",
"snowball",
"stemmer",
"zig",
"zig-package"
] | 289 | false | 2025-03-15T02:58:43Z | true | true | unknown | github | [
{
"commit": "b72b71fd51e633cb7a63d9f1883266b3d4acac11",
"name": "snowball",
"tar_url": "https://github.com/snowballstem/snowball/archive/b72b71fd51e633cb7a63d9f1883266b3d4acac11.tar.gz",
"type": "remote",
"url": "https://github.com/snowballstem/snowball"
}
] | zig wrapper for the snowball stemmer
<strong>NOTE</strong>: this is a work in progress, and not yet ready for use.
Requirements
<ul>
<li>zig >= 0.14</li>
</ul>
how to use?
Add this package to your zig project:
<code>bash
$ zig fetch --save=snowballstem git+https://github.com/thekorn/snowballstem.zig.git#main<... | [] |
https://avatars.githubusercontent.com/u/30945458?v=4 | zig-tracy | FalsePattern/zig-tracy | 2024-12-13T01:00:05Z | Easy to use bindings for the tracy client C API. Now with GPU, Lock, and fiber support! | master | 0 | 0 | 1 | 0 | https://api.github.com/repos/FalsePattern/zig-tracy/tags | MIT | [
"zig-package"
] | 79 | true | 2025-03-21T17:20:08Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "tracy_src",
"tar_url": "https://github.com/wolfpld/tracy/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/wolfpld/tracy"
}
] | Zig tracy client
Easy to use bindings for the tracy client C API.
Dependencies
<ul>
<li>Zig 0.14.0</li>
<li>Tracy 0.11.1 (only for viewing the profiling session, this repository is only concerned with client matters)</li>
</ul>
Features
<ul>
<li>Designed to integrate well with build.zig</li>
<li>Builds and staticall... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-bkdf | jedisct1/zig-bkdf | 2024-12-27T19:40:45Z | An implementation of the BKDF key derivation function. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/jedisct1/zig-bkdf/tags | - | [
"bkdf",
"crypto",
"zig",
"zig-package"
] | 4 | false | 2025-04-17T23:54:38Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/37661824?v=4 | zig-flags | LvMalware/zig-flags | 2024-12-03T14:45:52Z | A command line flag parser for zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/LvMalware/zig-flags/tags | - | [
"zig-package"
] | 11 | false | 2025-03-30T12:20:46Z | true | true | 0.14.0 | github | [] | zig flags
A command line flags parser for zig.
Works only with Zig <code>0.14.0</code>!
Example:
```zig
const std = @import("std");
const flag = @import("flag.zig");
pub fn main() !void {
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
const allocator = gpa.allocator();
<code>const flags = try flag.pa... | [] |
https://avatars.githubusercontent.com/u/57362253?v=4 | libjq.zig | tiawl/libjq.zig | 2024-10-21T15:28:48Z | @jqlang C API packaged for @ziglang | trunk | 0 | 0 | 0 | 0 | https://api.github.com/repos/tiawl/libjq.zig/tags | Unlicense | [
"binding",
"jq",
"jqlang",
"zig",
"zig-package",
"ziglang"
] | 547 | false | 2025-05-07T10:20:14Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "toolbox",
"tar_url": "https://github.com/tiawl/toolbox/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/tiawl/toolbox"
},
{
"commit": "master",
"name": "oniguruma_zig",
"tar_url": "https://github.com/tiawl/oniguruma.zig/archive/m... | libjq.zig
This is a fork of <a>jqlang/jq</a> to package the libjq C API for <a>Zig</a>
Why this fork ?
The intention under this fork is to package <a>jqlang/jq</a> for <a>Zig</a>. So:
* Unnecessary files have been deleted,
* The build system has been replaced with <code>build.zig</code>,
* A cron runs every day to c... | [] |
https://avatars.githubusercontent.com/u/54503497?v=4 | instinct | RetroDev256/instinct | 2024-11-07T17:49:29Z | null | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/RetroDev256/instinct/tags | MIT | [
"zig-package"
] | 4 | false | 2024-11-07T18:03:47Z | true | true | unknown | github | [] | Instinct
An ultra simple set of distinct integer types.
Use cases:
<ul>
<li>You don't want to mix up array index types</li>
<li>You want safety checks on an integer that must have a range</li>
<li>You want the above, but with a value that represents null</li>
</ul>
Types:
```zig
pub fn OptionalRangedInt(
compti... | [] |
https://avatars.githubusercontent.com/u/2773256?v=4 | zig-libxml2 | dasimmet/zig-libxml2 | 2024-08-09T18:58:36Z | libxml2 built using Zig build system | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/dasimmet/zig-libxml2/tags | MIT | [
"zig-package"
] | 59 | true | 2025-01-07T15:06:15Z | true | true | unknown | github | [
{
"commit": "master",
"name": "libxml2",
"tar_url": "https://github.com/GNOME/libxml2/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/GNOME/libxml2"
}
] | libxml2 Built with Zig
This repository contains Zig code for building libxml2 using Zig.
This allows other projects that use the Zig build system to easily
consume this library, cross-compile it, etc.
<strong>Why?</strong> Using the Zig build system makes it much easier to cross-compile
a library, even if you aren't ... | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | edn-data | travisstaloch/edn-data | 2024-11-18T05:43:52Z | An edn (extensibile data notation) library in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/travisstaloch/edn-data/tags | MIT | [
"zig-package"
] | 182 | false | 2025-05-17T07:40:24Z | true | true | unknown | github | [] | EDN Data - Extensible Data Notation for Zig
A parser for <a>Extensible Data Notation (EDN)</a> implemented in Zig. EDN is a data format akin to JSON or <a>Ziggy</a> but with more data types and extensibility features, commonly used in Clojure.
This library provides both runtime and compile-time parsing capabilities f... | [] |
https://avatars.githubusercontent.com/u/18555580?v=4 | Unity-zig | lcp5y3/Unity-zig | 2024-12-11T20:03:50Z | Unity build with zig build system | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/lcp5y3/Unity-zig/tags | MIT | [
"zig",
"zig-package"
] | 8 | false | 2024-12-27T11:04:31Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "Unity",
"tar_url": "https://github.com/ThrowTheSwitch/Unity/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/ThrowTheSwitch/Unity"
}
] | Unity Zig
Using zig build system to build <a>Unity</a> unit test library.
Adding It to your project
First update your <em>build.zig.zon</em> with:
<code>bash
zig fetch --save git+https://github.com/lcp5y3/Unity-zig.git#v2.6.0</code>
After that you can link <code>Unity</code> with your project by adding the followi... | [] |
https://avatars.githubusercontent.com/u/47288761?v=4 | zig-vmt-hook | xxhertz/zig-vmt-hook | 2025-01-31T19:42:15Z | A VMT hook implementation in Zig. Works on x64 and x86 architectures. Windows only. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/xxhertz/zig-vmt-hook/tags | MIT | [
"zig-package"
] | 5 | false | 2025-02-06T20:45:42Z | true | true | unknown | github | [
{
"commit": "master",
"name": "zigwin32",
"tar_url": "https://github.com/marlersoft/zigwin32/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/marlersoft/zigwin32"
}
] | To get started:
<code>zig
// Fetch the library via `zig fetch --save=vmthook git+https://github.com/xxhertz/zig-vmt-hook#main`
// build.zig
const vmthook_dep = b.dependency("vmthook", .{});
// for dll/lib
lib.root_module.addImport("vmthook", vmthook_dep.module("hooking"));
// for exe
exe.addImport("vmthook", vmthook_d... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | cpputest | allyourcodebase/cpputest | 2024-12-27T14:08:23Z | Package for CppUTest | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/allyourcodebase/cpputest/tags | MIT | [
"zig",
"zig-package"
] | 2 | false | 2025-01-12T13:10:51Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "cpputest",
"tar_url": "https://github.com/cpputest/cpputest/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/cpputest/cpputest"
}
] | CppUTest Zig
Using zig build system to build <a>CppUTest</a> unit test library.
Adding It to your project
First update your <em>build.zig.zon</em> with:
<code>bash
zig fetch --save git+https://github.com/lcp5y3/cpputest-zig.git#v4.0.0</code>
After that you can link <code>CppUTest</code> with your project by adding... | [
"https://github.com/allyourcodebase/cpputest"
] |
https://avatars.githubusercontent.com/u/192863519?v=4 | riscv | cogits/riscv | 2024-12-27T14:03:40Z | null | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/cogits/riscv/tags | - | [
"zig-package"
] | 16 | false | 2025-05-11T04:17:25Z | true | true | 0.14.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/2773256?v=4 | zig-libarchive | dasimmet/zig-libarchive | 2024-12-22T22:36:35Z | www.libarchive.org | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/dasimmet/zig-libarchive/tags | MIT | [
"zig",
"zig-package"
] | 19 | true | 2025-03-29T00:16:29Z | true | true | unknown | github | [] | libarchive
This is <a>libarchive</a>, packaged for <a>Zig</a>. | [] |
https://avatars.githubusercontent.com/u/18141524?v=4 | poopie | kALLEBALIK/poopie | 2024-09-21T00:25:38Z | A benchmarking library. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/kALLEBALIK/poopie/tags | NOASSERTION | [
"zig-package"
] | 308 | false | 2025-02-11T13:55:36Z | true | true | unknown | github | [] | Performance Optimizer Observation Platform Inside Executable
Usage
```zig
var poopie: Poopie = .{
.config = .{
.store_result = true,
.compare_mode = .slowest,
},
};
<code>var sampler = try poopie.createSampler(allocator, .{ .warmups = 100, .samples = 1000 });
defer s... | [] |
https://avatars.githubusercontent.com/u/72840122?v=4 | Zig-Finance-Calendar | Matthew12o/Zig-Finance-Calendar | 2025-01-03T03:44:48Z | Financial Calendar Library is built natively in Zig and handles basic Date, DateTime, and Calendar Functions | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Matthew12o/Zig-Finance-Calendar/tags | - | [
"calendar",
"date",
"datetime",
"finance",
"holidays",
"zig-package"
] | 273 | false | 2025-01-03T04:19:21Z | true | true | unknown | github | [] | Financial Calendar
Financial Calendar Library is built natively in Zig and handles basic Date, DateTime, and Calendar Functions
Structures
1. Calendar
Calendar is set to generate holidays based on the holiday lists
2. Date
Date structure holds Year, Month and Day information
3. DateTime
Similar functionality as... | [] |
https://avatars.githubusercontent.com/u/30564150?v=4 | zig-rc | mrtowers/zig-rc | 2025-01-20T10:04:12Z | Reference counting module for Zig | main | 1 | 0 | 0 | 0 | https://api.github.com/repos/mrtowers/zig-rc/tags | MIT | [
"zig-package"
] | 15 | false | 2025-03-02T15:57:20Z | true | true | 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>
<strong>zig-rc</strong> is still WIP. I'm still doing <strong>breaking changes</strong>
</blockquote>
Reference Counting Smart Pointer for Zig
A simple and ef... | [] |
https://avatars.githubusercontent.com/u/28966224?v=4 | inez | weskoerber/inez | 2024-11-23T00:28:40Z | Inez - A fast INI parser | main | 3 | 0 | 0 | 0 | https://api.github.com/repos/weskoerber/inez/tags | MIT | [
"tools",
"zig",
"zig-package"
] | 20 | false | 2024-12-28T22:24:26Z | true | true | unknown | github | [] | <a></a>
<a></a>
Inez - A fast INI parser
Quickstart
<ol>
<li>
Fetch <em>inez</em> using Zig's package manager
<code>shell
zig fetch --save git+https://github.com/weskoerber/inez#main</code>
</li>
<li>
Add <em>inez</em> to your artifacts in <code>build.zig</code>
```zig
const std = @import("std");
pub fn build(b:... | [] |
https://avatars.githubusercontent.com/u/48863749?v=4 | zarginator | Dan149/zarginator | 2024-12-07T15:21:47Z | Easy-to-use argument-parser for Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Dan149/zarginator/tags | - | [
"argparse",
"argument-parser",
"cmdline",
"library",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 8 | false | 2024-12-07T17:12:43Z | true | true | unknown | github | [] | Zarginator
Easy-to-use command line args management library for zig.
How to add Zarginator package to your zig project:
First add Zarginator to your <em>build.zig.zon</em> dependencies:
<code>zig fetch --save git+https://github.com/Dan149/zarginator/#HEAD</code>
Then add the dependency to your <em>build.zig</em> f... | [
"https://github.com/Dan149/noice"
] |
https://avatars.githubusercontent.com/u/88404826?v=4 | zbinutils | twilkinson3421/zbinutils | 2025-01-08T23:23:54Z | A simple standalone library for reading and writing byte arrays in Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/twilkinson3421/zbinutils/tags | Unlicense | [
"zig-package"
] | 2 | false | 2025-01-30T16:47:55Z | true | true | unknown | github | [
{
"commit": "4da5744ad7eba5d76d29128ec12902404ceb8e13.tar.gz",
"name": "zutil",
"tar_url": "https://github.com/twilkinson3421/zutil/archive/4da5744ad7eba5d76d29128ec12902404ceb8e13.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/twilkinson3421/zutil"
}
] | ZBinUtils
A simple standalone library for reading and writing byte arrays in Zig. Supports both little and big endian. Supports writing known and unknown length arrays. Supports reading and writing floats. Supports reading and writing byte arrays, and reading byte arrays prefixed with a length of a specified type.
In... | [] |
https://avatars.githubusercontent.com/u/98668553?v=4 | ClipPad | EsportToys/ClipPad | 2024-09-08T10:28:38Z | A barebones plaintext scratch pad. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/EsportToys/ClipPad/tags | GPL-3.0 | [
"notepad",
"winapi",
"windows",
"zig",
"zig-package",
"ziglang"
] | 111 | false | 2025-03-29T15:15:41Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | fixed-point | travisstaloch/fixed-point | 2024-10-19T01:00:25Z | A fixed point arithmetic package in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/travisstaloch/fixed-point/tags | - | [
"zig-package"
] | 14 | false | 2025-04-30T22:38:23Z | true | true | 0.11.0 | github | [] | fixed-point | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | libxkbcommon | allyourcodebase/libxkbcommon | 2024-12-18T19:33:32Z | libxkbcommon ported to the zig build system | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/allyourcodebase/libxkbcommon/tags | MIT | [
"zig",
"zig-package"
] | 56 | false | 2025-05-20T22:40:15Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "libxkbcommon",
"tar_url": "https://github.com/xkbcommon/libxkbcommon/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/xkbcommon/libxkbcommon"
},
{
"commit": "master",
"name": "libxml2",
"tar_url": "https://github.com/allyourcodeb... | <a></a>
libxkbcommon
This is <a>libxkbcommon</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/libxkbcommon.git#1.9.2
```
You can then i... | [
"https://github.com/allyourcodebase/libxkbcommon",
"https://github.com/allyourcodebase/tracy"
] |
https://avatars.githubusercontent.com/u/21039159?v=4 | JZlog | johmaru/JZlog | 2024-11-28T16:22:49Z | No dependent Simple zig logging library | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/johmaru/JZlog/tags | - | [
"library",
"logging",
"zig",
"zig-package",
"ziglang"
] | 19 | false | 2024-12-24T12:31:11Z | true | true | unknown | github | [] | JZlog
No dependent Simple zig logging library
library v 0.0.3 on zig version 0.13.0
※Version 0.0.3 linux supported
how to install
<code>zig fetch --save https://github.com/johmaru/JZlog/archive/refs/tags/v0.0.3.zip</code>
edit build.zig
```zig
const jzlog_dep = b.dependency("JZlog", .{});
const jzlog_mod... | [] |
https://avatars.githubusercontent.com/u/5885545?v=4 | doczy | JacobCrabill/doczy | 2024-11-26T02:40:14Z | Doczy: Markdown Documentation Browser | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/JacobCrabill/doczy/tags | - | [
"zig",
"zig-package"
] | 59 | false | 2025-02-06T00:11:05Z | true | true | 0.13.0 | github | [
{
"commit": "ae70fa8119e9f8ef3d090a85552edb726040d7cd.tar.gz",
"name": "zigdown",
"tar_url": "https://github.com/jacobcrabill/zigdown/archive/ae70fa8119e9f8ef3d090a85552edb726040d7cd.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/jacobcrabill/zigdown"
}
] | Doczy: Markdown Documentation Browser
<blockquote>
Instantly view your Markdown docs in the browser!
</blockquote>
Looking for a better way to browse your Markdown docs quickly and easily without jumping through the
hoops of setting up <a>mdBook</a>,
<a>Sphinx</a>, or some other toolchain?
Use <strong>Doczy!</strong... | [] |
https://avatars.githubusercontent.com/u/103554944?v=4 | zig-holodex | TemariVirus/zig-holodex | 2024-12-28T11:04:18Z | Zig library for the Holodex API with pretty formatting | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/TemariVirus/zig-holodex/tags | CC0-1.0 | [
"holodex",
"hololive",
"vtuber",
"zig-package"
] | 108 | false | 2025-04-12T13:00:13Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "zeit",
"tar_url": "https://github.com/rockorager/zeit/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/rockorager/zeit"
}
] | zig-holodex
Zig library for the <a>Holodex</a> API, with pretty formatting.
Note that as the <a>official documentation</a> is outdated,
any documentation here about API endpoints, their parameters, and their responses
are guesswork from querying the API. This library is not affiliated with Holodex.
<a>Holodex API Li... | [] |
https://avatars.githubusercontent.com/u/476352?v=4 | ourio | rockorager/ourio | 2025-04-22T19:56:48Z | An asynchronous IO runtime | main | 0 | 61 | 0 | 61 | https://api.github.com/repos/rockorager/ourio/tags | MIT | [
"zig",
"zig-package"
] | 168 | false | 2025-05-21T04:08:08Z | true | true | 0.14.0 | github | [
{
"commit": "8250aa9184fbad99983b32411bbe1a5d2fd6f4b7",
"name": "tls",
"tar_url": "https://github.com/ianic/tls.zig/archive/8250aa9184fbad99983b32411bbe1a5d2fd6f4b7.tar.gz",
"type": "remote",
"url": "https://github.com/ianic/tls.zig"
}
] | Ourio
Ourio (prounounced "oreo", think "Ouroboros") is an asynchronous IO runtime
built heavily around the semantics of io_uring. The design is inspired by
<a>libxev</a>, which is in turn inspired by
<a>TigerBeetle</a>.
Ourio has only a slightly different approach: it is designed to encourage
message passing a... | [] |
https://avatars.githubusercontent.com/u/174537044?v=4 | Tween | Games-by-Mason/Tween | 2025-02-25T09:16:52Z | Common easing and interpolation functions for game development. | main | 5 | 42 | 0 | 42 | https://api.github.com/repos/Games-by-Mason/Tween/tags | MIT | [
"zig-package"
] | 22 | false | 2025-05-22T03:03:18Z | true | true | 0.14.0 | github | [] | Tween
Rigid motion often appears unnatural. This library provides easing and interpolation functions widely used in game development to create natural looking or stylized tweens ("inbetweens").
Example usage:
```zig
const tween = @import("tween");
const lerp = tween.interp.lerp;
const ease = tween.ease;
// ...
pos ... | [] |
https://avatars.githubusercontent.com/u/10281587?v=4 | libqt6zig | rcalixte/libqt6zig | 2025-03-07T13:05:40Z | Qt 6 for Zig | master | 0 | 42 | 2 | 42 | https://api.github.com/repos/rcalixte/libqt6zig/tags | MIT | [
"bindings",
"gui-library",
"qt",
"qt6",
"zig",
"zig-package",
"ziglang"
] | 7,732 | false | 2025-05-22T00:46:33Z | true | true | unknown | github | [] |

[](https://goreportcard.com/report/github.com/rcalixte/libqt6zig)
[-f7a41d?logo=zig&logoColor=f7a41d&label... | [
"https://github.com/rcalixte/libqt6zig-examples"
] |
https://avatars.githubusercontent.com/u/2793150?v=4 | zigft | chung-leong/zigft | 2025-03-20T12:13:19Z | Zig function transform library | main | 1 | 37 | 0 | 37 | https://api.github.com/repos/chung-leong/zigft/tags | MIT | [
"zig",
"zig-package"
] | 7,014 | false | 2025-05-16T19:26:08Z | true | true | 0.14.0 | github | [] | Zigft
Zigft is a small library that lets you perform function transform in Zig. Consisting of just two
files, it's designed to be used in source form. Simply download the file you need from this repo,
place it in your <code>src</code> directory, and import it into your own code.
<a><code>fn-transform.zig</code></a>... | [] |
https://avatars.githubusercontent.com/u/1548114?v=4 | parcom | dokwork/parcom | 2025-02-20T07:51:40Z | Parser combinators for Zig, ready to parse on-the-fly. Consume input, not memory. | main | 0 | 30 | 0 | 30 | https://api.github.com/repos/dokwork/parcom/tags | MIT | [
"parser",
"parser-combinators",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 65 | false | 2025-05-16T10:35:43Z | true | true | 0.14.0 | github | [] | parcom
<a></a>
<em>Consume input, not memory.</em>
<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>
This library is underdeveloped. API is not stable.
</blockquote>
This library provides an implementation ... | [] |
https://avatars.githubusercontent.com/u/10281587?v=4 | libqt6c | rcalixte/libqt6c | 2025-03-07T13:05:39Z | Qt 6 for C | master | 0 | 28 | 1 | 28 | https://api.github.com/repos/rcalixte/libqt6c/tags | MIT | [
"bindings",
"c",
"gui-library",
"qt",
"qt6",
"zig-package"
] | 11,494 | false | 2025-05-22T00:43:32Z | true | true | unknown | github | [] |

[](https://goreportcard.com/report/github.com/rcalixte/libqt6c)
[-f7a41d?logo=zig&logoColor=f7a41d&label=Zig... | [] |
https://avatars.githubusercontent.com/u/30970706?v=4 | bufzilla | theseyan/bufzilla | 2025-02-10T17:24:00Z | Simple Serialization in pure Zig | main | 1 | 26 | 0 | 26 | https://api.github.com/repos/theseyan/bufzilla/tags | MIT | [
"zig-package"
] | 31 | false | 2025-05-19T15:06:18Z | true | true | 0.14.0 | github | [] | ⚡ bufzilla
<em>buffer • zilla</em>
A simple and fast <strong>binary encoding format</strong> in pure Zig.
Originally based on rxi's article - <a>"A Simple Serialization System"</a>.
bufzilla is ideal for serializing JSON-like objects and arrays, and has the following qualities:
<ul>
<li><strong>Portable</strong> acr... | [] |
https://avatars.githubusercontent.com/u/201527030?v=4 | MLX.zig | jaco-bro/MLX.zig | 2025-03-14T14:47:09Z | MLX.zig: Phi-4, Llama 3.2, and Whisper in Zig | main | 1 | 19 | 2 | 19 | https://api.github.com/repos/jaco-bro/MLX.zig/tags | Apache-2.0 | [
"llama",
"llm",
"mlx",
"pcre2",
"regex",
"tiktoken",
"zig",
"zig-package"
] | 5,431 | false | 2025-05-19T00:39:17Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "pcre2",
"tar_url": "https://github.com/PCRE2Project/pcre2/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/PCRE2Project/pcre2"
}
] | MLX.zig
A <a>Zig</a> binding for <a>MLX</a>, Apple's array framework for machine learning on Apple Silicon.
Prerequisites
<ul>
<li>Apple Silicon Mac</li>
<li>Zig v0.13.0</li>
<li>CMake</li>
</ul>
Getting Started
<code>fish
git clone https://github.com/jaco-bro/MLX.zig.git
cd MLX.zig
zig build</code>
This creates e... | [] |
https://avatars.githubusercontent.com/u/280505?v=4 | passcay | uzyn/passcay | 2025-05-03T08:26:13Z | 🦎🔑 Secure & fast Passkey (WebAuthn) library for Zig | main | 0 | 19 | 0 | 19 | https://api.github.com/repos/uzyn/passcay/tags | MIT | [
"authentication",
"passkey",
"relying-party",
"security",
"webauthn",
"zig",
"zig-package",
"ziglang"
] | 144 | false | 2025-05-15T22:15:52Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "zbor",
"tar_url": "https://github.com/r4gus/zbor/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/r4gus/zbor"
}
] | Passcay
<a></a>
<strong>Minimal</strong>, <strong>fast</strong> and <strong>secure</strong> Passkey (WebAuthn) relying party (RP) library for Zig.
Supports both Zig stable 0.14+ and nightly (0.15+).
Features
<ul>
<li>Passkey WebAuthn registration</li>
<li>Passkey WebAuthn authentication/verification (login)</li>
... | [] |
https://avatars.githubusercontent.com/u/81317803?v=4 | mini-parser | Operachi061/mini-parser | 2025-04-07T12:06:37Z | A very-minimal command-line parser | main | 0 | 18 | 1 | 18 | https://api.github.com/repos/Operachi061/mini-parser/tags | BSD-3-Clause | [
"argument-parsing",
"command-line",
"command-line-parser",
"minimal",
"zig",
"zig-package",
"ziglang"
] | 4 | false | 2025-04-17T11:03:40Z | true | true | 0.15.0-dev.208+8acedfd5b | github | [] | mini-parser
mini-parser is a very-minimal parser for <a>Zig</a> language.
Example
```zig
const std = @import("std");
const mini_parser = @import("mini_parser");
const debug = std.debug;
const posix = std.posix;
const usage =
\Usage: example
\
\Options:
\ --help -h Display help list.
\ -... | [] |
https://avatars.githubusercontent.com/u/8091245?v=4 | mzg | uyha/mzg | 2025-03-20T19:22:09Z | A MessagePack library for Zig | main | 0 | 14 | 0 | 14 | https://api.github.com/repos/uyha/mzg/tags | MIT | [
"message-pack",
"msgpack",
"zig",
"zig-package"
] | 144 | false | 2025-05-09T18:18:51Z | true | true | 0.14.0 | github | [] |
mzg
<ul>
<li><a>mzg</a></li>
<li><a>How to use</a></li>
<li><a>API</a><ul>
<li><a>High level functions</a></li>
<li><a>Building block functions</a></li>
</ul>
</li>
<li><a>Examples</a><ul>
<li><a>Simple back and forth</a></li>
<li><a>Default packing and unpacking for custom types</a></li>
<li><a>Adapters for common c... | [] |
https://avatars.githubusercontent.com/u/49008623?v=4 | zargs | kioz-wang/zargs | 2025-03-04T03:10:36Z | Another Comptime-argparse for Zig! Let's start to build your command line! | main | 4 | 14 | 0 | 14 | https://api.github.com/repos/kioz-wang/zargs/tags | MIT | [
"argument-parser",
"clap-rs",
"cli",
"command-line",
"positional-arguments",
"subcommands",
"zig",
"zig-package",
"ziglang"
] | 7,569 | false | 2025-05-11T10:46:32Z | true | true | 0.14.0 | github | [] | zargs
<blockquote>
other language: <a>中文简体</a>
</blockquote>
Another Comptime-argparse for Zig! Let's start to build your command line!
```zig
const std = @import("std");
const zargs = @import("zargs");
const Command = zargs.Command;
const Arg = zargs.Arg;
const Ranges = zargs.Ranges;
pub fn main() !void {
... | [
"https://github.com/kioz-wang/zterm"
] |
https://avatars.githubusercontent.com/u/43397328?v=4 | openai-proxz | lukeharwood11/openai-proxz | 2025-02-14T03:37:54Z | A zig OpenAI API client library | main | 5 | 13 | 2 | 13 | https://api.github.com/repos/lukeharwood11/openai-proxz/tags | MIT | [
"openai",
"zig",
"zig-package"
] | 111 | false | 2025-04-30T07:02:25Z | true | true | 0.14.0 | github | [] |
ProxZ
An OpenAI API library for the Zig programming language!
⭐️ Features ⭐️
<ul>
<li>An easy to use interface, similar to that of <code>openai-python</code></li>
<li>Built-in retry logic</li>
<li>Environment variable config support for API keys, org. IDs, project IDs, and base urls</li>
<li>Response s... | [] |
https://avatars.githubusercontent.com/u/196498040?v=4 | secsock | tardy-org/secsock | 2025-03-09T00:23:02Z | Async TLS (Secure Socket) for the Tardy runtime | main | 3 | 9 | 1 | 9 | https://api.github.com/repos/tardy-org/secsock/tags | MPL-2.0 | [
"async",
"tardy",
"tls",
"zig",
"zig-package"
] | 62 | false | 2025-04-27T04:29:43Z | true | true | unknown | 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": null,
"name": "bearssl",
"tar_url": null,
"type": "relative",
"url": "vendor/bearssl"... | secsock
This is an implementation of <code>SecureSocket</code>, a wrapper for the Tardy <code>Socket</code> type that provides TLS functionality.
Supported TLS Backends
<ul>
<li><a>BearSSL</a>: An implementation of the SSL/TLS protocol (RFC 5346) written in C.</li>
<li><a>s2n-tls</a>: An implementation of SSL/TLS pro... | [
"https://github.com/tardy-org/zzz"
] |
https://avatars.githubusercontent.com/u/174537044?v=4 | geom | Games-by-Mason/geom | 2025-02-19T10:30:34Z | Geometric math functionality for game dev. | main | 2 | 7 | 0 | 7 | https://api.github.com/repos/Games-by-Mason/geom/tags | MIT | [
"zig-package"
] | 57 | false | 2025-04-29T21:41:46Z | true | true | 0.14.0 | github | [
{
"commit": "8e8e772eb2be9a0ccae78b0d7793e2a845524331.zip",
"name": "tween",
"tar_url": "https://github.com/Games-by-Mason/Tween/archive/8e8e772eb2be9a0ccae78b0d7793e2a845524331.zip.tar.gz",
"type": "remote",
"url": "https://github.com/Games-by-Mason/Tween"
}
] | Geom
Geometry for game development.
Status
I'm going to be fleshing this out into a more cohesive library as I require more functionality.
Currently, it's still missing basic functionality--many 3D types, projection matrices, etc.
"For Game Development"?
This library has features you wouldn't expect out of a line... | [
"https://github.com/Games-by-Mason/ZCS"
] |
https://avatars.githubusercontent.com/u/192920687?v=4 | stdx | kobolds-io/stdx | 2025-03-22T23:04:45Z | Extensions to the zig standard library | main | 5 | 7 | 0 | 7 | https://api.github.com/repos/kobolds-io/stdx/tags | Apache-2.0 | [
"data-structures-and-algorithms",
"lib",
"std",
"zig-package"
] | 135 | false | 2025-05-21T04:19:10Z | true | true | 0.14.0 | github | [
{
"commit": "v0.9.3.tar.gz",
"name": "zbench",
"tar_url": "https://github.com/hendriknielaender/zBench/archive/v0.9.3.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/hendriknielaender/zBench"
}
] | Overview
<strong>CAUTION</strong> this project is current in development and should be used at your own risk. Until there is a stable tagged release, be careful.
This is a library adding several generally useful tools that are either not included in the standard library or have slightly different behavior. As the <co... | [] |
https://avatars.githubusercontent.com/u/132705474?v=4 | zig-devicetree | CascadeOS/zig-devicetree | 2025-03-05T22:11:35Z | A read-only Flattened Device Tree (DTB) API. | main | 0 | 7 | 1 | 7 | https://api.github.com/repos/CascadeOS/zig-devicetree/tags | BSD-2-Clause | [
"device-tree",
"devicetree",
"dtb",
"fdt",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 135 | false | 2025-05-08T17:53:14Z | true | true | 0.14.0 | github | [] | zig-devicetree
A read-only Flattened Devicetree (DTB) API.
None of the API requires allocation except the various list builders in <code>Property.Value</code> which are completely optional.
Compatible with <a>Devicetree Specification v0.4</a>.
<a>Auto-generated docs</a>
This started as a wrapper around <a>libfdt</... | [] |
https://avatars.githubusercontent.com/u/63824662?v=4 | libscrapli | scrapli/libscrapli | 2025-02-17T00:11:55Z | null | main | 0 | 7 | 0 | 7 | https://api.github.com/repos/scrapli/libscrapli/tags | MIT | [
"zig-package"
] | 740 | false | 2025-05-22T02:13:41Z | true | true | 0.14.0 | github | [
{
"commit": null,
"name": "pcre2",
"tar_url": null,
"type": "relative",
"url": "lib/pcre2"
},
{
"commit": null,
"name": "libssh2",
"tar_url": null,
"type": "relative",
"url": "lib/libssh2"
},
{
"commit": "refs",
"name": "yaml",
"tar_url": "https://github.c... | libscrapli
libscrapli is a zig project that aims to provide a unified "core" for scrapli. This is obviously
useful for the OG scrapli (python flavor) and scrapligo, but possibly for other languages/libraries
or even for folks who would like to not have to reinvent the wheel for the "core" connection
handling and lo... | [] |
https://avatars.githubusercontent.com/u/58077502?v=4 | nzfat | GasInfinity/nzfat | 2025-02-28T14:24:33Z | A very generic and configurable FAT12/16/32 implementation with VFAT support. | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/GasInfinity/nzfat/tags | MIT | [
"fat",
"filesystem",
"zig",
"zig-package"
] | 154 | false | 2025-03-27T07:57:53Z | true | true | 0.11.0 | github | [] | ⚡ nzfat (WIP)
A very generic and configurable FAT12/16/32 implementation library with VFAT support written in zig.
Almost all the features are configurable, from long filename support (and the max number of characters it supports) to the maximum supported FAT type (12/16/32).
<a></a>
❓ Usage
The library is not matu... | [] |
https://avatars.githubusercontent.com/u/1931331?v=4 | sentry-native | olksdr/sentry-native | 2025-03-12T19:07:01Z | Sentry Native packaged for Zig. | master | 0 | 6 | 0 | 6 | https://api.github.com/repos/olksdr/sentry-native/tags | MIT | [
"crash-reporting",
"error-reporting",
"getsentry",
"monitoring",
"native",
"sentry",
"zig",
"zig-package",
"ziglang"
] | 5 | false | 2025-03-31T10:30:56Z | true | true | 0.14.0 | github | [] | Sentry Native
This is the <a>sentry-native</a>, packaged for <a>Zig</a>.
This is a build wrapper, which prepars the library which can be linked and exposes the sentry native C API.
<em>Note</em>: This will work for simple use-cases, but this still needs more testing.
Installation
First add the dependencies to your... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-hctr2 | jedisct1/zig-hctr2 | 2025-03-12T22:40:20Z | HCTR2 length-preserving encryption algorithm for Zig | master | 0 | 6 | 1 | 6 | https://api.github.com/repos/jedisct1/zig-hctr2/tags | MIT | [
"accordion",
"cipher",
"encryption",
"hctr2",
"zig-package"
] | 4 | false | 2025-03-14T00:08:56Z | true | true | 0.14.0 | github | [] | HCTR2 for Zig
An implementation of the <a>HCTR2</a> length-preserving encryption system.
HCTR2 is a tweakable super-permutation:
- It does not use a nonce, although it supports an optional tweak of any size.
- It does not add an authentication tag, but changing a single bit anywhere in the plaintext alters the entire... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-base91 | jedisct1/zig-base91 | 2025-03-13T11:42:42Z | Base91 encoding for Zig. | main | 0 | 5 | 1 | 5 | https://api.github.com/repos/jedisct1/zig-base91/tags | MIT | [
"base64",
"base91",
"codec",
"zig",
"zig-package"
] | 7 | false | 2025-04-05T15:11:42Z | true | true | 0.14.0 | github | [] | Base91 for Zig
An implementation of the Base91 encoding scheme written in Zig.
It enables you to convert binary data to a Base91-encoded string and vice versa.
Overview
<ul>
<li><strong>Space Efficiency:</strong> Base91 produces shorter encoded strings compared to Base64, which can be advantageous when minimizing da... | [] |
https://avatars.githubusercontent.com/u/15731839?v=4 | Zorch | SuperKogito/Zorch | 2025-03-01T15:42:25Z | Neural networks in Zig | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/SuperKogito/Zorch/tags | LGPL-3.0 | [
"autograd",
"automatic-differentiation",
"deep-learning",
"machine-learning",
"neural-network",
"tensor",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 3,219 | false | 2025-03-25T10:55:15Z | true | true | unknown | github | [] |
Zorch: A Tensor Library with a Pytorch-like API in Zig
Zorch is a lightweight, high-performance tensor library written in Zig. It provides a flexible and efficient framework for numerical computations, automatic differentiation, and machine learning. The library is designed to be simple, modular, and easy to extend.... | [] |
https://avatars.githubusercontent.com/u/201527030?v=4 | tokenizer | jaco-bro/tokenizer | 2025-04-19T04:26:17Z | BPE tokenizer for LLMs in Pure Zig | main | 0 | 4 | 3 | 4 | https://api.github.com/repos/jaco-bro/tokenizer/tags | Apache-2.0 | [
"bpe-tokenizer",
"pcre2",
"regex",
"tokenizer",
"zig",
"zig-package"
] | 305 | false | 2025-05-16T16:52:45Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "pcre2",
"tar_url": "https://github.com/PCRE2Project/pcre2/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/PCRE2Project/pcre2"
}
] | Tokenizer
BPE tokenizer implemented entirely in Zig.
Example integration with LLMs at <a>nnx-lm</a>.
Requirement
zig v0.13.0
Install
<code>bash
git clone https://github.com/jaco-bro/tokenizer
cd tokenizer
zig build exe --release=fast</code>
Usage
<ul>
<li><code>zig-out/bin/tokenizer_exe [--model MODEL_NAME] COMM... | [
"https://github.com/allyourcodebase/boost-libraries-zig"
] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-cymric | jedisct1/zig-cymric | 2025-04-04T16:05:52Z | Zig implementations of the Cymric authenticated encryption modes. | main | 0 | 4 | 1 | 4 | https://api.github.com/repos/jedisct1/zig-cymric/tags | - | [
"aead",
"cymric",
"zig",
"zig-package"
] | 13 | false | 2025-04-17T23:52:23Z | true | false | unknown | github | [] | Cymric implementations in Zig
Implementations of the Cymric1 and Cymric2 authenticated encryption
modes instantiated with AES.
Cymric <a>original implementations and overview</a>. | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | curl | allyourcodebase/curl | 2025-04-10T23:09:33Z | curl ported to the zig build system | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/allyourcodebase/curl/tags | MIT | [
"zig",
"zig-package"
] | 17 | false | 2025-04-23T17:43:59Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "curl",
"tar_url": "https://github.com/curl/curl/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/curl/curl"
},
{
"commit": "6c72830882690c1eb2567a537525c3f432c1da50",
"name": "zlib",
"tar_url": "https://github.com/allyourcodebase... | <a></a>
curl
This is <a>curl</a>, packaged for <a>Zig</a>.
Installation
<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>
Curl depends on https://github.com/allyourcodebase/openssl which currently doesn't w... | [
"https://github.com/allyourcodebase/curl",
"https://github.com/allyourcodebase/kcov",
"https://github.com/jiacai2050/zigcli",
"https://github.com/lishaduck/zig-curl",
"https://github.com/thislight/haiya"
] |
https://avatars.githubusercontent.com/u/43209783?v=4 | quix | wllfaria/quix | 2025-03-07T04:05:23Z | Cross platform terminal manipulation library written in zig. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/wllfaria/quix/tags | MIT | [
"cross-platform",
"terminal",
"tui",
"zig",
"zig-package"
] | 141 | false | 2025-03-31T17:46:40Z | true | true | 0.14.0 | github | [
{
"commit": "5e149c5e67052092b10d199d9bff209107010b52",
"name": "quix_winapi",
"tar_url": "https://github.com/wllfaria/quix-winapi/archive/5e149c5e67052092b10d199d9bff209107010b52.tar.gz",
"type": "remote",
"url": "https://github.com/wllfaria/quix-winapi"
}
] | Quix
Quix is a terminal manipulation library written in zig.
Table of Contents
<ul>
<li><a>Quix</a><ul>
<li><a>Table of Contents</a></li>
<li><a>Getting Started</a></li>
<li><a>License</a></li>
</ul>
</li>
</ul>
Getting Started
Add quix as a dependency using <code>zig fetch</code>:
<code>sh
zig fetch --save git+... | [] |
https://avatars.githubusercontent.com/u/11627921?v=4 | backstage | Thomvanoorschot/backstage | 2025-02-13T18:33:40Z | This repository contains an experimental actor framework built using the Zig programming language. The framework implements actor-based concurrent programming patterns, including message passing between actors, actor lifecycle management, and state isolation. It leverages the libxev library for its event loop and concu... | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/Thomvanoorschot/backstage/tags | - | [
"actor",
"actor-framework",
"libuv",
"libxev",
"zig-package",
"ziglang"
] | 17,445 | false | 2025-05-18T07:52:44Z | true | true | unknown | github | [
{
"commit": "master.tar.gz",
"name": "websocket",
"tar_url": "https://github.com/karlseguin/websocket.zig/archive/master.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/websocket.zig"
},
{
"commit": "main.tar.gz",
"name": "libxev",
"tar_url": "https://gith... | This repository contains an experimental implementation of an actor framework, serving as both a learning exercise and a practical exploration of actor-based concurrent programming patterns.
Project Overview
The main goal of this project is to gain deeper understanding of the programming language while building somet... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-ipcrypt | jedisct1/zig-ipcrypt | 2025-04-17T11:25:00Z | A Zig implementation of the IP address encryption and obfuscation methods specified in the ipcrypt document. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/jedisct1/zig-ipcrypt/tags | NOASSERTION | [
"address",
"encryption",
"ip",
"ipcrypt",
"ipcrypt2",
"obfuscation",
"zig",
"zig-package"
] | 10 | false | 2025-04-23T22:39:13Z | true | true | 0.14.0 | github | [] | zig-ipcrypt
A Zig implementation of the IP address encryption and obfuscation methods specified in the <a>ipcrypt document</a> ("Methods for IP Address Encryption and Obfuscation").
Overview
This library implements three variants of IP address encryption as specified in the ipcrypt draft:
<ol>
<li><strong>Determinis... | [] |
https://avatars.githubusercontent.com/u/60631511?v=4 | microwave | edqx/microwave | 2025-04-14T18:34:39Z | TOML Parser for Zig. | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/edqx/microwave/tags | MIT | [
"config",
"household-appliance",
"toml",
"zig",
"zig-package"
] | 221 | false | 2025-05-18T23:52:00Z | true | true | unknown | github | [] | Microwave
A TOML parser for <a>Zig</a>.
This parser should be spec compliant.
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 disa... | [
"https://github.com/GasFurr/B3T"
] |
https://avatars.githubusercontent.com/u/35976402?v=4 | fancy-cat-nix | freref/fancy-cat-nix | 2025-02-20T09:51:24Z | Nix package for fancy-cat | master | 0 | 3 | 1 | 3 | https://api.github.com/repos/freref/fancy-cat-nix/tags | - | [
"zig",
"zig-package"
] | 10 | false | 2025-05-05T18:12:05Z | false | false | unknown | github | [] | fancy-cat-nix
<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 is a fork, you can find the original repo by @AaronVerDow <a>here</a>. This nix flake is community-maintained and provided as-is without warranty or off... | [] |
https://avatars.githubusercontent.com/u/37661824?v=4 | ztunnel | LvMalware/ztunnel | 2025-03-22T13:30:09Z | Secure End-To-End Encrypted tunnels using zig | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/LvMalware/ztunnel/tags | - | [
"cryptography",
"e2ee",
"tunnel",
"zig",
"zig-package"
] | 19 | false | 2025-03-27T16:06:34Z | true | true | 0.14.0 | github | [] | ZTunnel
This library provides a simple protocol based on SSH's Binary Packet Protocol (BPP), that can be used to establish a secure end-to-end encrypted tunnel between a client and a server.
Key-exchange is performed using <code>X25519Kyber768</code>, that is Ellipitic Curve Diffe-Hellman (ECDH) using curve X25519 + ... | [] |
https://avatars.githubusercontent.com/u/2773256?v=4 | zig-devserver | dasimmet/zig-devserver | 2025-05-01T17:11:12Z | a reloading static http server for `zig build --watch` | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/dasimmet/zig-devserver/tags | MIT | [
"zig",
"zig-package"
] | 74 | false | 2025-05-04T14:08:05Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "mime",
"tar_url": "https://github.com/andrewrk/mime/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/andrewrk/mime"
}
] | Zig Dev Http Webserver
a webserver that reloads the page when <code>zig build dev --watch</code> rebuilds your content
try it with:
<code>zig build dev --watch -Dopen-browser=index.html</code>
and then edit <code>src/index.html</code> and have the browser tab reload.
Only POSIX is supported, since reloading requir... | [] |
https://avatars.githubusercontent.com/u/26626194?v=4 | bencodex-zig | moreal/bencodex-zig | 2025-04-22T22:05:59Z | Bencodex implementation written in Zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/moreal/bencodex-zig/tags | MIT | [
"zig-package"
] | 39 | false | 2025-04-28T22:35:19Z | true | true | 0.14.0 | github | [] | bencodex-zig
A Zig implementation of the Bencodex format. This library provides a simple and efficient API for encoding and decoding Bencodex data.
What is Bencodex?
<a>Bencodex</a> is a serialization format that extends BitTorrent's <a>Bencoding</a>. Every valid Bencoding representation is also a valid Bencodex rep... | [] |
https://avatars.githubusercontent.com/u/85748765?v=4 | VulkanMemoryAllocator | johan0A/VulkanMemoryAllocator | 2025-03-14T09:08:06Z | VulkanMemoryAllocator packaged for the Zig build system | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/johan0A/VulkanMemoryAllocator/tags | MIT | [
"zig",
"zig-library",
"zig-package"
] | 11 | false | 2025-04-28T19:13:40Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "VulkanMemoryAllocator",
"tar_url": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator"
},
{
"commit": "68ab446d1fa0707bb7082c... | VulkanMemoryAllocator
This is <a>VulkanMemoryAllocator</a>,
packaged for the <a>Zig</a> build system.
how to use
<ol>
<li>Add <code>VulkanMemoryAllocator</code> to the dependency list in <code>build.zig.zon</code>: </li>
</ol>
<code>sh
zig fetch --save git+https://github.com/johan0A/VulkanMemoryAllocator#v3.2.1</cod... | [
"https://github.com/johan0A/VulkanMemoryAllocator"
] |
https://avatars.githubusercontent.com/u/100683661?v=4 | zprof | ANDRVV/zprof | 2025-05-10T19:34:43Z | 🧮 Cross-allocator profiler for Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/ANDRVV/zprof/tags | MIT | [
"allocator",
"memory",
"profiler",
"zig",
"zig-package",
"ziglang"
] | 18 | false | 2025-05-12T16:50:19Z | true | false | unknown | github | [] | zprof - A cross-allocator profiler for Zig
<strong>zprof</strong> is a lightweight, easy-to-use memory profiler that helps you track allocations, detect memory leaks, and logs memory changes.
📖 Table of Contents
<ul>
<li><a>zprof - A cross-allocator profiler for Zig</a></li>
<li><a>📖 Table of Contents</a></li>
... | [] |
https://avatars.githubusercontent.com/u/177000224?v=4 | zli | mahiremirhan/zli | 2025-05-17T04:54:46Z | 📟 A blazing fast Zig CLI framework. Build ergonomic, high-performance command-line tools with ease. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/mahiremirhan/zli/tags | MIT | [
"api",
"c",
"compression",
"delphi",
"filter",
"gzip-decompression",
"image-editor",
"pascal",
"x509",
"zig",
"zig-package",
"zlib-ng",
"zlib-replacement",
"zlibrary"
] | 40 | false | 2025-05-22T07:54:00Z | true | true | 0.14.0 | github | [] | zli - A Blazing Fast Zig CLI Framework 🚀
Welcome to the <strong>zli</strong> repository! This project provides a powerful framework for building command-line tools in Zig. With <strong>zli</strong>, you can create ergonomic and high-performance CLI applications with ease.
Table of Contents
<ol>
<li><a>Introducti... | [] |
https://avatars.githubusercontent.com/u/48999343?v=4 | csscolorparser-zig | sorairolake/csscolorparser-zig | 2025-04-28T02:28:10Z | Zig CSS color parser library | develop | 0 | 2 | 1 | 2 | https://api.github.com/repos/sorairolake/csscolorparser-zig/tags | Apache-2.0 | [
"color",
"css",
"css-color",
"hsl",
"hwb",
"oklab",
"oklch",
"parser",
"rgb",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 85 | false | 2025-05-12T16:44:16Z | true | true | 0.14.0 | github | [] |
csscolorparser-zig
<a></a>
<strong>csscolorparser-zig</strong> is a <a>Zig</a> library for parsing CSS color string as
defined in the W3C's <a>CSS Color Module Level 4</a>.
Usage
Add this package to your <code>build.zig.zon</code>:
<code>sh
zig fetch --save git+https://github.com/sorairolake/csscolorparser-zig.g... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-common-access-token | jedisct1/zig-common-access-token | 2025-05-16T09:39:42Z | Zig implementation of Common Access Token (CTA-5007). | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/jedisct1/zig-common-access-token/tags | MIT | [
"access",
"cat",
"common",
"common-access-tokens",
"commonaccesstoken",
"cta",
"please-use-better-authentication-mechanisms",
"token",
"tokens",
"zig",
"zig-package"
] | 27 | false | 2025-05-19T08:35:36Z | true | false | unknown | github | [] | Common Access Token (CAT) for Zig
A Zig implementation of the Common Access Token (CAT) specification with HMAC signatures.
What is CAT?
Common Access Token (CAT) is a token format designed for authorization and authentication in distributed systems, particularly for media and content delivery applications. It provi... | [] |
https://avatars.githubusercontent.com/u/43883450?v=4 | throw | sbancuz/throw | 2025-02-13T23:25:25Z | Zig library to add metadata to errors | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/sbancuz/throw/tags | - | [
"zig-package"
] | 9 | false | 2025-02-24T09:41:39Z | true | true | unknown | github | [] | Throw a fit
A zig library to add some metadata to an error.
Install
<blockquote>
[!warning]
This is a joke of a library, use it at your own risk!
</blockquote>
<code>sh
zig fetch --save git+https://github.com/sbancuz/throw</code>
<code>zig
// build.zig
const throw = b.dependency("throw", .{
.target = target,... | [] |
https://avatars.githubusercontent.com/u/3088277?v=4 | zig-nn | thevilledev/zig-nn | 2025-03-13T19:51:10Z | A lightweight neural network library implemented in Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/thevilledev/zig-nn/tags | MIT | [
"learning",
"neural-networks",
"zig",
"zig-package"
] | 144 | false | 2025-04-08T10:53:44Z | true | true | 0.14.0 | github | [] | Neural Network in Zig
<a></a>
A minimalistic neural network implementation in Zig for learning purposes. This project focuses on understanding the fundamentals of neural networks including hidden layers, activation functions, and basic training processes.
Features
<ul>
<li>Matrix operations from scratch</li>
<li>Com... | [] |
https://avatars.githubusercontent.com/u/823099?v=4 | maxminddb.zig | marselester/maxminddb.zig | 2025-02-14T00:32:15Z | MaxMind DB format reader in Zig. | master | 0 | 2 | 2 | 2 | https://api.github.com/repos/marselester/maxminddb.zig/tags | ISC | [
"maxmind",
"maxmind-db",
"zig",
"zig-package"
] | 73 | false | 2025-05-12T15:26:54Z | true | true | unknown | github | [] | Zig MaxMind DB Reader
This Zig package reads the <a>MaxMind DB format</a>.
It's based on <a>maxminddb-rust</a> implementation.
You'll need <a>MaxMind-DB/test-data</a> to run examples and tests.
<code>sh
$ git submodule update --init
$ zig build test
$ zig build example_lookup
zh-CN = 瑞典
de = Schweden
pt-BR = Suécia
... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | kcov | allyourcodebase/kcov | 2025-04-28T19:32:14Z | kcov ported to the zig build system | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/allyourcodebase/kcov/tags | GPL-2.0 | [
"zig",
"zig-package"
] | 12 | false | 2025-05-15T10:33:40Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "kcov",
"tar_url": "https://github.com/SimonKagstrom/kcov/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/SimonKagstrom/kcov"
},
{
"commit": "6c72830882690c1eb2567a537525c3f432c1da50",
"name": "zlib",
"tar_url": "https://github.c... | <a></a>
Kcov
This is <a>Kcov</a>, packaged for <a>Zig</a>. | [
"https://github.com/allyourcodebase/kcov"
] |
https://avatars.githubusercontent.com/u/23480513?v=4 | patch | cbilz/patch | 2025-02-18T22:46:46Z | Zig package for applying patches to files | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/cbilz/patch/tags | MIT | [
"build-system",
"diff",
"git",
"patch",
"zig",
"zig-package"
] | 358 | false | 2025-03-06T14:25:50Z | false | false | unknown | github | [] | Zig package for applying patches to files
Work in progress. Feedback is welcome!
Goal
This project will provide a Zig package for applying diffs in Git and unified
formats to directory trees or individual files. It will be free of system
dependencies by default while allowing integration with Git or GNU patch when
n... | [] |
https://avatars.githubusercontent.com/u/8655647?v=4 | zqueue | hgminh95/zqueue | 2025-03-11T06:30:05Z | Collections of queues implemented in Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/hgminh95/zqueue/tags | MIT | [
"zig-package"
] | 6 | false | 2025-05-01T07:00:07Z | true | true | unknown | github | [
{
"commit": "be4ca3f314a6ed56c7a294ba10f8f6ed3b262920.tar.gz",
"name": "zbench",
"tar_url": "https://github.com/hendriknielaender/zbench/archive/be4ca3f314a6ed56c7a294ba10f8f6ed3b262920.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/hendriknielaender/zbench"
}
] | zqueue
Collections of various queues (spsc, mpmc, broadcast, etc) implemented in Zig
Usage
Examples | [] |
https://avatars.githubusercontent.com/u/199742861?v=4 | zig-sdl3-ios | loftafi/zig-sdl3-ios | 2025-04-11T07:24:21Z | Example zig project demonstrating how to build and run a simple SDL3 project for iOS | dev | 0 | 2 | 0 | 2 | https://api.github.com/repos/loftafi/zig-sdl3-ios/tags | - | [
"zig-package"
] | 4,598 | false | 2025-04-12T15:07:57Z | true | true | 0.14.0 | github | [
{
"commit": "dbb1b96360658f5845ff6fac380c4f13d7276dc2",
"name": "sdl",
"tar_url": "https://github.com/castholm/SDL/archive/dbb1b96360658f5845ff6fac380c4f13d7276dc2.tar.gz",
"type": "remote",
"url": "https://github.com/castholm/SDL"
},
{
"commit": null,
"name": "stb",
"tar_url": n... | Template Zig 0.14 SDL3 iOS project
A sample app that draws a box and some text lives
in <code>src/app.zig</code>, and a template iOS xcode template
project is in <code>ios/cc.xcodeproject</code>.
Getting Started
<code>git clone</code> this repository, and in the top level run:
<code>zig build
</code>
This does se... | [] |
https://avatars.githubusercontent.com/u/65524156?v=4 | ClockHelper-zig | RecursiveError/ClockHelper-zig | 2025-03-23T19:48:04Z | ClockHelper is a utility to facilitate clock management on STM32 microcontrollers. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/RecursiveError/ClockHelper-zig/tags | MIT | [
"embedded",
"stm32",
"zig",
"zig-package"
] | 2,254 | false | 2025-04-06T12:28:58Z | true | true | 0.14.0 | github | [] | ClockHelper
ClockHelper is a utility to facilitate clock management on STM32 microcontrollers.
usage
To use it, it's very simple:
Choose a controller from the <a>list</a>:
```zig
const ClockHelper = @import("ClockHelper");
const STM32F103x = ClockHelper.@"STM32F103C(8-B)Tx";
```
Create a clock using the settings... | [] |
https://avatars.githubusercontent.com/u/11627921?v=4 | wire | Thomvanoorschot/wire | 2025-05-10T09:40:30Z | Wire is a networking library written in Zig, designed to simplify building non-blocking TCP-based client-server applications. It integrates with the xev event loop for asynchronous I/O operations and is able to run non-blocking on a single thread. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/Thomvanoorschot/wire/tags | MIT | [
"event-loop",
"libxev",
"networking",
"non-blocking",
"tcp",
"tcp-client",
"tcp-server",
"zig-package"
] | 880 | false | 2025-05-19T08:29:55Z | true | true | 0.15.0-dev.45+24db007cd | github | [
{
"commit": "main.tar.gz",
"name": "libxev",
"tar_url": "https://github.com/mitchellh/libxev/archive/main.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/mitchellh/libxev"
}
] |
Wire: A TCP Networking Library for Zig
Overview
Wire is a networking library written in Zig, designed to simplify building TCP-based client-server applications. It leverages Zig's capabilities for memory safety and performance, and integrates with the <code>xev</code> event loop for asynchronous I/O operations... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | shuffling-allocator.zig | hendriknielaender/shuffling-allocator.zig | 2025-02-11T14:14:15Z | a shuffling allocator | main | 5 | 2 | 0 | 2 | https://api.github.com/repos/hendriknielaender/shuffling-allocator.zig/tags | MIT | [
"allocator",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 48 | false | 2025-03-14T22:08:04Z | true | true | unknown | github | [] | shuffling-allocator.zig
The <strong>ShufflingAllocator</strong> package provides a type that wraps an existing allocator and shuffles the order of heap allocations, effectively randomizing the placement of heap-allocated memory. This randomization is useful for testing, benchmarking, and performance evaluation, allowi... | [] |
https://avatars.githubusercontent.com/u/208390463?v=4 | SystemElva | SystemElva/SystemElva | 2025-03-25T16:13:44Z | A hobbyist OS project designed to fit on a 1.44 MiB floppy diskette. | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/SystemElva/SystemElva/tags | MIT | [
"bootloader",
"hobby-os",
"kernel",
"operating-system",
"os",
"zig",
"zig-package"
] | 140 | false | 2025-05-18T15:17:31Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/95163444?v=4 | texzel | AsgardXIV/texzel | 2025-04-17T18:38:07Z | A pure Zig library for BCn texture encoding/decoding. | main | 1 | 1 | 0 | 1 | https://api.github.com/repos/AsgardXIV/texzel/tags | MIT | [
"bc1",
"bc6h",
"bc7",
"bcn",
"compression",
"dxt",
"dxt1",
"dxt3",
"dxt5",
"encoding",
"rgtc",
"s3tc",
"texture",
"zig",
"zig-package",
"ziglang"
] | 6,276 | false | 2025-04-29T03:46:09Z | true | true | 0.14.0 | github | [] | Texzel
Texzel is a pure Zig library for texture encoding/decoding (compression/decompression) with no dependencies.
It is currently focused on the BCn codecs as well as converting between different raw pixel formats.
Supported Formats
| Format | Decode | Encode | Notes |
|---|---|---|---|
| Raw | ✅ | ✅ | Supports a... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | fmt | allyourcodebase/fmt | 2025-04-24T20:17:55Z | {fmt} C++ library uses build.zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/allyourcodebase/fmt/tags | MIT | [
"cpp",
"cpp-library",
"cross-platform",
"fmt",
"fmtlib",
"format",
"unicode",
"zig-package"
] | 6 | false | 2025-04-30T09:32:01Z | true | true | unknown | github | [
{
"commit": "master",
"name": "fmt",
"tar_url": "https://github.com/fmtlib/fmt/releases/download/11.1.4/fmt-11.1.4.zip/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/fmtlib/fmt/releases/download/11.1.4/fmt-11.1.4.zip"
}
] | fmt-zig
Using <code>build.zig</code> integration for the <a>{fmt}</a> library - a modern formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
Key features of {fmt}:
- Fast and efficient formatting with type-safe format strings
- Implements C++20 std::format
- Supports user-defined ty... | [
"https://github.com/RoadRoller01/simpleble",
"https://github.com/allyourcodebase/fmt"
] |
https://avatars.githubusercontent.com/u/36482619?v=4 | ulid-zig | jkoop/ulid-zig | 2025-05-02T18:56:34Z | A simple ULID helper for Zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/jkoop/ulid-zig/tags | MIT | [
"ulid",
"zig",
"zig-package",
"ziglang"
] | 5,753 | false | 2025-05-16T15:00:57Z | true | true | 0.14.0 | github | [] | Ulid package for Zig
This is a simple package for Zig projects that implements <a>ULID</a> as an enum with convenience methods. Includes methods for <code>std.json</code> to en-/decode as a string, e.g. <code>"01JT9B27HTN19SEWVMWXRDRVC4"</code>.
<ul>
<li><a>API docs</a></li>
</ul>
Usage
```zig
const Ulid = @import("... | [] |
https://avatars.githubusercontent.com/u/49008623?v=4 | zterm | kioz-wang/zterm | 2025-04-17T14:11:59Z | A Zig implementation of console_codes (4). Let's start to print colorful message anywhere! | main | 4 | 1 | 0 | 1 | https://api.github.com/repos/kioz-wang/zterm/tags | MIT | [
"cli",
"zig",
"zig-package"
] | 774 | false | 2025-05-22T07:05:41Z | true | true | 0.14.0 | github | [
{
"commit": "ff6152d6d52e666b38862b4efa2ceccde79b2f8f",
"name": "zargs",
"tar_url": "https://github.com/kioz-wang/zargs/archive/ff6152d6d52e666b38862b4efa2ceccde79b2f8f.tar.gz",
"type": "remote",
"url": "https://github.com/kioz-wang/zargs"
}
] | zterm
A Zig implementation of <a>console_codes (4)</a>.
Features
<ul>
<li>No memory allocator needed</li>
<li>Generate attributes containing multiple styles (e.g. bold, italic) and colors (including foreground/background)</li>
<li>Comptime constructor</li>
<li>Use <code>.value(v)</code> to wrap any value for format... | [] |
https://avatars.githubusercontent.com/u/183272735?v=4 | sizeify | ciathefed/sizeify | 2025-04-21T06:30:22Z | Format byte sizes into human-readable strings in Zig. Supports SI, IEC, and Windows-style units with no dependencies. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/ciathefed/sizeify/tags | MIT | [
"human",
"readable",
"sizes",
"zig-package"
] | 4 | false | 2025-04-22T22:50:27Z | true | true | 0.14.0 | github | [] | sizeify
Format byte sizes into human-readable strings using multiple scale types. Supports decimal (SI), binary (IEC), and Windows-style units.
Inspired by the <a>humansize</a> crate from the Rust ecosystem.
Written in <a>Zig</a>. No dependencies.
Features
<ul>
<li>Decimal (SI): <code>kB</code>, <code>MB</code>, <c... | [] |
https://avatars.githubusercontent.com/u/33232961?v=4 | kuznechik.zig | beldmian/kuznechik.zig | 2025-02-09T10:21:26Z | Kuznechik cipher implementation in pure zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/beldmian/kuznechik.zig/tags | MIT | [
"zig-package"
] | 17 | false | 2025-04-24T15:53:14Z | true | true | unknown | github | [] | kuznechik.zig
A fast implementation of the Kuznechik (GOST R 34.12-2015) block cipher in Zig. Kuznechik is a symmetric block cipher with a block size of 128 bits and a key length of 256 bits, standardized as GOST R 34.12-2015.
Features
<ul>
<li>Pure Zig implementation</li>
<li>Optimized using precomputed lookup table... | [] |
https://avatars.githubusercontent.com/u/146773150?v=4 | imagehash | galactixx/imagehash | 2025-05-10T19:18:55Z | Imagehash is a Zig package for generating robust image fingerprints using four popular algorithms: average (ahash), difference (dhash), perceptual (phash), and wavelet (whash) hashing. Perfect for image deduplication, similarity detection, and quick image comparisons. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/galactixx/imagehash/tags | MIT | [
"zig-package"
] | 5,775 | false | 2025-05-21T16:44:25Z | true | true | 0.14.0 | github | [] |
ImageHash is a Zig package for generating robust image fingerprints using four popular algorithms: <strong>average (ahash)</strong>, <strong>difference (dhash)</strong>, <strong>perceptual (phash)</strong>, and <strong>wavelet (whash)</strong> hashing. Perfect for image deduplication, similarity detection, and q... | [] |
https://avatars.githubusercontent.com/u/164466470?v=4 | zig-demo-webserver | scottredig/zig-demo-webserver | 2025-03-12T22:44:55Z | a webserver which hosts a zig build path | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/scottredig/zig-demo-webserver/tags | MIT | [
"zig",
"zig-package"
] | 7 | false | 2025-04-21T10:57:33Z | true | true | unknown | github | [
{
"commit": "0b676643886b1e2f19cf11b4e15b028768708342",
"name": "mime",
"tar_url": "https://github.com/andrewrk/mime/archive/0b676643886b1e2f19cf11b4e15b028768708342.tar.gz",
"type": "remote",
"url": "https://github.com/andrewrk/mime"
}
] | zig-demo-webserver
A webserver which hosts the install directory (where the contents of running <code>zig build</code> goes) of a zig project.
See the example folder's build.zig for usage. Intentionally made without bells and wistles, focused on serving the result of a zig build as simply as possible. | [] |
https://avatars.githubusercontent.com/u/30945458?v=4 | koishi | FalsePattern/koishi | 2025-02-23T15:56:25Z | The koishi C coroutine library ported to the zig build system | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/FalsePattern/koishi/tags | MIT | [
"zig-package"
] | 28 | false | 2025-03-11T01:26:25Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "koishi",
"tar_url": "https://github.com/taisei-project/koishi//archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/taisei-project/koishi/"
}
] | koishi
This is <a>koishi</a>, a portable C coroutine library, packaged for <a>Zig</a>.
If you're looking for ziggified bindings, check out <a>satori</a>.
How to use it
First, update your <code>build.zig.zon</code>:
<code>shell
zig fetch --save "git+https://github.com/FalsePattern/koishi/#master"</code>
Next, add ... | [
"https://github.com/FalsePattern/koishi",
"https://github.com/FalsePattern/satori"
] |
https://avatars.githubusercontent.com/u/565124?v=4 | ff | peterhellberg/ff | 2025-02-14T19:55:50Z | A small Zig ⚡ module meant for making Firefly Zero games 🎮 | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/peterhellberg/ff/tags | MIT | [
"firefly-zero",
"wasm",
"zig-package"
] | 15,100 | false | 2025-03-04T15:17:58Z | true | true | unknown | github | [] | ff :zap:
A small <a>Zig</a> ⚡ module meant for making <a>Firefly Zero</a> games 🎮
Initially based on <a>firefly-zig</a>
<blockquote>
<span class="bg-green-100 text-green-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-green-900 dark:text-green-300">IMPORTANT</span>
You might want to install the <a>ff-ini... | [
"https://github.com/peterhellberg/ff-fp8x8"
] |
https://avatars.githubusercontent.com/u/7078566?v=4 | slog | sam701/slog | 2025-05-04T15:10:58Z | Structured logging for Zig | main | 10 | 1 | 0 | 1 | https://api.github.com/repos/sam701/slog/tags | MIT | [
"logging",
"zig-package",
"ziglang"
] | 107 | false | 2025-05-19T07:55:38Z | true | true | 0.14.0 | github | [
{
"commit": "4496d1c40b2223c22a1341e175fc2ecd94cc0de9",
"name": "zeit",
"tar_url": "https://github.com/rockorager/zeit/archive/4496d1c40b2223c22a1341e175fc2ecd94cc0de9.tar.gz",
"type": "remote",
"url": "https://github.com/rockorager/zeit"
}
] | Structured Logging for Zig
<code>slog</code> is a configurable, structured logging package for Zig with support for hierarchical loggers.
Usage
Add <code>slog</code> to your <code>build.zig.zon</code>
<code>zig fetch --save git+https://github.com/sam701/slog</code>
Example code:
```zig
const std = @import("std");
... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | argp-standalone | allyourcodebase/argp-standalone | 2025-04-11T04:01:10Z | argp-standalone ported to the zig build system | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/allyourcodebase/argp-standalone/tags | LGPL-2.1 | [
"zig",
"zig-package"
] | 12 | false | 2025-04-13T16:23:47Z | true | true | 0.14.0 | github | [] | <a></a>
argp-standalone
This is <a>argp-standalone</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/argp-standalone.git
```
You can the... | [] |
https://avatars.githubusercontent.com/u/60631511?v=4 | wardrobe | edqx/wardrobe | 2025-05-18T21:51:14Z | Zig Multipart Form Data library | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/edqx/wardrobe/tags | MIT | [
"form-data",
"household-appliance",
"http",
"zig",
"zig-package"
] | 27 | false | 2025-05-20T17:53:03Z | true | true | unknown | github | [] | Wardrobe
A lightweight, simple <a>HTTP <code>multipart/form-data</code></a> library for Zig.
Supports both reading and writing form data payloads.
Writing Usage
Boundary
To start writing form data, you need to create a boundary string for your application. The spec requires
a certain number of bytes of entropy, so... | [] |
https://avatars.githubusercontent.com/u/69888212?v=4 | soulib | blitz-krieg-cmd/soulib | 2025-03-16T22:35:29Z | Souls Lib - Zig library for Reading and Writing Dark Souls Remastered files. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/blitz-krieg-cmd/soulib/tags | GPL-3.0 | [
"fromsoftware",
"parser",
"zig",
"zig-package",
"ziglang"
] | 72 | false | 2025-03-25T19:17:19Z | true | true | 0.14.0 | github | [] | Souls Lib (Soulib)
<blockquote>
Currently a very WIP library being created slowly in my free time. Feel free to contribute but I don't have any clear direction on how I want this project to be structured so please be mindful of that. If you have any questions feel free to ask them.
</blockquote>
Goals
<ul>
<li>Zig Li... | [] |
https://avatars.githubusercontent.com/u/54503497?v=4 | falloc | RetroDev256/falloc | 2025-03-04T07:05:17Z | A temporary-file backed allocator for zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/RetroDev256/falloc/tags | MIT | [
"zig-library",
"zig-memory",
"zig-modules",
"zig-package"
] | 21 | false | 2025-03-05T18:05:43Z | true | true | unknown | github | [] | Ever wanted a zig allocator that could allocate all the free space of your HDD? Look no further! Really though, don't. Unless you have a specific need for this, you likely don't need it ;)
I created this allocator (POSIX systems only right now) for the purpose of single, <em>very</em> large allocations. Think lots and... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.