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/565124?v=4 | tic | peterhellberg/tic | 2023-11-13T20:40:55Z | A small Zig :zap: module primarily meant for my own experiments with TIC-80 :video_game: | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/peterhellberg/tic/tags | NOASSERTION | [
"tic-80",
"zig-package",
"ziglang"
] | 43 | false | 2025-03-04T13:40:09Z | true | true | unknown | github | [] | tic :zap:
A small <a>Zig</a> ⚡ module, primarily meant for my own experiments with <a>TIC-80</a> 🎮
Based on the <a>tic80.zig template</a>, with a few small fixes here and there. :bug:
<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-gre... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | whisper.cpp | kassane/whisper.cpp | 2023-04-04T13:21:51Z | Port of OpenAI's Whisper model in C/C++ (Uses zig build) | zig-pkg | 0 | 1 | 0 | 1 | https://api.github.com/repos/kassane/whisper.cpp/tags | MIT | [
"ggml",
"whisper-cpp",
"zig-package"
] | 9,499 | true | 2025-04-04T11:53:58Z | true | false | unknown | github | [] | whisper.cpp
<a></a>
<a></a>
<a></a>
Stable: <a>v1.5.4</a> / <a>Roadmap | F.A.Q.</a>
High-performance inference of <a>OpenAI's Whisper</a> automatic speech recognition (ASR) model:
<ul>
<li>Plain C/C++ implementation without dependencies</li>
<li>Apple Silicon first-class citizen - optimized via ARM NEON, Accelerat... | [] |
https://avatars.githubusercontent.com/u/13811862?v=4 | cutenet-zig | thechampagne/cutenet-zig | 2023-04-20T12:58:27Z | Zig binding for cutenet a networking library for games requiring an optional reliability layer over UDP with a baked in security scheme. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/thechampagne/cutenet-zig/tags | Zlib | [
"zig",
"zig-package"
] | 2 | false | 2024-08-31T21:03:56Z | false | false | unknown | github | [] | cutenet-zig
<a></a> <a></a>
Zig binding for <strong>cutenet</strong> a networking library for games requiring an optional reliability layer over UDP with a baked in security scheme.
References
<ul>
<li><a>cutenet</a> - <strong>1.03</strong></li>
</ul>
License
This repo is released under the <a>Zlib License</a>. | [] |
https://avatars.githubusercontent.com/u/139293750?v=4 | Musubi | bogwi/Musubi | 2023-08-31T08:55:33Z | All purpose Graph in ZIG | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/bogwi/Musubi/tags | MIT | [
"data-structures",
"graph",
"graph-algorithms",
"zig",
"zig-package",
"ziglang"
] | 93 | false | 2024-06-01T03:13:30Z | true | true | unknown | github | [] | All purpose Graph in ZIG.
Description
An implementation of an adjacency map graph, where all edges incident on a vertex are collected into a map, using the adjacent vertex as a key. \
The graph can be initiated as one of four variants, subjects of graph type: <code>.directed,.undirected</code> and mode: <code>.weight... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | outcome | kassane/outcome | 2023-04-23T13:24:26Z | Provides very lightweight outcome<T> and result<T> (non-Boost edition) (uses zig build-system) | zig-pkg | 0 | 1 | 0 | 1 | https://api.github.com/repos/kassane/outcome/tags | NOASSERTION | [
"cplusplus",
"cpp",
"cpp-library",
"zig-package"
] | 10,076 | true | 2024-08-04T20:55:29Z | true | true | unknown | github | [] | 404 | [
"https://github.com/allyourcodebase/boost-libraries-zig",
"https://github.com/kassane/beast"
] |
https://avatars.githubusercontent.com/u/6756180?v=4 | intrusive | kassane/intrusive | 2023-06-02T13:53:04Z | Boost.org intrusive module (uses zig build) | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/intrusive/tags | - | [
"boost-libraries",
"cplusplus",
"cpp",
"zig-package"
] | 5,568 | true | 2023-06-19T17:44:45Z | true | true | unknown | github | [] | Boost.Intrusive
Boost.Intrusive, part of collection of the <a>Boost C++ Libraries</a>, is a library presenting intrusive containers to the world of C++. Intrusive containers are special containers that offer better performance and exception safety guarantees than non-intrusive containers (like STL containers). The per... | [
"https://github.com/allyourcodebase/boost-libraries-zig",
"https://github.com/kassane/beast",
"https://github.com/kassane/context"
] |
https://avatars.githubusercontent.com/u/6756180?v=4 | context | kassane/context | 2023-06-18T17:26:42Z | `boost.context` library using zig build | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/context/tags | - | [
"boost",
"boost-libraries",
"cpp-library",
"zig-package"
] | 8,254 | true | 2024-06-27T13:52:54Z | true | true | unknown | github | [
{
"commit": "425b5ba31b0667439fb72dbf9ce425af6ef1b094",
"name": "assert",
"tar_url": "https://github.com/boostorg/assert/archive/425b5ba31b0667439fb72dbf9ce425af6ef1b094.tar.gz",
"type": "remote",
"url": "https://github.com/boostorg/assert"
},
{
"commit": "3f36d507f2cd9ba55716336c3fb1843... | boost.context
boost.context is a foundational library that provides a sort of cooperative multitasking on a single thread.
By providing an abstraction of the current execution state in the current thread, including the stack (with
local variables) and stack pointer, all registers and CPU flags, and the instruction po... | [
"https://github.com/allyourcodebase/boost-libraries-zig"
] |
https://avatars.githubusercontent.com/u/99132213?v=4 | projavu | DISTREAT/projavu | 2023-08-03T14:34:16Z | A program for on-disk storing and managing of project ideas. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/DISTREAT/projavu/tags | LGPL-3.0 | [
"idea-management-tool",
"project-management",
"zig",
"zig-lib",
"zig-library",
"zig-package"
] | 4,322 | false | 2023-08-20T04:11:41Z | true | false | unknown | github | [] | projavu
A program for on-disk storing and managing of project ideas.
<em>Build using zig version: <code>0.10.1</code></em>
Features
<ul>
<li>Display ideas similar to <a>taskwarrior</a></li>
<li>Filter ideas to only show relevant entries</li>
<li>Categorize projects based on development progress</li>
<li>Assign tag... | [] |
https://avatars.githubusercontent.com/u/48649707?v=4 | gitnews | tensorush/gitnews | 2023-08-04T20:06:53Z | Command-line Hacker News feed of top Git links. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tensorush/gitnews/tags | MIT | [
"zig-package"
] | 34 | false | 2025-03-27T14:50:16Z | true | true | 0.14.0 | github | [] | gitnews
Hacker News feed of top Git links.
Usage
<code>sh
git clone https://github.com/tensorush/gitnews
cd gitnews/
zig build exe</code> | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | Catch2 | kassane/Catch2 | 2023-04-30T13:34:59Z | A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) - uses zig build-system | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/Catch2/tags | BSL-1.0 | [
"cpp-library",
"testing-framework",
"testing-library",
"zig-package"
] | 27,038 | true | 2023-07-13T12:37:24Z | true | true | unknown | github | [] | <a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
What is Catch2?
Catch2 is mainly a unit testing framework for C++, but it also
provides basic micro-benchmarking features, and simple BDD macros.
Catch2's main advantage is that using it is both simple and natural.
Test names do not have to be... | [] |
https://avatars.githubusercontent.com/u/99132213?v=4 | zig-argtic | DISTREAT/zig-argtic | 2023-07-24T20:03:43Z | Zig argument parser | master | 2 | 0 | 1 | 0 | https://api.github.com/repos/DISTREAT/zig-argtic/tags | LGPL-3.0 | [
"argument-parser",
"cli",
"command-line-arguments-parser",
"option-parser",
"zig",
"zig-lib",
"zig-library",
"zig-package"
] | 11,944 | false | 2024-04-24T19:02:17Z | true | false | unknown | github | [] | zig-argtic
A library for parsing command-line options, arguments, and sub-commands.
<em>Build using zig version: <code>0.12.0</code></em>
How does it compare to the POSIX and GNU conventions?
<ul>
<li>An option requires a long name (GNU compatible; eg. <code>--long-option</code>)</li>
<li>An option may have a single... | [] |
https://avatars.githubusercontent.com/u/80269540?v=4 | zoogle | Tesseract22/zoogle | 2023-09-08T19:22:35Z | Fuzz Search for Function in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Tesseract22/zoogle/tags | - | [
"zig-package"
] | 91 | false | 2025-04-25T02:19:42Z | true | true | unknown | github | [] | zoogle
Fuzzy Search for Function in <a><code>Zig</code></a>
<blockquote>
This project is inspired by <a>Hoogle</a>
Zoogle is a CLI tool for you to fuzzily search for functions in <code>Zig</code> by function signature. I am planning on building a web frontend.
</blockquote>
Examples
Usage
<code>bash
zoogle $path_t... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-ConsoleHelper | bcrist/Zig-ConsoleHelper | 2023-06-17T17:55:03Z | Console Helpers for command line applications | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/bcrist/Zig-ConsoleHelper/tags | MIT | [
"console",
"console-color",
"stdio",
"stdout",
"termcolor",
"terminal",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 24 | false | 2025-03-22T07:07:13Z | true | true | 0.14.0 | github | [] | Zig-ConsoleHelper
Console helpers for command line Zig applications
<ul>
<li>Configures Windows stdout/stderr for UTF-8 and enables virtual terminal escape processing</li>
<li>Generates escape sequences to change the current color/style</li>
<li>Prints file context information with optional line numbers and highlighti... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | duckdb | kassane/duckdb | 2023-09-10T13:18:25Z | DuckDB is an in-process SQL OLAP Database Management System | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/duckdb/tags | MIT | [
"duckdb",
"zig-package"
] | 224,890 | true | 2023-09-10T14:33:11Z | true | false | unknown | github | [] |
<a>
</a>
<a>
</a>
<a>
</a>
<a>
</a>
DuckDB
DuckDB is a high-performance analytical database system. It is designed to be fast, reliable and easy to use. DuckDB provides a rich SQL dialect, with support far beyond basic SQL. DuckDB supports arbitrary and nested cor... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | areion | jedisct1/areion | 2023-09-14T21:46:37Z | Experiments with the AREION AES-based permutation. | main | 0 | 0 | 1 | 0 | https://api.github.com/repos/jedisct1/areion/tags | - | [
"aes",
"areion",
"areion512-md",
"hash",
"permutation",
"zig",
"zig-package"
] | 4 | false | 2025-04-17T23:55:55Z | true | false | unknown | github | [] | Areion
This is an implementation of the <a>Areion</a> permutation presented at CHES2023, as well as the Areion512-MD hash function.
Areion512-MD is a very fast hash function, even for small inputs.
~~Note that the output of this implementation doesn't match the test vectors of the paper. There are two bugs in the ex... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | observable_unique_ptr | kassane/observable_unique_ptr | 2023-07-13T14:07:10Z | Unique-ownership smart pointers with observable lifetime. (uses zig build) | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/observable_unique_ptr/tags | MIT | [
"zig-package"
] | 483 | true | 2023-07-13T16:57:13Z | true | true | unknown | github | [] | observable_unique_ptr, observable_sealed_ptr, observer_ptr
<a></a>
Built and tested on:
- Linux (GCC/clang)
- Windows (MSVC 32/64)
- MacOS (clang)
- WebAssembly (Emscripten)
<strong>Table of content:</strong>
<ul>
<li><a>Introduction</a></li>
<li><a>Usage</a></li>
<li><a>enable_observer_from_this</a></li>
<l... | [] |
https://avatars.githubusercontent.com/u/112193680?v=4 | resfs | nitrogenez/resfs | 2024-02-04T19:30:03Z | File system abstraction layer for Zig games and apps | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/nitrogenez/resfs/tags | BSD-3-Clause | [
"abstraction",
"files",
"filesystem",
"filesystem-library",
"gamedev",
"gamedev-library",
"games",
"zig",
"zig-lang",
"zig-language",
"zig-lib",
"zig-library",
"zig-package",
"ziglang"
] | 10 | false | 2024-11-16T19:33:54Z | true | true | unknown | github | [] | resfs
<strong>Res</strong>ource <strong>F</strong>ile <strong>S</strong>ystem, or ResFS is a file system abstraction layer made specifically for games and applications in Zig. It includes file type detection, resource lookup, etc.
To use it, just add it to your dependency tree in <code>build.zig.zon</code>.
TODO: Bet... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-Intel-Hex | bcrist/Zig-Intel-Hex | 2023-10-28T04:17:10Z | Intel Hex format library in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/bcrist/Zig-Intel-Hex/tags | MIT | [
"encoding",
"ihex",
"intel-hex",
"intelhex",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 5 | false | 2024-06-22T15:29:41Z | true | true | 0.12.0-dev.2063+804cee3b9 | github | [] | Zig-Intel-Hex
Prints binary data into Intel Hex format.
TODO: Parsing | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-S-Records | bcrist/Zig-S-Records | 2023-10-28T04:12:02Z | Motorola S-Record library in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/bcrist/Zig-S-Records/tags | MIT | [
"encoding",
"s-record",
"srec",
"srecord",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 5 | false | 2024-07-02T18:52:28Z | true | true | 0.12.0 | github | [] | Zig-S-Records
Prints binary data into Motorola S-Record format.
TODO: S-Record parsing | [] |
https://avatars.githubusercontent.com/u/152073653?v=4 | zenolith-sdl2 | zenolith-ui/zenolith-sdl2 | 2023-11-26T13:21:59Z | Mirror of https://git.mzte.de/zenolith/zenolith-sdl2 | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/zenolith-ui/zenolith-sdl2/tags | GPL-3.0 | [
"sdl2",
"zenolith",
"zig-package"
] | 109 | false | 2025-01-02T21:54:37Z | true | true | unknown | github | [
{
"commit": null,
"name": "zenolith",
"tar_url": null,
"type": "remote",
"url": "git+https://git.mzte.de/zenolith/zenolith.git#700178d64da7883740ab68287944b38fc392e075"
},
{
"commit": null,
"name": "sdl2",
"tar_url": null,
"type": "remote",
"url": "git+https://git.mzte.de... | Zenolith-SDL2
An experimental SDL2 backend for <a>Zenolith</a>.
This backend mostly exists as an early prototype for early development.
TODO
<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-... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | benchmark | kassane/benchmark | 2023-07-20T17:15:14Z | A microbenchmark support library (uses zig build) | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/benchmark/tags | Apache-2.0 | [
"benchmark",
"benchmarking",
"cplusplus",
"cpp",
"zig-package"
] | 2,626 | true | 2023-09-11T14:03:20Z | true | false | unknown | github | [] | Benchmark
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
A library to benchmark code snippets, similar to unit tests. Example:
```c++
include
static void BM_SomeFunction(benchmark::State& state) {
// Perform setup here
for (auto _ : state) {
// This code gets timed
SomeFunction();
}
}
// Regis... | [
"https://github.com/softprops/uri-template",
"https://github.com/softprops/zig-bson",
"https://github.com/softprops/zig-jwt",
"https://github.com/zigster64/jwt.zig"
] |
https://avatars.githubusercontent.com/u/13811862?v=4 | cnbt-zig | thechampagne/cnbt-zig | 2023-04-18T12:51:09Z | Zig binding for cNBT an NBT file parser and manipulator library. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/thechampagne/cnbt-zig/tags | Apache-2.0 | [
"zig",
"zig-package"
] | 5 | false | 2023-04-22T00:47:32Z | false | false | unknown | github | [] | cnbt-zig
<a></a> <a></a>
Zig binding for <strong>cNBT</strong> an NBT file parser and manipulator library.
References
<ul>
<li><a>cnbt</a></li>
</ul>
License
This repo is released under the <a>Apache License 2.0</a>. | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | vswhom-zig | kassane/vswhom-zig | 2023-04-21T13:01:02Z | Pure zig-FFI to Jon Blow's VS discovery script | main | 1 | 0 | 0 | 0 | https://api.github.com/repos/kassane/vswhom-zig/tags | MIT | [
"ffi",
"ffi-bindings",
"windows-library",
"zig-library",
"zig-package"
] | 10 | false | 2023-07-22T17:56:18Z | true | false | unknown | github | [] | vswhom-zig
Pure zig-FFI to Jon Blow's VS discovery script, based on: <a>vswhom-sys.rs</a>
Need: <a>Zig 0.11 or higher</a> | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | cobalt | kassane/cobalt | 2023-08-16T12:35:33Z | Coroutines for C++20 & asio (uses zig build for testing) | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/cobalt/tags | - | [
"asio",
"async",
"boost-libraries",
"cplusplus",
"cpp",
"zig-package"
] | 1,296 | true | 2024-06-26T13:44:29Z | true | true | unknown | github | [] | boost.cobalt
This library provides a set of easy to use coroutine primitives & utilities running on top of boost.asio.
These will be of interest for applications that perform a lot of IO that want to not block unnecessarily,
yet still want to have linear & readable code (i..e. avoid callbacks).
A minimum of B... | [
"https://github.com/allyourcodebase/boost-libraries-zig"
] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-ROM-Compress | bcrist/Zig-ROM-Compress | 2023-10-28T15:56:51Z | Simple compression scheme for sparse ROM data | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/bcrist/Zig-ROM-Compress/tags | MIT | [
"compression",
"compression-algorithm",
"embedded",
"encoding",
"rom",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 10 | false | 2024-06-22T15:18:22Z | true | true | 0.12.0-dev.2063+804cee3b9 | github | [
{
"commit": "98cfaaae0abfe7a8bc396846dcca148a75e0b6ed.tar.gz",
"name": "Zig-BitHelper",
"tar_url": "https://github.com/bcrist/Zig-BitHelper/archive/98cfaaae0abfe7a8bc396846dcca148a75e0b6ed.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/bcrist/Zig-BitHelper"
}
] | Zig-Rom-Compress
A simple algorithm for in-storage compression of potentially sparse data where the data will be fully uncompressed before usage.
The motivating use case is when using a microcontroller to bootstrap an SRAM at reset, which will thereafter function as a lookup table/ROM.
Often times such lookup tables ... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | libvlcpp | kassane/libvlcpp | 2023-03-26T13:21:33Z | C++ bindings for libVLC | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/libvlcpp/tags | LGPL-2.1 | [
"cpp-library",
"vlc-libvlc",
"zig-package"
] | 513 | true | 2023-09-28T13:06:02Z | true | true | unknown | github | [] | libvlcpp
<a></a>
<a>libvlcpp</a> is a header-only, C++ bindings for the libvlc crossplatform multimedia API. It is an official binding over the VideoLAN libvlc library and can be used on many platforms.
Documentation
Since libvlcpp is a close wrapper over libvlc, your documentation needs will be best served by eith... | [
"https://github.com/kassane/libvlc-zig"
] |
https://avatars.githubusercontent.com/u/6756180?v=4 | libsigcplusplus | kassane/libsigcplusplus | 2023-07-04T18:25:39Z | libsigc++ implements a typesafe callback system for standard C++. (uses zig build) | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/libsigcplusplus/tags | LGPL-3.0 | [
"cplusplus",
"cpp",
"zig-package"
] | 1,627 | true | 2023-09-29T18:07:35Z | true | true | unknown | github | [] | libsigc++
Typesafe Callback Framework for C++
Introduction
libsigc++ (a.k.a. libsigcplusplus) implements a typesafe callback system for
standard C++. It allows you to define signals and to connect those signals
to any callback function, either global or a member function, regardless of
whether it is static or virtua... | [] |
https://avatars.githubusercontent.com/u/13811862?v=4 | sfdir-zig | thechampagne/sfdir-zig | 2023-04-18T22:33:28Z | Zig binding for Single-file dir a directory listing functions. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/thechampagne/sfdir-zig/tags | Apache-2.0 | [
"zig",
"zig-package"
] | 4 | false | 2023-04-22T00:47:01Z | false | false | unknown | github | [] | sfdir-zig
<a></a> <a></a>
Zig binding for <strong>Single-file dir</strong> a directory listing functions.
References
<ul>
<li><a>sfdir</a></li>
</ul>
License
This repo is released under the <a>Apache License 2.0</a>. | [] |
https://avatars.githubusercontent.com/u/565124?v=4 | w4 | peterhellberg/w4 | 2023-11-23T20:51:40Z | A small Zig ⚡ module, primarily meant for my own experiments with WASM-4 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/peterhellberg/w4/tags | MIT | [
"wasm4",
"zig-package"
] | 22 | false | 2025-04-15T15:29:07Z | true | true | unknown | github | [] | w4 :zap:
A small <a>Zig</a> ⚡ module, primarily meant for my own experiments with <a>WASM-4</a> 🎮
Based on the <a>wasm4.zig template</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 inst... | [
"https://github.com/peterhellberg/w4-10k",
"https://github.com/peterhellberg/w4-1bit-paint",
"https://github.com/peterhellberg/w4-8x8-fill-patterns",
"https://github.com/peterhellberg/w4-balls",
"https://github.com/peterhellberg/w4-shadows",
"https://github.com/peterhellberg/w4-zig-bingosylt"
] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-errno | nektro/zig-errno | 2024-02-01T02:39:45Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/nektro/zig-errno/tags | MIT | [
"zig",
"zig-package"
] | 38 | false | 2025-05-21T20:33:14Z | true | false | unknown | github | [] | zig-errno
<a></a>
<a></a>
<a></a>
<a></a>
Convert C-style threadlocal errno to and from Zig error values.
Supports
<ul>
<li>Linux</li>
<li>macOS</li>
<li>FreeBSD</li>
<li>OpenBSD</li>
<li>NetBSD</li>
<li>Windows</li>
</ul> | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | unordered | kassane/unordered | 2023-07-15T15:22:16Z | Boost.org unordered module (uses zig build) | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/unordered/tags | BSL-1.0 | [
"boost-libraries",
"cplusplus",
"cpp",
"zig-package"
] | 25,920 | true | 2024-06-27T13:52:42Z | true | false | unknown | github | [] | Boost.Unordered
<a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a>
<a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a>
<a></a>
Boost.Unordered offers a catalog of hash containers with different standards compliance levels, performances and intented usage scenarios:
<strong><code>boost:... | [
"https://github.com/allyourcodebase/boost-libraries-zig"
] |
https://avatars.githubusercontent.com/u/499599?v=4 | translate_c_extract | liyu1981/translate_c_extract | 2024-01-24T05:33:15Z | a simple tool to clean zig translate-c result with annotation. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/liyu1981/translate_c_extract/tags | - | [
"zig",
"zig-package"
] | 5 | false | 2024-03-23T03:27:35Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "jstring",
"tar_url": "https://github.com/liyu1981/jstring.zig/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/liyu1981/jstring.zig"
},
{
"commit": "refs",
"name": "zcmd",
"tar_url": "https://github.com/liyu1981/zcmd.zig/archive/refs... | translate-c-extract
a simple tool to clean <code>zig translate-c</code> result with annotation.
see it by example
example <code>hello.h</code>
```c
ifndef <strong>HELLO_H</strong>
define <strong>HELLO_H</strong>
include
include
// translate-c provide-begin: /#define\s(?\S+)\s.+/
define CONST_A 'a'
define C... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | range-v3 | kassane/range-v3 | 2023-04-26T13:41:43Z | Range library for C++14/17/20, basis for C++20's std::ranges (uses zig build-system) | zig-pkg | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/range-v3/tags | NOASSERTION | [
"cpp-library",
"range-library",
"zig",
"zig-package"
] | 12,986 | true | 2024-08-04T20:23:09Z | true | true | unknown | github | [] | range-v3
Range library for C++14/17/20. This code was the basis of <a>a formal proposal</a> to add range support to the C++ standard library. That proposal evolved through a Technical Specification, and finally into <a>P0896R4 "The One Ranges Proposal"</a> which was merged into the C++20 working drafts in November 201... | [] |
https://avatars.githubusercontent.com/u/33050391?v=4 | subcommander | speed2exe/subcommander | 2024-01-15T15:12:45Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/speed2exe/subcommander/tags | - | [
"zig",
"zig-lib",
"zig-library",
"zig-package"
] | 31 | false | 2025-01-19T04:51:58Z | true | true | unknown | github | [
{
"commit": "e47406f5c169b39e0de2f188efad00bc46f33957.tar.gz",
"name": "tree_fmt",
"tar_url": "https://github.com/speed2exe/tree-fmt/archive/e47406f5c169b39e0de2f188efad00bc46f33957.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/speed2exe/tree-fmt"
}
] | Subcommander
<ul>
<li>command line parser with sub commands</li>
</ul>
Features
<ul>
<li>No heap allocation</li>
<li>Declarative</li>
</ul>
Add as dependency to your Zig project
<ul>
<li>
<code>build.zig.zon</code>
<code>.{
.dependencies = .{
.subcommander = .{
// use a commit hash
... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | fmt | kassane/fmt | 2023-04-22T12:47:35Z | A modern formatting library (uses zig build-system) | zig-pkg | 1 | 0 | 0 | 0 | https://api.github.com/repos/kassane/fmt/tags | NOASSERTION | [
"cpp-library",
"fmtlib",
"zig-package"
] | 15,826 | true | 2024-09-28T20:16:26Z | true | false | unknown | github | [] |
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<strong>{fmt}</strong> is an open-source formatting library providing a fast and safe
alternative to C stdio and C++ iostreams.
If you like this project, please consider donating to one of the funds
that help victims of the war in Ukraine: <a>https://www.stopputin.net... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | http.zig | karlseguin/http.zig | 2023-03-13T08:51:53Z | An HTTP/1.1 server for zig | master | 5 | 1,005 | 67 | 1,005 | https://api.github.com/repos/karlseguin/http.zig/tags | MIT | [
"http-server",
"zig",
"zig-library",
"zig-package"
] | 986 | false | 2025-05-21T05:46:03Z | true | true | unknown | github | [
{
"commit": "cf2797bcb3aea7e5cdaf4de39c5550c70796e7b1.tar.gz",
"name": "metrics",
"tar_url": "https://github.com/karlseguin/metrics.zig/archive/cf2797bcb3aea7e5cdaf4de39c5550c70796e7b1.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/metrics.zig"
},
{
"commit": "7c... | An HTTP/1.1 server for Zig.
```zig
const std = @import("std");
const httpz = @import("httpz");
pub fn main() !void {
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
const allocator = gpa.allocator();
// More advance cases will use a custom "Handler" instead of "void".
// The last parameter is our handler in... | [] |
https://avatars.githubusercontent.com/u/157241284?v=4 | jetzig | jetzig-framework/jetzig | 2024-01-20T18:50:29Z | Jetzig is a web framework written in Zig | main | 29 | 974 | 46 | 974 | https://api.github.com/repos/jetzig-framework/jetzig/tags | MIT | [
"zig-package"
] | 946 | false | 2025-05-22T00:40:50Z | true | true | 0.15.0-dev.355+206bd1ced | github | [
{
"commit": "fb4edc13759d87bfcd9b1f5fcefdf93f8c9c62dd.tar.gz",
"name": "jetcommon",
"tar_url": "https://github.com/jetzig-framework/jetcommon/archive/fb4edc13759d87bfcd9b1f5fcefdf93f8c9c62dd.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/jetzig-framework/jetcommon"
},
{
"co... | <a></a>
<em>Jetzig</em> is a web framework written in 100% pure <a>Zig</a> :lizard: for <em>Linux</em>, <em>OS X</em>, <em>Windows</em>, and any <em>OS</em> that can compile <em>Zig</em> code.
Official website: <a>jetzig.dev</a>
Please note that <em>Jetzig</em>'s <code>main</code> branch aims to be compatible with... | [
"https://github.com/muthuishere/jetzig-web-app-demo",
"https://github.com/thienpow/zui"
] |
https://avatars.githubusercontent.com/u/476352?v=4 | libvaxis | rockorager/libvaxis | 2024-01-20T03:57:33Z | a modern tui library written in zig | main | 4 | 937 | 55 | 937 | https://api.github.com/repos/rockorager/libvaxis/tags | MIT | [
"tui",
"zig",
"zig-package"
] | 6,041 | false | 2025-05-20T18:56:11Z | true | true | 0.14.0 | github | [
{
"commit": "31268548fe3276c0e95f318a6c0d2ab10565b58d",
"name": "zigimg",
"tar_url": "https://github.com/TUSF/zigimg/archive/31268548fe3276c0e95f318a6c0d2ab10565b58d.tar.gz",
"type": "remote",
"url": "https://github.com/TUSF/zigimg"
},
{
"commit": "4a002763419a34d61dcbb1f415821b83b9bf8dd... | libvaxis
<code>It begins with them, but ends with me. Their son, Vaxis</code>
Libvaxis <em>does not use terminfo</em>. Support for vt features is detected through
terminal queries.
Vaxis uses zig <code>0.14.0</code>.
Features
libvaxis supports all major platforms: macOS, Windows, Linux/BSD/and other
Unix-likes.
... | [] |
https://avatars.githubusercontent.com/u/1950733?v=4 | zine | kristoff-it/zine | 2023-11-30T15:11:26Z | Fast, Scalable, Flexible Static Site Generator (SSG) | main | 16 | 918 | 61 | 918 | https://api.github.com/repos/kristoff-it/zine/tags | MIT | [
"ssg",
"static-site-generator",
"zig-package"
] | 24,789 | false | 2025-05-20T23:33:13Z | true | true | 0.14.0 | github | [
{
"commit": "8a29017169f43dc2c3526817e98142eb9a335087",
"name": "ziggy",
"tar_url": "https://github.com/kristoff-it/ziggy/archive/8a29017169f43dc2c3526817e98142eb9a335087.tar.gz",
"type": "remote",
"url": "https://github.com/kristoff-it/ziggy"
},
{
"commit": "f003bfe714f2964c90939fdc940d... | Zine
<em>Fast, Scalable, Flexible Static Site Generator (SSG)</em>
Zine is pronounced like in <a>fan<em>zine</em></a>.
Development Status
Zine is still a young project, not yet at feature parity with more popular
alternatives (e.g. Hugo), but it's perfectly able to handle a personal website
with a blog.
Getting S... | [
"https://github.com/karpfediem/fishystuff",
"https://github.com/kassane/kassane.github.io",
"https://github.com/katrinleinweber/zine-demo",
"https://github.com/mr-ema/mr-ema.github.io",
"https://github.com/sonicfromnewyoke/learning-zig-ukr",
"https://github.com/ziglang/www.ziglang.org"
] |
https://avatars.githubusercontent.com/u/133399259?v=4 | zig-webui | webui-dev/zig-webui | 2023-05-12T20:21:26Z | Use any web browser or WebView as GUI, with Zig in the backend and modern web technologies in the frontend, all in a lightweight portable library. | main | 4 | 588 | 24 | 588 | https://api.github.com/repos/webui-dev/zig-webui/tags | MIT | [
"cross-platform-gui",
"gui",
"gui-library",
"linux",
"webui",
"windows",
"zig",
"zig-package",
"zig-webui"
] | 1,853 | false | 2025-05-21T09:41:32Z | true | true | 0.14.0 | github | [] |

# WebUI Zig v2.5.0-beta.4
[last-commit]: https://img.shields.io/github/last-commit/webui-dev/zig-webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868
[license]: https://img.shields.io/github/license... | [
"https://github.com/OsakiTsukiko/jellyfish"
] |
https://avatars.githubusercontent.com/u/24392180?v=4 | linuxwave | orhun/linuxwave | 2023-03-13T22:57:52Z | Generate music from the entropy of Linux 🐧🎵 | main | 7 | 580 | 19 | 580 | https://api.github.com/repos/orhun/linuxwave/tags | MIT | [
"entropy",
"linux",
"linuxwave",
"music",
"music-generation",
"music-generator",
"random",
"random-music",
"retrowave",
"synthwave",
"tune-generator",
"vaporwave",
"wav",
"waveform",
"waveform-generator",
"zig",
"zig-package",
"ziglang"
] | 542 | false | 2025-05-20T21:29:34Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
}
] | <code>linuxwave</code> 🐧🎵
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a><strong>Click here to watch the demo!</strong></a>
<a>Listen to "linuxwave" on Spotify!</a>
Table of Contents
- [Motivation ✨](#motivation-)
- [Installation 🤖](#installation-)
- [Build from source](#build-from-source)
... | [] |
https://avatars.githubusercontent.com/u/3526922?v=4 | tokamak | cztomsik/tokamak | 2024-02-03T18:40:05Z | Web framework for Zig that leverages dependency injection for clean, modular application development. | main | 2 | 404 | 14 | 404 | https://api.github.com/repos/cztomsik/tokamak/tags | MIT | [
"api",
"express",
"framework",
"http",
"rest",
"server",
"spring",
"zig-package"
] | 244 | false | 2025-05-22T04:13:29Z | true | true | unknown | github | [
{
"commit": "master",
"name": "httpz",
"tar_url": "https://github.com/karlseguin/http.zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/http.zig"
}
] | Tokamak
Tokamak is a server-side framework for Zig, built around
<a>http.zig</a> and a simple dependency
injection container.
Note that it is <strong>not designed to be used alone</strong>, but with a reverse proxy in
front of it, like Nginx or Cloudfront, which will handle SSL, caching,
sanitization, etc.
<blockquot... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | pg.zig | karlseguin/pg.zig | 2023-10-26T02:13:32Z | Native PostgreSQL driver / client for Zig | master | 1 | 369 | 27 | 369 | https://api.github.com/repos/karlseguin/pg.zig/tags | MIT | [
"postgresql-client",
"zig",
"zig-library",
"zig-package"
] | 537 | false | 2025-05-20T19:11:22Z | true | true | unknown | github | [
{
"commit": "e9c95a7719996ce5e1e6a9a6eb3945dda9d98e28.tar.gz",
"name": "buffer",
"tar_url": "https://github.com/karlseguin/buffer.zig/archive/e9c95a7719996ce5e1e6a9a6eb3945dda9d98e28.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/buffer.zig"
},
{
"commit": "cf279... | Native PostgreSQL driver for Zig
A native PostgresSQL driver / client for Zig. Supports <a>LISTEN</a>.
See or run <a>example/main.zig</a> for a number of examples.
Install
1) Add pg.zig as a dependency in your <code>build.zig.zon</code>:
<code>bash
zig fetch --save git+https://github.com/karlseguin/pg.zig#master</... | [] |
https://avatars.githubusercontent.com/u/2793150?v=4 | zigar | chung-leong/zigar | 2023-05-10T21:05:44Z | Toolkit enabling the use of Zig code in JavaScript projects | main | 13 | 260 | 3 | 260 | https://api.github.com/repos/chung-leong/zigar/tags | MIT | [
"bunjs",
"electron",
"javascript",
"nodejs",
"nwjs",
"rollup-plugin",
"wasm",
"webpack-plugin",
"zig",
"zig-package"
] | 53,322 | false | 2025-05-17T19:04:12Z | false | false | unknown | github | [] | Zigar
A software tool set that lets you utilize <a>Zig</a> code in your JavaScript
projects.
Consult the <a>project wiki</a> for installation instructions
and tutorials.
Features
<ul>
<li>Access to all Zig data types in JavaScript</li>
<li>Zig-to-JavaScript, JavaScript-to-Zig call marshalling</li>
<li>Async task m... | [] |
https://avatars.githubusercontent.com/u/156585637?v=4 | godot-zig | godot-zig/godot-zig | 2024-01-14T12:55:49Z | Zig bindings for Godot 4 | master | 19 | 256 | 22 | 256 | https://api.github.com/repos/godot-zig/godot-zig/tags | MIT | [
"zig-package"
] | 564 | false | 2025-05-20T19:58:55Z | true | true | 0.13.0 | github | [
{
"commit": "698a01886de891c03434f34e6bca95546026eb0f",
"name": "case",
"tar_url": "https://github.com/travisstaloch/case/archive/698a01886de891c03434f34e6bca95546026eb0f.tar.gz",
"type": "remote",
"url": "https://github.com/travisstaloch/case"
}
] | godot-zig
A WIP Zig bindings for Godot 4.
Features are being gradually added to meet the needs of a demo game.
Bugs and missing features are expected until a stable version finally released.
Issue report, feature request and pull request are all welcome.
Prerequisites
<ol>
<li>zig 0.13</li>
<li>godot 4.3</li>
</ol>
... | [] |
https://avatars.githubusercontent.com/u/61841960?v=4 | hevi | Arnau478/hevi | 2023-09-15T14:41:34Z | Hex viewer | master | 7 | 255 | 9 | 255 | https://api.github.com/repos/Arnau478/hevi/tags | GPL-3.0 | [
"binary",
"hex",
"hex-viewer",
"hexdump",
"zig",
"zig-package",
"zig-program"
] | 1,028 | false | 2025-05-20T08:45:46Z | true | true | 0.14.0 | github | [
{
"commit": "af41bdb5b1d64404c2ec7eb1d9de01083c0d2596",
"name": "ziggy",
"tar_url": "https://github.com/kristoff-it/ziggy/archive/af41bdb5b1d64404c2ec7eb1d9de01083c0d2596.tar.gz",
"type": "remote",
"url": "https://github.com/kristoff-it/ziggy"
},
{
"commit": "67aee7c4761afe74d6ff9e2bc4a0... |
hevi
a hex viewer
What is hevi?
Hevi (pronounced like "heavy") is a hex viewer, just like <code>xxd</code> or <code>hexdump</code>.
Features
Parsers
Hevi can parse things like ELF or PE files and give you syntax-highlighting.
Custom color palettes
You can specify custom color palettes. Color pa... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | zul | karlseguin/zul | 2023-11-16T13:04:09Z | zig utility library | master | 0 | 227 | 10 | 227 | https://api.github.com/repos/karlseguin/zul/tags | MIT | [
"uuidv4",
"uuidv7",
"zig",
"zig-package"
] | 218 | false | 2025-05-19T12:03:59Z | true | true | unknown | github | [] | Zig Utility Library
The purpose of this library is to enhance Zig's standard library. Much of zul wraps Zig's std to provide simpler APIs for common tasks (e.g. reading lines from a file). In other cases, new functionality has been added (e.g. a UUID type).
Besides Zig's standard library, there are no dependencies. M... | [
"https://github.com/karlseguin/aolium-api",
"https://github.com/kawana77b/docker-tags-zig",
"https://github.com/liskvork/liskvork",
"https://github.com/malaow3/PokeBin",
"https://github.com/peterhellberg/adr"
] |
https://avatars.githubusercontent.com/u/109492796?v=4 | zig-course | zigcc/zig-course | 2023-09-10T13:11:28Z | Zig 语言圣经:简单、快速地学习 Zig, Zig Chinese tutorial, learn zig simply and quickly | main | 4 | 211 | 36 | 211 | https://api.github.com/repos/zigcc/zig-course/tags | MIT | [
"tutorial",
"tutorials",
"zig",
"zig-lang",
"zig-package",
"ziglang"
] | 2,922 | false | 2025-05-21T02:20:36Z | true | false | unknown | github | [] | Zig 语言圣经
<blockquote>
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software.
Zig 是一种通用的编程语言和工具链,用于维护健壮、最优和可重用的软件
</blockquote>
参与贡献
欢迎各位志同道合的“道友”参与贡献本文档,并一起壮大 zig 中文社区!
本仓库使用的文档工具是 vitepress,建议了解一下 <a>vitepress 的 markdown 扩展</a>。
贡献方法:
<ul>
<li>fork 本文... | [] |
https://avatars.githubusercontent.com/u/157241284?v=4 | zmpl | jetzig-framework/zmpl | 2024-01-20T19:00:50Z | Zmpl is a templating language written in Zig | main | 5 | 154 | 11 | 154 | https://api.github.com/repos/jetzig-framework/zmpl/tags | MIT | [
"zig-package"
] | 384 | false | 2025-05-18T14:32:08Z | true | true | 0.15.0-dev.355+206bd1ced | github | [
{
"commit": "fb4edc13759d87bfcd9b1f5fcefdf93f8c9c62dd.tar.gz",
"name": "jetcommon",
"tar_url": "https://github.com/jetzig-framework/jetcommon/archive/fb4edc13759d87bfcd9b1f5fcefdf93f8c9c62dd.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/jetzig-framework/jetcommon"
},
{
"co... |
<em>Zmpl</em> is a templating language for <a>Zig</a> :lizard:
<ul>
<li>Use <em>Zig</em> code directly in templates for control flow.</li>
<li>Simple and intuitive DSL for building flexible, <em>JSON</em>-compatible data objects.</li>
<li>Compiles to <em>Zig</em> code for syntax and type validation.</li>
<li>Used by ... | [
"https://github.com/deatil/zig-say",
"https://github.com/dgv/play.zig",
"https://github.com/dgv/zig-htmx-tailwind-example",
"https://github.com/jetzig-framework/jetzig"
] |
https://avatars.githubusercontent.com/u/98668553?v=4 | LibreScroll | EsportToys/LibreScroll | 2023-07-19T07:46:15Z | Smooth inertial scrolling with any regular mouse. | main | 0 | 145 | 4 | 145 | https://api.github.com/repos/EsportToys/LibreScroll/tags | GPL-3.0 | [
"accessibility",
"autoit",
"ergonomics",
"infinite-scroll",
"middle-click",
"momentum",
"momentum-scrolling",
"mouse",
"rawinput",
"sendinput",
"thinkpad",
"tpmiddle",
"trackball",
"trackpoint",
"winapi",
"windows",
"zig",
"zig-package"
] | 70 | false | 2025-05-21T15:42:41Z | false | false | unknown | github | [] | LibreScroll
Smooth inertial scrolling on Windows with any regular mouse.
<a>Download Here</a>
https://github.com/EsportToys/LibreScroll/assets/98432183/c7fc05a5-6b10-4b91-9984-0d809a52b025
Instructions
<ol>
<li>Run LibreScroll</li>
<li>Hold Mouse 3 and move your mouse, the cursor will stay in-place, mouse motion is... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | log.zig | karlseguin/log.zig | 2023-03-22T07:49:50Z | A structured logger for Zig | master | 0 | 136 | 8 | 136 | https://api.github.com/repos/karlseguin/log.zig/tags | MIT | [
"logging-library",
"structured-logging",
"zig",
"zig-library",
"zig-package"
] | 167 | false | 2025-05-20T10:41:52Z | true | true | unknown | github | [
{
"commit": "cf2797bcb3aea7e5cdaf4de39c5550c70796e7b1.tar.gz",
"name": "metrics",
"tar_url": "https://github.com/karlseguin/metrics.zig/archive/cf2797bcb3aea7e5cdaf4de39c5550c70796e7b1.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/metrics.zig"
}
] | Structured Logging for Zig
logz is an opinionated structured logger that outputs to stdout, stderr, a file or a custom writer using logfmt or JSON. It aims to minimize runtime memory allocation by using a pool of pre-allocated loggers.
Metrics
If you're looking for metrics, check out my <a>prometheus library for Zi... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | zuckdb.zig | karlseguin/zuckdb.zig | 2023-05-08T09:53:52Z | A DuckDB driver for Zig | master | 2 | 130 | 4 | 130 | https://api.github.com/repos/karlseguin/zuckdb.zig/tags | MIT | [
"duckdb",
"duckdb-driver",
"zig",
"zig-library",
"zig-package"
] | 317 | false | 2025-05-17T17:07:24Z | true | true | unknown | github | [] | Zig driver for DuckDB.
Quick Example
```zig
const db = try zuckdb.DB.init(allocator, "/tmp/db.duck", .{});
defer db.deinit();
var conn = try db.conn();
defer conn.deinit();
// for insert/update/delete returns the # changed rows
// returns 0 for other statements
_ = try conn.exec("create table users(id int)", .{});
... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | zBench | hendriknielaender/zBench | 2023-05-25T13:57:54Z | 📊 zig benchmark | main | 16 | 130 | 10 | 130 | https://api.github.com/repos/hendriknielaender/zBench/tags | MIT | [
"bench",
"benchmark",
"benchmarking",
"performance",
"stdout",
"testing",
"zig",
"zig-package",
"ziglang"
] | 3,717 | false | 2025-05-10T21:13:43Z | true | true | unknown | github | [] | ⚡ zBench - A Zig Benchmarking Library
<a></a>
<a></a>
zBench is a benchmarking library for the Zig programming language. It is designed to provide easy-to-use functionality to measure and compare the performance of your code.
Content
<ul>
<li><a>Installation</a></li>
<li><a>Usage</a></li>
<li><a>Configuration</a><... | [] |
https://avatars.githubusercontent.com/u/68087632?v=4 | cova | 00JCIV00/cova | 2023-05-02T23:42:13Z | Commands, Options, Values, Arguments. A simple yet robust cross-platform command line argument parsing library for Zig. | main | 12 | 127 | 7 | 127 | https://api.github.com/repos/00JCIV00/cova/tags | MIT | [
"clap",
"cli",
"command-line",
"terminal",
"zig",
"zig-package",
"ziglang"
] | 69,879 | false | 2025-05-18T01:44:31Z | true | true | unknown | github | [] |
Commands <strong>⋅</strong> Options <strong>⋅</strong> Values <strong>⋅</strong> Arguments
A simple yet robust cross-platform command line argument parsing library for Zig.
<a></a>
<a></a>
<a></a>
<a></a>
Overview
<code>command --option value</code>
Cova is based on the idea that Arguments will fall into one o... | [] |
https://avatars.githubusercontent.com/u/44057100?v=4 | zimdjson | EzequielRamis/zimdjson | 2023-11-27T02:33:48Z | Parsing gigabytes of JSON per second. Zig port of simdjson with fundamental features. | main | 7 | 126 | 2 | 126 | https://api.github.com/repos/EzequielRamis/zimdjson/tags | MIT | [
"json",
"json-parser",
"simd",
"simdjson",
"zig",
"zig-package",
"ziglang"
] | 2,527 | false | 2025-05-17T21:58:29Z | true | true | 0.14.0 | github | [
{
"commit": "55d79b184b7d8fac2e143e89dc19b766ec4e54b8.tar.gz",
"name": "parse_number_fxx",
"tar_url": "https://github.com/nigeltao/parse-number-fxx-test-data/archive/55d79b184b7d8fac2e143e89dc19b766ec4e54b8.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/nigeltao/parse-number-fxx-te... | zimdjson
<blockquote>
JSON is everywhere on the Internet. Servers spend a <em>lot</em> of time parsing it. We need a fresh approach.
</blockquote>
Welcome to zimdjson: a high-performance JSON parser that takes advantage of SIMD vector instructions, based on the paper <a>Parsing Gigabytes of JSON per Second</a>.
The ... | [] |
https://avatars.githubusercontent.com/u/11288757?v=4 | zigrad | Marco-Christiani/zigrad | 2023-12-01T18:38:16Z | A deep learning framework built on an autograd engine with high level abstractions and low level control. | main | 11 | 116 | 4 | 116 | https://api.github.com/repos/Marco-Christiani/zigrad/tags | LGPL-3.0 | [
"autograd",
"deep-learning",
"machine-learning",
"neural-network",
"tensor",
"zig",
"zig-package",
"ziglang"
] | 12,288 | false | 2025-05-20T00:27:57Z | true | true | unknown | github | [
{
"commit": "master",
"name": "tracy",
"tar_url": "https://github.com/wolfpld/tracy//archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/wolfpld/tracy/"
}
] |
<strong><i>Supporting AI innovation from ideation to results.</i></strong>
AI frameworks optimized for rapid research iteration do not seamlessly transition into the infrastructure required for large-scale training. This fragmented pipeline creates redundant engineering ... | [] |
https://avatars.githubusercontent.com/u/13811862?v=4 | webview-zig | thechampagne/webview-zig | 2023-09-01T13:17:15Z | ⚡ Zig binding & wrapper for a tiny cross-platform webview library to build modern cross-platform GUIs. | main | 3 | 114 | 14 | 114 | https://api.github.com/repos/thechampagne/webview-zig/tags | MIT | [
"library",
"webview",
"zig",
"zig-package",
"ziglang"
] | 276 | false | 2025-05-20T18:19:28Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "webview",
"tar_url": "https://github.com/webview/webview/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/webview/webview"
}
] | webview-zig
<a></a> <a></a>
Zig binding for a tiny cross-platform <strong>webview</strong> library to build modern cross-platform GUIs.
Requirements
<ul>
<li><a>Zig Compiler</a> - <strong>0.13.0</strong></li>
<li>Unix</li>
<li><a>GTK3</a> and <a>WebKitGTK</a></li>
<li>Windows</li>
<li><a>WebView2 Runtime</a></l... | [] |
https://avatars.githubusercontent.com/u/3848910?v=4 | zig-curl | jiacai2050/zig-curl | 2023-09-16T15:13:59Z | Zig bindings for libcurl | main | 2 | 104 | 16 | 104 | https://api.github.com/repos/jiacai2050/zig-curl/tags | MIT | [
"libcurl",
"libcurl-binding",
"libcurl-bindings",
"zig",
"zig-lib",
"zig-package",
"ziglang"
] | 3,158 | false | 2025-05-19T00:33:37Z | true | true | unknown | github | [
{
"commit": "master",
"name": "zlib",
"tar_url": "https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz"
},
{
"commit": "refs",
"name": "mbe... | 404 | [] |
https://avatars.githubusercontent.com/u/86865279?v=4 | chameleon | tr1ckydev/chameleon | 2023-10-04T11:51:56Z | 🦎 Terminal string styling for zig. | main | 1 | 103 | 12 | 103 | https://api.github.com/repos/tr1ckydev/chameleon/tags | MIT | [
"terminal",
"terminal-styling",
"zig",
"zig-package"
] | 1,028 | false | 2025-05-16T11:56:29Z | true | true | 0.15.0-dev.97+677b2d62e | github | [] |
chameleon
🦎 Terminal string styling for zig.
<em>Currently the only fully featured terminal color solution for zig. ⚡</em>
<ul>
<li>Expressive API</li>
<li>Highly performant</li>
<li>Ability to nest styles</li>
<li>Ability for custom themes</li>
<li>No dependencies</li>
<li>Clean and focused</li>
<li>Truecolor sup... | [
"https://github.com/4zv4l/zfs",
"https://github.com/4zv4l/zig_colored_logger",
"https://github.com/haha-systems/phage",
"https://github.com/tr1ckydev/zoop",
"https://github.com/yhdgms1/openwrt-led-night-mode"
] |
https://avatars.githubusercontent.com/u/206480?v=4 | zqlite.zig | karlseguin/zqlite.zig | 2023-04-03T07:29:30Z | A thin SQLite wrapper for Zig | master | 0 | 101 | 15 | 101 | https://api.github.com/repos/karlseguin/zqlite.zig/tags | MIT | [
"sqlite3",
"zig",
"zig-library",
"zig-package"
] | 3,025 | false | 2025-05-20T19:13:48Z | true | true | unknown | github | [] | A thin SQLite wrapper for Zig
```zig
// good idea to pass EXResCode to get extended result codes (more detailed error codes)
const flags = zqlite.OpenFlags.Create | zqlite.OpenFlags.EXResCode;
var conn = try zqlite.open("/tmp/test.sqlite", flags);
defer conn.close();
try conn.exec("create table if not exists test (n... | [] |
https://avatars.githubusercontent.com/u/6951100?v=4 | cudaz | akhildevelops/cudaz | 2023-11-27T03:25:51Z | Cuda library for Zig | main | 4 | 96 | 7 | 96 | https://api.github.com/repos/akhildevelops/cudaz/tags | NOASSERTION | [
"zig-package"
] | 87 | false | 2025-05-08T20:54:20Z | true | true | 0.11.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | SDL | allyourcodebase/SDL | 2023-02-25T21:09:24Z | SDL with the build system replaced by Zig | main | 0 | 94 | 36 | 94 | https://api.github.com/repos/allyourcodebase/SDL/tags | Zlib | [
"zig-package"
] | 65,713 | true | 2025-05-17T16:28:09Z | true | true | 0.14.0 | github | [] | This is a fork of <a>SDL</a>, packaged for <a>Zig</a>.
Unnecessary files have been deleted, and the build system has been replaced with <code>build.zig</code>.
The package provides version 2 of SDL. For version 3, consider https://github.com/castholm/SDL. | [] |
https://avatars.githubusercontent.com/u/186879366?v=4 | libaegis | aegis-aead/libaegis | 2023-06-05T14:41:53Z | Portable C implementations of the AEGIS family of high-performance authenticated encryption algorithms. | main | 0 | 89 | 20 | 89 | https://api.github.com/repos/aegis-aead/libaegis/tags | MIT | [
"aead",
"aegis",
"aegis128l",
"aegis128x",
"aegis256",
"aegis256x",
"cipher",
"cryptography",
"libaegis",
"zig-package"
] | 2,224 | false | 2025-05-22T05:02:00Z | true | false | unknown | github | [] | libaegis
Portable C implementations of the <a>AEGIS</a> family of high-performance authenticated ciphers (AEGIS-128L, AEGIS-128X2, AEGIS-128X4, AEGIS-256, AEGIS-256X2, AEGIS-256X4), with runtime CPU detection.
Features
<ul>
<li>AEGIS-128L with 16 and 32 bytes tags (software, AES-NI, ARM Crypto, Altivec)</li>
<li>AEGI... | [] |
https://avatars.githubusercontent.com/u/67233402?v=4 | zabi | Raiden1411/zabi | 2023-12-07T22:41:56Z | Interact with ethereum and EVM based chains via Zig! | main | 10 | 88 | 12 | 88 | https://api.github.com/repos/Raiden1411/zabi/tags | MIT | [
"abi",
"blockchain",
"ethereum",
"evm",
"optimism",
"web3",
"zabi",
"zig",
"zig-package"
] | 4,603 | false | 2025-05-19T13:29:24Z | true | true | unknown | github | [
{
"commit": null,
"name": "c_kzg_4844",
"tar_url": null,
"type": "relative",
"url": "./pkg/c-kzg-4844"
}
] |
A zig library to interact with EVM blockchains
### Overview
Zabi aims to add support for interacting with ethereum or any compatible EVM based chain.
### Zig Versions
Zabi will support zig v0.14 in separate branches. If you would like to use it you can find i... | [] |
https://avatars.githubusercontent.com/u/32989557?v=4 | zigraylib | SimonLSchlee/zigraylib | 2023-09-19T22:07:54Z | a fairly minimal raylib zig example codebase using the zig package manager | main | 1 | 71 | 6 | 71 | https://api.github.com/repos/SimonLSchlee/zigraylib/tags | - | [
"zig-package"
] | 18 | false | 2025-05-20T07:34:52Z | true | true | 0.14.0 | github | [
{
"commit": "bbeade636cd8c90e18b7e9e841c20b5f8bd15d94",
"name": "raylib",
"tar_url": "https://github.com/raysan5/raylib/archive/bbeade636cd8c90e18b7e9e841c20b5f8bd15d94.tar.gz",
"type": "remote",
"url": "https://github.com/raysan5/raylib"
}
] | zigraylib
A fairly minimal <a>raylib</a> <a>zig</a> example codebase using the zig package manager.
install
<code>bash
git clone https://github.com/SimonLSchlee/zigraylib.git
cd zigraylib
zig build run</code>
tested with zig version: <code>0.14.0</code>
using raylib commit: https://github.com/raysan5/raylib/tree/bb... | [] |
https://avatars.githubusercontent.com/u/20110944?v=4 | zig-wasm-audio-framebuffer | ringtailsoftware/zig-wasm-audio-framebuffer | 2023-03-03T15:59:29Z | Examples of integrating Zig and Wasm (and C) for audio and graphics on the web | main | 0 | 65 | 2 | 65 | https://api.github.com/repos/ringtailsoftware/zig-wasm-audio-framebuffer/tags | NOASSERTION | [
"c",
"doom",
"wasm",
"webassembly",
"webaudio",
"zig",
"zig-package"
] | 53,912 | false | 2025-05-21T11:59:51Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "mime",
"tar_url": "https://github.com/andrewrk/mime/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/andrewrk/mime"
},
{
"commit": "7617c3610f0dd491c197ba03f3149c4040ff6845",
"name": "zvterm",
"tar_url": "https://github.com/ringtails... | zig-wasm-audio-framebuffer
Toby Jaffey https://mastodon.me.uk/@tobyjaffey
Straightforward examples of integrating Zig and Wasm for audio and graphics on the web.
Compiling against Zig v0.14.0.
Where C code requires functions from the C library, https://github.com/ringtailsoftware/zeptolibc is used.
Demos
Visit ht... | [] |
https://avatars.githubusercontent.com/u/106511?v=4 | StaticHttpFileServer | andrewrk/StaticHttpFileServer | 2023-11-27T02:45:00Z | Zig module for serving a directory of files from memory via HTTP | main | 2 | 61 | 4 | 61 | https://api.github.com/repos/andrewrk/StaticHttpFileServer/tags | MIT | [
"zig-package"
] | 23 | false | 2025-05-06T17:46:05Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "mime",
"tar_url": "https://github.com/andrewrk/mime/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/andrewrk/mime"
}
] | Simple Static HTTP File Server Zig Module
Upon initialization, this module recursively walks the specified directory and
permanently caches all file contents to memory. When handling an HTTP request,
this module will never touch the file system.
As part of this process, it will compress the file contents using gzip, ... | [
"https://github.com/ringtailsoftware/zoridor"
] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-xml | nektro/zig-xml | 2023-11-04T04:27:01Z | A pure-Zig fully spec-compliant XML parser. | master | 0 | 61 | 11 | 61 | https://api.github.com/repos/nektro/zig-xml/tags | MPL-2.0 | [
"zig",
"zig-package"
] | 177 | false | 2025-05-22T06:29:33Z | true | false | unknown | github | [] | zig-xml
<a></a>
<a></a>
<a></a>
<a></a>
A pure-zig spec-compliant XML parser.
https://www.w3.org/TR/xml/
Passes all standalone tests from https://www.w3.org/XML/Test/xmlconf-20020606.htm, even more coverage coming soon.
One caveat is that this parser expects UTF-8.
<code>Build Summary: 3/3 steps succeeded; 120/1... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | cache.zig | karlseguin/cache.zig | 2023-05-28T10:55:45Z | A thread-safe, expiration-aware, LRU cache for Zig | master | 0 | 61 | 4 | 61 | https://api.github.com/repos/karlseguin/cache.zig/tags | MIT | [
"cache",
"caching-library",
"lru-cache",
"zig",
"zig-library",
"zig-package"
] | 96 | false | 2025-05-14T06:16:23Z | true | true | 0.14.0 | github | [] | A thread-safe, expiration-aware, LRU(ish) cache for Zig
```zig
// package available using Zig's built-in package manager
const user_cache = @import("cache");
var user_cache = try cache.Cache(User).init(allocator, .{.max_size = 10000});
defer user_cache.deinit();
try user_cache.put("user1", user1, .{.ttl = 300});
...... | [] |
https://avatars.githubusercontent.com/u/3526922?v=4 | fridge | cztomsik/fridge | 2023-12-25T13:24:18Z | A small, batteries-included database library for Zig. | main | 1 | 55 | 7 | 55 | https://api.github.com/repos/cztomsik/fridge/tags | MIT | [
"database",
"sqlite",
"sqlite3",
"zig",
"zig-package"
] | 162 | false | 2025-05-21T02:03:02Z | true | true | unknown | github | [
{
"commit": null,
"name": "sqlite_source",
"tar_url": null,
"type": "remote",
"url": "https://sqlite.org/2025/sqlite-autoconf-3490100.tar.gz"
}
] | Fridge
A small, batteries-included database library for Zig. It offers a type-safe
query builder, connection pooling, shorthands for common tasks, migrations, and
more.
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 ... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | zlib | allyourcodebase/zlib | 2023-10-14T19:30:02Z | zlib ported to the zig build system | main | 3 | 55 | 6 | 55 | https://api.github.com/repos/allyourcodebase/zlib/tags | MIT | [
"zig-package"
] | 9 | false | 2025-05-18T02:59:12Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "zlib",
"tar_url": "https://github.com/madler/zlib/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/madler/zlib"
}
] | zlib
This is <a>zlib</a>,
packaged for <a>Zig</a>.
How to use it
First, update your <code>build.zig.zon</code>:
<code>zig fetch --save https://github.com/allyourcodebase/zlib/archive/refs/tags/1.3.1.tar.gz</code>
Next, add this snippet to your <code>build.zig</code> script:
<code>zig
const zlib_dep = b.dependency... | [
"https://github.com/allyourcodebase/binutils",
"https://github.com/allyourcodebase/curl",
"https://github.com/allyourcodebase/elfutils",
"https://github.com/allyourcodebase/kcov",
"https://github.com/allyourcodebase/libpq",
"https://github.com/allyourcodebase/libxml2",
"https://github.com/allyourcodebas... |
https://avatars.githubusercontent.com/u/206480?v=4 | metrics.zig | karlseguin/metrics.zig | 2024-01-18T10:36:15Z | Prometheus metrics for library and application developers | master | 0 | 52 | 4 | 52 | https://api.github.com/repos/karlseguin/metrics.zig/tags | MIT | [
"metrics",
"prometheus",
"prometheus-client",
"zig",
"zig-library",
"zig-package"
] | 78 | false | 2025-05-08T08:16:28Z | true | true | unknown | github | [] | Prometheus Metric Library for Zig
This library is designed for both library and application developers. I do hope to streamline setup when comptime allocations are allowed.
It supports, counters, gauges and histograms and the labeled-variant of each.
Please see the example project. It demonstrates how a <a>library d... | [] |
https://avatars.githubusercontent.com/u/5885545?v=4 | zigdown | JacobCrabill/zigdown | 2023-02-23T16:17:59Z | Markdown parser in Zig | main | 1 | 49 | 4 | 49 | https://api.github.com/repos/JacobCrabill/zigdown/tags | MIT | [
"markdown",
"terminal",
"zig",
"zig-package"
] | 1,593 | false | 2025-05-20T14:28:18Z | true | true | 0.14.0 | github | [
{
"commit": "5a650f9439b2b2d8ca5e498b349e25bb7308f7bb.tar.gz",
"name": "stbi",
"tar_url": "https://github.com/JacobCrabill/zig-stb-image/archive/5a650f9439b2b2d8ca5e498b349e25bb7308f7bb.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/JacobCrabill/zig-stb-image"
},
{
"commit"... | Zigdown: Markdown toolset in Zig
<code>{toctree}
<This block will be rendered as a Table of Contents></code>
Zigdown, inspired by <a>Glow</a> and
<a>mdcat</a>, is a tool to parse and render Markdown-like content to the
terminal or to HTML. It can also serve up a directory of files to your browser like a psu... | [
"https://github.com/JacobCrabill/doczy",
"https://github.com/JacobCrabill/slidey"
] |
https://avatars.githubusercontent.com/u/175068426?v=4 | PassKeeZ | Zig-Sec/PassKeeZ | 2023-10-31T19:05:42Z | PassKeeZ is a FIDO2/ Passkey compatible authenticator implementation for Linux | master | 3 | 49 | 0 | 49 | https://api.github.com/repos/Zig-Sec/PassKeeZ/tags | MIT | [
"authentication",
"authenticator",
"authenticator-app",
"ctap2",
"fido2",
"fido2-authenticator",
"linux",
"passkey",
"passkeys",
"webauthn",
"zig-package"
] | 6,831 | false | 2025-05-13T09:12:04Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "keylib",
"tar_url": "https://github.com/Zig-Sec/keylib/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/Zig-Sec/keylib"
},
{
"commit": "refs",
"name": "kdbx",
"tar_url": "https://github.com/Zig-Sec/kdbx/archive/refs.tar.gz",
"typ... |
PassKeeZ is a Passkey (FIDO2) compatible authenticator for Linux based on <a>keylib</a>.
<strong>To get started, please visit the <a>Wiki</a></strong>.
The project currently supports only Linux due to the absence of a standardized API for interprocess communication (IPC) between the client and authenticator. As a w... | [] |
https://avatars.githubusercontent.com/u/33050391?v=4 | myzql | speed2exe/myzql | 2023-07-29T15:22:58Z | MySQL and MariaDB driver in native Zig | main | 1 | 49 | 3 | 49 | https://api.github.com/repos/speed2exe/myzql/tags | MIT | [
"driver",
"mariadb",
"mysql",
"sql",
"zig",
"zig-library",
"zig-package"
] | 421 | false | 2025-05-04T15:40:35Z | true | false | unknown | github | [] | MyZql
<ul>
<li>MySQL and MariaDB driver in native zig</li>
</ul>
Status
<ul>
<li>Beta</li>
</ul>
Version Compatibility
| MyZQL | Zig |
|-------------|---------------------------|
| 0.0.9.1 | 0.12.0 |
| 0.13.2 | 0.13.0 |
| 0.14.0 | 0.14.0... | [
"https://github.com/deatil/zig-say"
] |
https://avatars.githubusercontent.com/u/6756180?v=4 | llvm-zig | kassane/llvm-zig | 2023-04-21T16:26:20Z | LLVM bindings written in Zig | main | 0 | 45 | 5 | 45 | https://api.github.com/repos/kassane/llvm-zig/tags | MIT | [
"ffi-bindings",
"libclang",
"llvm",
"llvm-bindings",
"llvm-c",
"llvm-c-api",
"zig",
"zig-package"
] | 81 | false | 2025-04-30T16:37:58Z | true | true | 0.14.0 | github | [
{
"commit": null,
"name": "test_runner",
"tar_url": null,
"type": "remote",
"url": "git+https://gist.github.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b#1f317ebc9cd09bc50fd5591d09c34255e15d1d85"
}
] | LLVM bindings for Zig
The purpose of this repository is to learn about the <a><code>llvm</code></a> compiler
infrastructure and practice some <a><code>zig</code></a>.
Requirement
<ul>
<li><a>zig v0.14.0</a> or higher.</li>
</ul>
How to use
Make your project using
<code>console
zig init</code>
Add this llvm-zig modu... | [] |
https://avatars.githubusercontent.com/u/72305366?v=4 | zts | zigster64/zts | 2023-10-09T00:33:19Z | Zig Templates made Simple | main | 1 | 42 | 1 | 42 | https://api.github.com/repos/zigster64/zts/tags | NOASSERTION | [
"http",
"template",
"web-template",
"webdev",
"zig-package"
] | 197 | false | 2025-04-26T07:44:21Z | true | true | unknown | github | [] | ZTS
Other Zig template management tools to check out
<ul>
<li>https://github.com/jetzig-framework/zmpl</li>
<li>https://github.com/batiati/mustache-zig</li>
<li>https://github.com/haze/etch</li>
</ul>
also:
<ul>
<li>https://github.com/kristoff-it/ziggy ... static site generator that has some interesting templating po... | [
"https://github.com/zigster64/zig-zag-zoe"
] |
https://avatars.githubusercontent.com/u/152073653?v=4 | zenolith | zenolith-ui/zenolith | 2023-11-26T13:08:10Z | The GUI engine to end them all! Mirror of https://git.mzte.de/zenolith/zenolith | master | 0 | 41 | 0 | 41 | https://api.github.com/repos/zenolith-ui/zenolith/tags | GPL-3.0 | [
"gui",
"retained-mode-gui",
"widget",
"widget-toolkit",
"zig",
"zig-package"
] | 272 | false | 2025-04-26T20:22:25Z | true | true | unknown | github | [
{
"commit": null,
"name": "statspatch",
"tar_url": null,
"type": "remote",
"url": "git+https://git.mzte.de/LordMZTE/statspatch.git#fe27cf710f1db156acb8be4365d1a1a6365c6d95"
}
] |
Zenolith
Zenolith is my attempt at a retained-mode, platform-agnostic, zig-native GUI engine.
<strong><a>Join the Matrix room here!</a></strong>
Warning: Zenolith is in an extremely early stage! Many important features such as text editing
are not yet implemented. Expect breaking changes!
Attention GitHub users!
... | [
"https://github.com/zenolith-ui/zenolith-sdl2"
] |
https://avatars.githubusercontent.com/u/4678790?v=4 | zimalloc | dweiller/zimalloc | 2023-06-13T09:15:13Z | General purpose allocator for Zig | main | 7 | 39 | 0 | 39 | https://api.github.com/repos/dweiller/zimalloc/tags | MIT | [
"zig-package"
] | 153 | false | 2025-05-15T01:43:45Z | true | true | unknown | github | [] | zimalloc
zimalloc is general purpose allocator for Zig, inspired by <a>mimalloc</a>.
Status
This project is under development and should currently be considered experimental/exploratory; there
is no documentation and it has not been battle-tested. In particular there may be issues with
multi-threaded workloads. Cont... | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | flatbufferz | travisstaloch/flatbufferz | 2023-02-22T00:15:56Z | a flatbuffers codegen library in zig | main | 8 | 38 | 4 | 38 | https://api.github.com/repos/travisstaloch/flatbufferz/tags | MIT | [
"flatbuffers",
"zig-package"
] | 335 | false | 2025-05-15T13:56:16Z | true | true | unknown | github | [
{
"commit": "1906a49a12fd82b6b0736bd296aa424001682bda",
"name": "flagset",
"tar_url": "https://github.com/travisstaloch/flagset/archive/1906a49a12fd82b6b0736bd296aa424001682bda.tar.gz",
"type": "remote",
"url": "https://github.com/travisstaloch/flagset"
},
{
"commit": "refs",
"name":... | :warning: This project is in its early early stages. Beware of bugs and missing features. :warning:
About
Generate zig code from flatbuffer schema files which can de/serialize flatbuffer messages. Depends on packaged flatc to parse .fbs files.
CI tested weekly with latest zig version.
This project depends on packag... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | cpython | allyourcodebase/cpython | 2023-07-09T02:34:21Z | A port of the CPython implementation of the Python programming language to the zig build system | main | 2 | 33 | 5 | 33 | https://api.github.com/repos/allyourcodebase/cpython/tags | NOASSERTION | [
"zig-package"
] | 390,417 | true | 2025-04-15T05:59:59Z | true | true | 0.14.0 | github | [
{
"commit": "6c72830882690c1eb2567a537525c3f432c1da50.tar.gz",
"name": "libz",
"tar_url": "https://github.com/allyourcodebase/zlib/archive/6c72830882690c1eb2567a537525c3f432c1da50.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/allyourcodebase/zlib"
},
{
"commit": "f348124c5... | CPython Zig Package
This is a fork of <a>CPython</a>, packaged for Zig.
Unnecessary files have been deleted, and the build system has been replaced
with <code>build.zig</code>. There are no system dependencies; the only thing required to
build this package is <a>Zig</a>.
This builds a static executable, which can be... | [] |
https://avatars.githubusercontent.com/u/109492796?v=4 | zig-msgpack | zigcc/zig-msgpack | 2024-01-07T08:35:23Z | zig messagpack implementation / msgpack.org[zig] | main | 0 | 33 | 3 | 33 | https://api.github.com/repos/zigcc/zig-msgpack/tags | MIT | [
"msgpack",
"msgpack-rpc",
"zig",
"zig-package"
] | 115 | false | 2025-05-03T16:23:08Z | true | true | 0.14.0 | github | [] | MessagePack for Zig
This is an implementation of <a>MessagePack</a> for <a>Zig</a>.
an article introducing it: <a>Zig Msgpack</a>
Features
<ul>
<li>Supports all MessagePack types(except timestamp)</li>
<li>Efficient encoding and decoding</li>
<li>Simple and easy-to-use API</li>
</ul>
NOTE
The current protocol impl... | [
"https://github.com/jinzhongjia/znvim"
] |
https://avatars.githubusercontent.com/u/106511?v=4 | mime | andrewrk/mime | 2023-11-19T19:59:17Z | zig package for mapping extensions to mime types | main | 0 | 32 | 4 | 32 | https://api.github.com/repos/andrewrk/mime/tags | MIT | [
"zig-package"
] | 13 | false | 2025-05-17T16:34:10Z | true | true | 0.14.0-dev.3451+d8d2aa9af | github | [] | Zig Module for MIME Types
Synopsis
```zig
const std = @import("std");
const mime = @import("mime");
test "html smoke test" {
const mime_type = mime.extension_map.get(".html").?;
try std.testing.expectEqualStrings("text/html", @tagName(mime_type));
}
test "bogus extension" {
try std.testing.expect(mime.e... | [
"https://github.com/andrewrk/StaticHttpFileServer",
"https://github.com/dasimmet/zig-devserver",
"https://github.com/kristoff-it/zine",
"https://github.com/ringtailsoftware/zig-wasm-audio-framebuffer",
"https://github.com/ringtailsoftware/zoridor",
"https://github.com/scottredig/zig-demo-webserver"
] |
https://avatars.githubusercontent.com/u/206480?v=4 | smtp_client.zig | karlseguin/smtp_client.zig | 2023-08-18T10:15:56Z | SMTP client for Zig | master | 1 | 31 | 4 | 31 | https://api.github.com/repos/karlseguin/smtp_client.zig/tags | MIT | [
"smtp-client",
"zig",
"zig-library",
"zig-package"
] | 109 | false | 2025-03-21T00:15:47Z | true | true | unknown | github | [] | SMTP Client for Zig
Zig only supports TLS 1.3. Furthermore, the TLS implementation <a>has known issues</a>.
This library does not work with Amazon SES as Amazon SES does not support TLS 1.3 (Amazon's documentation says that TLS 1.3 is supported with StartTLS but this does not appear to be the case (OpenSSL also repor... | [] |
https://avatars.githubusercontent.com/u/86865279?v=4 | zoop | tr1ckydev/zoop | 2023-11-18T11:55:01Z | A benchmarking library for zig. | main | 0 | 30 | 0 | 30 | https://api.github.com/repos/tr1ckydev/zoop/tags | MIT | [
"zig-package"
] | 84 | false | 2025-05-13T16:46:29Z | true | true | unknown | github | [
{
"commit": "3d7fdd61598edecacd2c53c5ecff76a79abb8661.tar.gz",
"name": "chameleon",
"tar_url": "https://github.com/tr1ckydev/chameleon/archive/3d7fdd61598edecacd2c53c5ecff76a79abb8661.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/tr1ckydev/chameleon"
}
] |
zoop
A benchmarking library for zig.
<ul>
<li>Uses built in monotonic, high performance timer.</li>
<li>Warms up to remove function call overhead time.</li>
<li>Supports lifecycle hooks like <em>beforeAll</em>, <em>afterEach</em>, etc.</li>
<li>Can export raw benchmark data to JSON.</li>
<li>Vibrant terminal output ... | [] |
https://avatars.githubusercontent.com/u/10215376?v=4 | zilliam | ymndoseijin/zilliam | 2023-08-16T04:04:50Z | A Geometric Algebra library for Zig | main | 1 | 28 | 1 | 28 | https://api.github.com/repos/ymndoseijin/zilliam/tags | MIT | [
"3d-graphics",
"clifford-algebras",
"geometric-algebra",
"zig",
"zig-package"
] | 183 | false | 2025-05-06T16:41:08Z | true | true | unknown | github | [
{
"commit": "07fd1acfe20e05e260ede883b762c878e8724dac.tar.gz",
"name": "comath",
"tar_url": "https://github.com/InKryption/comath/archive/07fd1acfe20e05e260ede883b762c878e8724dac.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/InKryption/comath"
}
] | zilliam
Zilliam is a Geometric Algebra library that generates a SIMD optimized library for any given Cl(p,q,r) algebra. It can be used for:
<ul>
<li>PGA (projective geometric algebra, for which Zilliam has a special for generating all needed mask types) where you can easily construct points, lines and planes in any di... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | openssl-zig | kassane/openssl-zig | 2023-03-22T15:57:38Z | TLS/SSL and crypto library (uses Zig Build) | zig-pkg | 2 | 24 | 8 | 24 | https://api.github.com/repos/kassane/openssl-zig/tags | Apache-2.0 | [
"cross-compile",
"cryptography",
"openssl",
"openssl-library",
"ssl",
"tls",
"zig-package"
] | 214,354 | true | 2025-04-23T06:38:42Z | true | true | unknown | github | [] | Welcome to the OpenSSL Project
<a></a>
<a></a>
OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
for the TLS (formerly SSL), DTLS and QUIC (currently client side only)
protocols.
The protocol implementations are based on a full-strength general purpose
cryptographic library, which can als... | [] |
https://avatars.githubusercontent.com/u/72305366?v=4 | zig-zag-zoe | zigster64/zig-zag-zoe | 2023-07-05T10:05:20Z | Multiplayer TicTacToe - in Zig - using HTMX for that zero-javascript experience | main | 8 | 23 | 1 | 23 | https://api.github.com/repos/zigster64/zig-zag-zoe/tags | MIT | [
"game",
"htmx",
"multiplayer-game",
"tictactoe",
"tictactoe-game",
"zig",
"zig-package"
] | 823 | false | 2025-02-22T05:36:55Z | true | true | unknown | github | [
{
"commit": "master",
"name": "httpz",
"tar_url": "https://github.com/karlseguin/http.zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/http.zig"
},
{
"commit": "main",
"name": "zts",
"tar_url": "https://github.com/zigster64/zts/archive/main.tar.... | zig-zag-zoe
Multiplayer TicTacToe - in Zig - using HTMX for that zero-javascript experience
Online demo here
http://zig-zag-zoe.com
.. (running on a t4g-nano instance on AWS - Linux ARM64, using less than 2mb memory for the whole container)
** Uses Latest Zig 0.12.0 official release **
Install
Get Zig - https:/... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | gimme | nektro/gimme | 2023-03-02T04:16:35Z | A yummy collection of useful Allocators. | master | 2 | 22 | 1 | 22 | https://api.github.com/repos/nektro/gimme/tags | MIT | [
"zig",
"zig-package"
] | 16 | false | 2025-02-16T06:11:14Z | true | false | unknown | github | [] | gimme
<code>gimme</code> is a yummy collection of useful <code>Allocator</code>s.
Check out <a><code>src/lib.zig</code></a> for more. | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-tracer | nektro/zig-tracer | 2023-09-20T23:00:09Z | Generic tracing library for Zig, supports multiple backends. | master | 4 | 21 | 7 | 21 | https://api.github.com/repos/nektro/zig-tracer/tags | MIT | [
"zig",
"zig-package"
] | 33 | false | 2025-05-21T20:33:47Z | true | false | unknown | github | [] | zig-tracer
<a></a>
<a></a>
<a></a>
<a></a>
Generic tracing library for Zig, supports multiple backends.
Usage
in your program:
```zig
const std = @import("std");
const tracer = @import("tracer");
pub const build_options = @import("build_options");
pub const tracer_impl = tracer.spall; // see 'Backends' section b... | [] |
https://avatars.githubusercontent.com/u/53349189?v=4 | zentig_ecs | freakmangd/zentig_ecs | 2023-04-18T21:48:53Z | Zig ECS library | main | 0 | 20 | 2 | 20 | https://api.github.com/repos/freakmangd/zentig_ecs/tags | MIT | [
"ecs",
"game-development",
"gamedev",
"zig",
"zig-package"
] | 6,392 | false | 2025-05-04T09:51:18Z | true | true | unknown | github | [
{
"commit": "f40bb8a935b4878c707c3fccfd5c234cfcb43bf2",
"name": "zmath",
"tar_url": "https://github.com/zig-gamedev/zmath/archive/f40bb8a935b4878c707c3fccfd5c234cfcb43bf2.tar.gz",
"type": "remote",
"url": "https://github.com/zig-gamedev/zmath"
}
] | zentig_ecs
A Zig ECS library.
Zentig is designed for scalability and ease of use, while staying out of your way.
It's heavily inspired by everything that makes <a>bevy_ecs</a>
so great and <a>Unity</a> so approachable.
WARNING:
It is not recommended to use zentig for anything major in it's current state.
While it ... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | nonce-extension | jedisct1/nonce-extension | 2023-11-02T11:33:52Z | Make AES-GCM safe to use with random nonces, for any practical number of messages. | main | 0 | 18 | 1 | 18 | https://api.github.com/repos/jedisct1/nonce-extension/tags | NOASSERTION | [
"aes",
"aes-gcm",
"derive-key-aes-gcm",
"dndk-gcm",
"double-nonce-derive-key-aes-gcm",
"extension",
"nonce",
"zig",
"zig-package"
] | 17 | false | 2025-04-17T23:56:09Z | false | false | unknown | github | [] | Derive-Key-AES-GCM
AES-GCM is a very common choice of authenticated encryption algorithm.
Unfortunately, it has some <a>pretty low usage limits</a>.
Using it with a large amount of messages requires extra care to ensure that nonces never repeat, and that keys are frequently rotated.
The TLS protocol hides that comp... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | http2.zig | hendriknielaender/http2.zig | 2024-01-30T17:22:10Z | 🌐 HTTP/2 server for zig | main | 16 | 17 | 1 | 17 | https://api.github.com/repos/hendriknielaender/http2.zig/tags | MIT | [
"http-server",
"http2",
"zig",
"zig-library",
"zig-package"
] | 373 | false | 2025-05-11T23:44:46Z | true | true | 0.13.0 | 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>
A HTTP/2 Zig library according to the HTTP/2 RFCs.
[;
const enumerable = @import("enumerable");
test "example" {
try expectEqualIter(
"(1,2,3)",
enumerable.from(std.mem.tokenizeAny(u8, "foo=1;bar=2;baz=3", "=;").buffer)
.where(std.ascii... | [] |
https://avatars.githubusercontent.com/u/1552770?v=4 | thespian | neurocyte/thespian | 2024-02-08T22:09:11Z | thespian: an actor library for Zig, C & C++ applications | master | 0 | 14 | 1 | 14 | https://api.github.com/repos/neurocyte/thespian/tags | MIT | [
"actor-model",
"cpp",
"zig",
"zig-package"
] | 218 | false | 2025-04-30T14:07:53Z | true | true | unknown | github | [
{
"commit": "1fccb83c70cd84e1dff57cc53f7db8fb99909a94.tar.gz",
"name": "cbor",
"tar_url": "https://github.com/neurocyte/cbor/archive/1fccb83c70cd84e1dff57cc53f7db8fb99909a94.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/neurocyte/cbor"
},
{
"commit": "24d28864ec5aae6146d88... | Thespian
Fast & flexible actors for Zig, C & C++ applications
To build:
<code>./zig build</code>
See <code>tests/*</code> for many interesting examples. | [
"https://github.com/neurocyte/flow"
] |
https://avatars.githubusercontent.com/u/34946442?v=4 | stitch | cryptocode/stitch | 2023-03-26T17:04:23Z | Append resources to your executables | main | 0 | 14 | 0 | 14 | https://api.github.com/repos/cryptocode/stitch/tags | MIT | [
"zig",
"zig-library",
"zig-package"
] | 50 | false | 2025-05-09T15:04:12Z | true | true | unknown | github | [] |
Stitch is a tool and library for Zig and C for adding and retrieving resources to and from executables.
Why not just use <code>@embedFile</code> / <code>#embed</code>? Stitch serves a different purpose, namely to let build systems, and <em>users</em> of your software, create self-contained executable... | [] |
https://avatars.githubusercontent.com/u/22280250?v=4 | zon_get_fields | Durobot/zon_get_fields | 2023-12-27T18:10:39Z | Utility functions to get field values from the abstract syntax tree generated from ZON (Zig Object Notation) text using Zig stdlib | main | 0 | 13 | 3 | 13 | https://api.github.com/repos/Durobot/zon_get_fields/tags | MIT | [
"zig",
"zig-package",
"ziglang",
"zon"
] | 192 | false | 2025-05-05T08:19:00Z | true | true | 0.12.0-dev.3097+5c0766b6c | github | [] | zon_get_fields
Several functions to facilitate the process of walking Abstract Syntax Trees (ASTs) generated from <a>ZON</a> text, and fetch the values of the fields from the AST.
But first you have to call <code>std.zig.Ast.parse</code> to tokenize and parse your ZON, creating the AST.
Updated to work with and tes... | [] |
https://avatars.githubusercontent.com/u/24609692?v=4 | webgpu-wasm-zig | seyhajin/webgpu-wasm-zig | 2024-01-19T17:42:44Z | 🚀 A minimal WebGPU example written in Zig, compiled to WebAssembly (wasm). 🛠️ Ideal for experimenting and preparing for native development without install dependencies (dawn, wgpu-rs). | master | 0 | 13 | 1 | 13 | https://api.github.com/repos/seyhajin/webgpu-wasm-zig/tags | MIT | [
"3d-graphics",
"emscripten",
"wasm",
"webassembly",
"webgpu",
"zig",
"zig-package"
] | 207 | false | 2025-05-19T14:57:36Z | true | false | unknown | github | [] |
webgpu-wasm-zig
A minimal WebGPU example written in Zig, compiled to WebAssembly (wasm).

Getting started
Clone
<code>bash
git clone https://github.com/seyhajin/webgpu-wasm-zig.git</code>
Alternatively, download <a>zip</a> ... | [] |
https://avatars.githubusercontent.com/u/22038970?v=4 | bit-string | paoda/bit-string | 2023-08-17T03:16:24Z | null | main | 0 | 13 | 0 | 13 | https://api.github.com/repos/paoda/bit-string/tags | MIT | [
"zig-library",
"zig-package"
] | 16 | false | 2025-05-16T22:46:26Z | true | true | 0.14.0 | github | [] | Bit String
A library to check and extract values from integers based on a "bit string". Primarily intended for (my) emulator instruction decoding, but maybe someone else can find a use for it?
Example
```zig
const std = @import("std");
test "doc test" {
const value: u8 = 0b10001011;
<code>try std.testing.expe... | [] |
https://avatars.githubusercontent.com/u/4718156?v=4 | boltdb-zig | laohanlinux/boltdb-zig | 2023-05-13T17:12:55Z | null | main | 1 | 12 | 0 | 12 | https://api.github.com/repos/laohanlinux/boltdb-zig/tags | Apache-2.0 | [
"zig-package"
] | 27,898 | false | 2025-01-23T02:41:46Z | true | true | unknown | github | [] | boltdb-zig
A pure Zig implementation of BoltDB, an embedded key/value database.
Overview
boltdb-zig is a Zig port of the original <a>BoltDB</a>, which is a simple yet powerful embedded key/value database written in Go. It provides a consistent and ACID-compliant data store with the following features:
<ul>
<li>Pure ... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.