avatar_url stringlengths 47 116 ⌀ | name stringlengths 1 46 | full_name stringlengths 7 60 | created_at stringdate 2016-04-01 08:17:56 2025-05-20 11:38:17 | description stringlengths 0 387 ⌀ | default_branch stringclasses 44
values | open_issues int64 0 4.93k | stargazers_count int64 0 78.2k | forks_count int64 0 3.09k | watchers_count int64 0 78.2k | tags_url stringlengths 0 94 | license stringclasses 27
values | topics listlengths 1 20 | size int64 0 4.82M | fork bool 2
classes | updated_at stringdate 2018-11-13 14:41:18 2025-05-22 08:23:54 | has_build_zig bool 2
classes | has_build_zig_zon bool 2
classes | zig_minimum_version stringclasses 50
values | repo_from stringclasses 3
values | dependencies listlengths 0 38 | readme_content stringlengths 0 437k | dependents listlengths 0 21 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://avatars.githubusercontent.com/u/191431411?v=4 | ZigServeX | QubitSync/ZigServeX | 2024-12-21T05:58:53Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/QubitSync/ZigServeX/tags | NOASSERTION | [
"htmx",
"zig",
"ziglang"
] | 10 | false | 2025-01-13T13:05:16Z | true | true | 0.13.0 | github | [
{
"commit": "master",
"name": "zap",
"tar_url": "https://github.com/zigzap/zap/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/zigzap/zap"
}
] | Daily-Decode- | [] |
https://avatars.githubusercontent.com/u/118304846?v=4 | mini-RTS-zig-bot | pwalig/mini-RTS-zig-bot | 2025-01-18T19:34:42Z | bot client for https://github.com/pwalig/mini-RTS-server | main | 7 | 0 | 0 | 0 | https://api.github.com/repos/pwalig/mini-RTS-zig-bot/tags | GPL-2.0 | [
"bot",
"command-line",
"game-bot",
"learning-zig",
"rts-game",
"tcp",
"tcp-client",
"zig",
"zig-lang",
"zig-language",
"zig-programming-language",
"ziglang"
] | 85 | false | 2025-02-04T14:26:46Z | true | false | unknown | github | [] | mini-RTS-zig-bot
bot client for <a>mini-RTS-game</a>
Build with Zig
<code>git clone https://github.com/pwalig/mini-RTS-zig-bot.git
cd mini-RTS-zig-bot
zig build -Doptimize=ReleaseSmall</code>
Optionally set <code>-Doptimize=ReleaseFast</code>.
<code>ReleaseSmall</code> is prefered due to fairly large delay between g... | [] |
https://avatars.githubusercontent.com/u/56176644?v=4 | zerv | pchchv/zerv | 2024-08-12T10:18:04Z | HTTP/1.1 server written in zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/pchchv/zerv/tags | Apache-2.0 | [
"http",
"http-server",
"zig",
"ziglang"
] | 246 | false | 2025-03-26T07:16:11Z | true | true | unknown | github | [] | zerv
HTTP/1.1 server written in zig.
```zig
const std = @import("std");
const zerv = @import("zerv");
pub fn main() !void {
const allocator = gpa.allocator();
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
// In more advance cases,
// a custom “Handler” will be used instead of “void”.
// The last parame... | [] |
https://avatars.githubusercontent.com/u/149815296?v=4 | timeout | posix-utilities/timeout | 2024-09-12T03:53:12Z | POSIX.1-2024 timeout | main | 2 | 0 | 0 | 0 | https://api.github.com/repos/posix-utilities/timeout/tags | MPL-2.0 | [
"posix",
"posix-2024",
"timeout",
"zig"
] | 17 | false | 2024-09-12T19:08:26Z | false | false | unknown | github | [] | <a><code>timeout</code></a>
POSIX.1-2024 timeout
<code>sh
timeout [options] <duration> <command> [arguments...]</code>
```text
-f send timeout signal to the proccess only, not the process group
(when the group is sent the signal, 'timeout' briefly ignores it)
-k kill the proc... | [] |
https://avatars.githubusercontent.com/u/62779291?v=4 | zig-bntx | shimamura-sakura/zig-bntx | 2024-08-17T03:11:25Z | extract textures from switch bntx | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/shimamura-sakura/zig-bntx/tags | MIT | [
"bntx",
"switch",
"zig"
] | 5 | false | 2024-08-17T13:19:06Z | false | false | unknown | github | [] | zig-bntx
use zig 0.14
outputs raw data (unswizzled blocks), you need to load it by yourself
currently not handling TileMode field
build
zig build-exe main.zig
run
./main bntxfile.bntx outfile.data | [] |
https://avatars.githubusercontent.com/u/96076981?v=4 | ZigRipples | JohanRimez/ZigRipples | 2024-08-21T10:46:30Z | Graphic demonstration featuring ZIG & SDL2 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/JohanRimez/ZigRipples/tags | MIT | [
"sdl2",
"zig"
] | 10 | false | 2024-09-18T11:34:08Z | true | true | 0.13.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/80385231?v=4 | ChronoZig | Pranavh-2004/ChronoZig | 2025-01-06T18:19:53Z | A command-line stopwatch timer built with Zig, featuring start, stop, reset, and elapsed time functionalities. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Pranavh-2004/ChronoZig/tags | MIT | [
"cli-tool",
"stopwatch",
"time-tracker",
"timer",
"zig",
"ziglang"
] | 2 | false | 2025-01-06T18:25:37Z | true | false | unknown | github | [] | 404 | [] |
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/576065?v=4 | zig-learnopengl | thekorn/zig-learnopengl | 2024-08-15T03:13:43Z | LearnOpenGL in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/thekorn/zig-learnopengl/tags | - | [
"opengl",
"zig"
] | 66 | false | 2024-12-15T12:00:19Z | true | true | unknown | github | [] | learnOpenGL in zig
My journey following the <a>learnOpenGL</a> tutorials in zig.
Run each chapter
<code>bash
$ zig build hello_window</code>
development
In order to make implementation easier, translate the c code to zig:
<code>bash
$ zig translate-c $(pkg-config --cflags glfw3) src/cImports.h > translated_c... | [] |
https://avatars.githubusercontent.com/u/1856197?v=4 | zig-wasm-parser | FOLLGAD/zig-wasm-parser | 2024-09-02T21:17:29Z | Experimenting with WASM compilation from Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/FOLLGAD/zig-wasm-parser/tags | - | [
"zig"
] | 71 | false | 2025-03-08T23:21:53Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "mecha",
"tar_url": "https://github.com/Hejsil/mecha/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/mecha"
}
] | Partial-JSON parser
A "partial" JSON parser for WASM.
Why?
LLM stream parsing is hard. Parsers are often used to extract data from unstructured text.
One of the most common data formats is JSON, and while it's streaming, it might look like this:
<code>json
{
"name": "John Doe",
"age": 30,
"address": {
"st... | [] |
https://avatars.githubusercontent.com/u/16691430?v=4 | ziggres | Tiltimus/ziggres | 2024-10-05T21:22:29Z | A lightweight PostgreSQL client for Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Tiltimus/ziggres/tags | MIT | [
"postgresql",
"zig"
] | 2,844 | false | 2025-04-28T20:38:14Z | true | true | 0.14.0 | github | [] | Ziggres
This library is a PostgreSQL driver written in Zig. Provides the basic functionality to perform queries. See examples folder for more.
Installation
<code>zig
.{
.name = "my-project",
.version = "0.0.0",
.dependencies = .{
.ziggres = .{
.url = "https://github.com/Tiltimus/ziggr... | [] |
https://avatars.githubusercontent.com/u/85955025?v=4 | wayland-gfx-project | Liam-Malone/wayland-gfx-project | 2024-10-19T16:03:50Z | Learning Graphics Programming With Vulkan and From-Scratch Wayland Gfx | master | 4 | 0 | 0 | 0 | https://api.github.com/repos/Liam-Malone/wayland-gfx-project/tags | - | [
"graphics",
"graphics-programming",
"handmade",
"vulkan",
"wayland",
"wayland-client",
"zig"
] | 5,245 | false | 2025-05-05T12:26:17Z | true | true | unknown | github | [
{
"commit": null,
"name": "vulkan",
"tar_url": null,
"type": "relative",
"url": "deps/vulkan"
}
] | Graphics Project
This is a hobby project in which I am exploring everything related to creating, interactive, graphical (3D) programs to run on modern linux desktop systems.
This involves:
<ul>
<li>Connecting to the host Wayland compositor</li>
<li>Request creation of a window</li>
<li>Processing & responding to ... | [] |
https://avatars.githubusercontent.com/u/178647336?v=4 | fluentci-demo-zig | fluentci-demos/fluentci-demo-zig | 2024-08-18T16:18:49Z | FluentCI demo CI pipeline using Zig | main | 0 | 0 | 1 | 0 | https://api.github.com/repos/fluentci-demos/fluentci-demo-zig/tags | MIT | [
"cicd",
"continuous-integration",
"wasm",
"zig"
] | 6 | false | 2024-08-29T08:22:10Z | true | true | unknown | github | [] | FluentCI CI demo for Zig
<a></a>
This is an example application and CI pipeline showing how to build, test a <a>Zig</a> application using FluentCI. | [] |
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/25110884?v=4 | the-super-tiny-compiler | zdurham/the-super-tiny-compiler | 2024-12-06T22:44:26Z | Implementation of "the super tiny compiler", but in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/zdurham/the-super-tiny-compiler/tags | - | [
"compilers",
"zig"
] | 4,915 | false | 2024-12-14T20:01:44Z | true | true | unknown | github | [] | The super tiny compiler (in zig)
This is a re-implementation (without the AST transformation step) of the <a>super tiny compiler</a>.
I wrote this in zig to learn more about the language while also exploring compilers. To run the program, you can either build it with <code>zig build</code> and then run the program i... | [] |
https://avatars.githubusercontent.com/u/22024133?v=4 | zig-installer | 4thel00z/zig-installer | 2025-01-16T10:43:39Z | zig-installer, installs any recent zig version for you, straight from the zig homepage. Written in go. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/4thel00z/zig-installer/tags | GPL-3.0 | [
"install",
"version-manager",
"zig",
"ziglang"
] | 18 | false | 2025-01-16T21:09:55Z | false | false | unknown | github | [] | <code>zig-installer</code>
What this project is about
A cli for installing the Zig compiler.
It automatically downloads, verifies, and installs Zig from official releases with support for custom installation paths and multiple versions.
Installation
<code>bash
go install github.com/4thel00z/zig-installer/...@late... | [] |
https://avatars.githubusercontent.com/u/23489037?v=4 | zzzlinux | lacc97/zzzlinux | 2025-01-05T23:42:11Z | Convenience library for linux in Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/lacc97/zzzlinux/tags | Apache-2.0 | [
"linux",
"zig"
] | 39 | false | 2025-01-26T19:27:30Z | true | false | unknown | github | [] | 404 | [] |
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/46850171?v=4 | voxel_renderer | JadonBelair/voxel_renderer | 2025-01-20T07:15:24Z | A Small Voxel Engine Written in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/JadonBelair/voxel_renderer/tags | MIT | [
"graphics-programming",
"voxel-engine",
"zig"
] | 13,579 | false | 2025-04-02T23:57:07Z | true | true | unknown | github | [
{
"commit": "29c59b12e87b22f2e6ee758bbfabc801363a2aa1",
"name": "sokol",
"tar_url": "https://github.com/floooh/sokol-zig/archive/29c59b12e87b22f2e6ee758bbfabc801363a2aa1.tar.gz",
"type": "remote",
"url": "https://github.com/floooh/sokol-zig"
},
{
"commit": "35b76fae19f9d0a1ed541db621d7c4... | Voxel Renderer
A prototype minecraft-style voxel renderer written in zig using the sokol library for graphics.
Features
<ul>
<li>Chunk based rendering</li>
<li>Infinite terrain generation</li>
<li>Smart loading/unloading of out-of-view chunks</li>
</ul>
Zig Version
Requires Zig version 0.13.0
Controls
<ul>
<li>WAS... | [] |
https://avatars.githubusercontent.com/u/54503497?v=4 | simple-calculator | RetroDev256/simple-calculator | 2024-10-09T03:10:40Z | null | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/RetroDev256/simple-calculator/tags | MIT | [
"zig"
] | 14 | false | 2024-11-01T00:39:43Z | true | true | unknown | github | [] | Super simple calculator.
<code>Have fun learning!</code>
| [] |
https://avatars.githubusercontent.com/u/11700503?v=4 | zpix | braheezy/zpix | 2024-11-02T17:25:41Z | Image decoding | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/braheezy/zpix/tags | - | [
"jpeg",
"png",
"zig"
] | 5,458 | false | 2025-05-10T00:29:32Z | true | true | 0.14.0 | github | [
{
"commit": "181dd2c6a69a8392a8457a5e80e3ab2e4871e643",
"name": "SDL",
"tar_url": "https://github.com/allyourcodebase/SDL/archive/181dd2c6a69a8392a8457a5e80e3ab2e4871e643.tar.gz",
"type": "remote",
"url": "https://github.com/allyourcodebase/SDL"
}
] | zpix
Image decoding library in pure Zig. It supports:
<strong>JPEG</strong>
<ul>
<li>Baseline and Progressive formats</li>
<li>Gray, YCbCr, RGBA, and YCMK color formats.</li>
</ul>
<strong>PNG</strong>
<ul>
<li>Gray 1, 2, 4, 8, and 16 bit</li>
<li>Gray + alpha 8 bit and 16 bit</li>
<li>Truecolor 8 bit and 16 bit</li... | [
"https://github.com/zig-gamedev/zig-gamedev"
] |
https://avatars.githubusercontent.com/u/2442833?v=4 | game-of-life.zig | insolor/game-of-life.zig | 2024-11-22T09:30:38Z | WIP: Game of life with infinite (sparse) field implemented in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/insolor/game-of-life.zig/tags | MIT | [
"game-of-life",
"game-of-life-zig",
"zig",
"ziglang"
] | 68 | false | 2025-05-11T20:21:35Z | true | true | unknown | github | [
{
"commit": "master",
"name": "raylib_zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
}
] | Game of Life in Zig
<a></a>
<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>
WORK IN PROGRESS
</blockquote>
This is an implementation of <a>Conway's Game of Life</a> in <a>Zig</a> programming language with ... | [] |
https://avatars.githubusercontent.com/u/163546630?v=4 | aio | zon-dev/aio | 2024-11-28T07:28:52Z | AIO in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/zon-dev/aio/tags | MIT | [
"aio",
"asyncio",
"io-uring",
"iouring",
"kqueue",
"zig"
] | 131 | false | 2025-05-18T07:30:03Z | true | true | 0.14.0 | github | [] | aio
AIO in zig
zig version: 0.14.0-dev.2318+3ce6de876 | [] |
https://avatars.githubusercontent.com/u/139704089?v=4 | template-zig | RespiteFromReality/template-zig | 2025-01-20T11:59:39Z | Barebones zig app template | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/RespiteFromReality/template-zig/tags | - | [
"zig"
] | 6 | false | 2025-05-17T14:47:39Z | true | true | 0.14.0 | github | [] | Template Zig
A barebones zig application template, for zig stable releases.
Usage
<ul>
<li>Click <code>Use this template</code> -> <code>Create new repository</code></li>
<li>Name and create your repository</li>
<li>Clone it with git</li>
<li>Change the <code>.name</code> and <code>version</code> inside <code>buil... | [] |
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/20785524?v=4 | smoko | lobes/smoko | 2024-10-25T05:04:30Z | Put your displays to sleep after a delay. So you can go on smoko. | base | 2 | 0 | 0 | 0 | https://api.github.com/repos/lobes/smoko/tags | Unlicense | [
"cli",
"zig"
] | 65,172 | false | 2025-01-28T03:06:24Z | true | true | unknown | github | [] | smoko
Australian slang for putting the tools down and taking a break for an unknown period of time.
You tell it when you want to go on smoko. At that time, smoko will put your displays to sleep.
So you can down tools for a moment. And go on smoko.
Go drink a glass of water.
Go put your feet on some grass.
Go powe... | [] |
https://avatars.githubusercontent.com/u/86095656?v=4 | base64 | twfksh/base64 | 2025-01-28T07:33:18Z | base64 encoder-decoder written in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/twfksh/base64/tags | - | [
"base64",
"base64-decoding",
"base64-encoding",
"zig",
"ziglang"
] | 8 | false | 2025-01-29T10:24:06Z | true | true | unknown | github | [] |
base64 encoder
base64 decoder
| [] |
https://avatars.githubusercontent.com/u/96076981?v=4 | ZigJulia | JohanRimez/ZigJulia | 2024-09-12T09:48:47Z | Graphic demonstration featuring ZIG & SDL2 | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/JohanRimez/ZigJulia/tags | MIT | [
"sdl2",
"zig"
] | 6 | false | 2024-09-18T11:33:47Z | true | true | 0.13.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/54503497?v=4 | jitter_rng | RetroDev256/jitter_rng | 2024-11-01T00:38:01Z | null | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/RetroDev256/jitter_rng/tags | MIT | [
"zig",
"zig-library",
"zig-package"
] | 11 | false | 2024-11-02T00:56:20Z | true | true | unknown | github | [] | Say hello to easy-peasy true random!
This library exposes a std.Random interface and jitter() function -
both will use CPU timing jitter to generate random numbers.
We make the following assumptions:
- Your system has a CPU that supports high resolution timers
- Your system runs other processes at the same time as th... | [] |
https://avatars.githubusercontent.com/u/7109515?v=4 | python_vs_c_vs_zig | ramonmeza/python_vs_c_vs_zig | 2024-11-15T21:42:03Z | A performance comparison of different algorithms implemented in Python, C, and Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ramonmeza/python_vs_c_vs_zig/tags | - | [
"algorithms",
"c",
"python",
"quicksort",
"sorting",
"zig",
"zig-program"
] | 15 | false | 2025-02-08T14:10:55Z | true | false | unknown | github | [] | Algorithm Performance Showdown
A performance comparison test on different algorithms implemented in Python, C,
and Zig.
<code>app.py</code>
<a>Source File</a>
This application takes in the CLI arguments, creates a <code>TestReport</code>, creates
randomized test data and passes that data to the algorithm. The <code... | [] |
https://avatars.githubusercontent.com/u/46354333?v=4 | wls-zig | vspaz/wls-zig | 2025-01-19T17:46:01Z | WLS, weighted linear regression in pure Zig w/o any 3d party dependencies or frameworks. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/vspaz/wls-zig/tags | - | [
"least-square-fit",
"least-square-method",
"weighted-linear-regression",
"weighted-regression",
"wls",
"zig",
"ziglang"
] | 33 | false | 2025-03-06T23:48:51Z | true | true | 0.14.0 | github | [] | wls-zig
<code>wls-zig</code> is the implementation of weighted linear regression in pure <strong>Zig</strong> w/o any 3d party dependencies or frameworks.
Installation
<ol>
<li>
Run the following command inside your project:
<code>shell
zig fetch --save git+https://github.com/vspaz/wls-zig.git#main</code>
it should ... | [] |
https://avatars.githubusercontent.com/u/633183?v=4 | env-logger | knutwalker/env-logger | 2025-01-25T01:28:04Z | A pretty and simple logger for Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/knutwalker/env-logger/tags | MIT | [
"cli",
"env-logger",
"logging",
"zig"
] | 417 | false | 2025-04-11T22:25:18Z | true | true | 0.14.0 | github | [] |
env-logger <a></a>
A pretty logger for Zig, inspired by <a>pretty_env_logger</a>.
The logger works together with the <code>std.log</code> API.
It provides a <code>logFn</code> function that can be set to your <code>std.Options</code>.
Quick start example
```zig
const std = @import("std");
const env_logger = @imp... | [] |
https://avatars.githubusercontent.com/u/14921224?v=4 | aoc24-zig | drewsilcock/aoc24-zig | 2024-12-03T22:19:26Z | Advent of Code 2024 in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/drewsilcock/aoc24-zig/tags | - | [
"advent-of-code",
"zig"
] | 59 | false | 2024-12-19T17:35:24Z | true | true | unknown | github | [] | Advent of Code in Zig
Implementing <a>Advent of Code 2024</a> in Zig.
<strong>Disclaimer:</strong> This is the first time I've written Zig so it's probably not using best practices and whatnot. Any helpful feedback welcome 😎
Getting started
First, <a>Install zig</a>, e.g. <code>brew install zig</code>.
To run a p... | [] |
https://avatars.githubusercontent.com/u/96076981?v=4 | ZigMarching | JohanRimez/ZigMarching | 2024-09-11T20:05:36Z | Graphic demonstration featuring ZIG & SDL2 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/JohanRimez/ZigMarching/tags | MIT | [
"sdl2",
"sdl2-image",
"zig"
] | 12 | false | 2024-09-18T11:33:55Z | true | true | 0.13.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/96076981?v=4 | ZigFireworks | JohanRimez/ZigFireworks | 2024-08-21T10:41:58Z | Graphic demonstration featuring ZIG & SDL2 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/JohanRimez/ZigFireworks/tags | MIT | [
"sdl2",
"zig"
] | 8 | false | 2024-09-18T11:33:34Z | true | true | 0.13.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/9116281?v=4 | zigstersfpl | g41797/zigstersfpl | 2024-09-09T06:22:22Z | What was your first programming language? | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/g41797/zigstersfpl/tags | MIT | [
"post",
"zig",
"zigsters"
] | 23 | false | 2024-11-26T13:08:35Z | true | true | unknown | github | [] | What was your first programming language?
<a></a>
The result of the survey <a>What was your first programming language?</a>:
- Participated: 139 Zigsters.
- Programming languages: 29.
- Winner: BASIC(47/139).
- Oldest: FORTRAN(1965).
- Youngest: Rust(2024).
By # of Zigsters
| Language | Zigsters |
|:---------|-----... | [] |
https://avatars.githubusercontent.com/u/23698404?v=4 | zig-calc | desktopgame/zig-calc | 2024-08-21T14:25:22Z | simple calcuulator written in zig | develop | 0 | 0 | 0 | 0 | https://api.github.com/repos/desktopgame/zig-calc/tags | - | [
"zig",
"ziglang"
] | 26 | false | 2024-08-24T05:03:05Z | true | true | unknown | github | [] | zig-calc
zig-calc is simple calculator, written in zig.
only basic arithmetic operations, constant, and function supported.
example
````
zig build run -- 3 + 4
<blockquote>
7
zig build run -- 12 + (3 * 4)
24
zig build run -- -3 * 2
-6
zig build run -- 5 + (-3)
2
zig build run -- max(1,2)
2
zig build run -- min(1,2)... | [] |
https://avatars.githubusercontent.com/u/13668008?v=4 | tameboy | sylvrs/tameboy | 2024-08-15T03:09:07Z | A Zig-based GameBoy emulator written for the browser | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/sylvrs/tameboy/tags | - | [
"emulator",
"gameboy",
"wasm",
"zig"
] | 173 | false | 2024-08-15T03:14:38Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/184568612?v=4 | zollections | zigzedd/zollections | 2024-10-11T09:17:44Z | [MIRROR] Zig collections library. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/zigzedd/zollections/tags | MIT | [
"collections",
"zig",
"zig-library",
"zig-package"
] | 11 | false | 2025-01-08T22:24:08Z | true | true | 0.13.0 | github | [] |
<a>
</a>
Zollections
<a>Documentation</a>
|
<a>API</a>
Zig collections library
Zollections is part of <a><em>zedd</em></a>, a collection of useful libraries for zig.
Zollections
<em>Zollections</em> is a collections library for Zig. It's made to e... | [
"https://github.com/zigzedd/zrm"
] |
https://avatars.githubusercontent.com/u/2442833?v=4 | aoc2024.zig | insolor/aoc2024.zig | 2024-12-01T22:10:52Z | Advent of Code 2024 in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/insolor/aoc2024.zig/tags | - | [
"advent-of-code",
"advent-of-code-2024",
"advent-of-code-2024-zig",
"zig",
"ziglang"
] | 74 | false | 2024-12-14T14:55:48Z | true | true | unknown | github | [] | Advent of Code 2024
<a>https://adventofcode.com/2024</a> | [] |
https://avatars.githubusercontent.com/u/47543854?v=4 | pgz | vikassandhu999/pgz | 2025-01-18T03:25:37Z | Native PostgreSQL Driver for Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/vikassandhu999/pgz/tags | - | [
"database",
"driver",
"postgres",
"zig"
] | 42 | false | 2025-01-31T06:13:28Z | true | true | unknown | github | [] | Native PostgreSQL Driver for Zig
A from-scratch PostgreSQL driver written entirely in Zig. This project aims to implement the PostgreSQL wire protocol, handling authentication, queries, and data parsing without relying on libpq or other C dependencies. | [
"https://github.com/star-tek-mb/migrator"
] |
https://avatars.githubusercontent.com/u/35064754?v=4 | W | wooster0/W | 2024-12-16T11:28:46Z | Fantasy computer | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/wooster0/W/tags | - | [
"assembly-language",
"fantasy-computer",
"fantasy-console",
"wayland",
"wayland-client",
"zig"
] | 25 | false | 2024-12-16T11:40:33Z | true | false | unknown | github | [] | W
A virtual computer (fantasy computer) with its own assembly language and system interface.
The whole thing is a single program that can both assemble source files and run the resulting machine code.
In an optimize mode other than Debug or ReleaseSafe,
the program makes zero usage of the Zig standard library, uses ... | [] |
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/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/8210099?v=4 | zli | xcaeser/zli | 2025-05-14T20:39:08Z | 📟 A blazing fast Zig CLI framework. Build ergonomic, high-performance command-line tools with ease. | main | 1 | 41 | 3 | 41 | https://api.github.com/repos/xcaeser/zli/tags | MIT | [
"cli",
"zig",
"zig-library"
] | 69 | false | 2025-05-20T20:32:45Z | true | true | 0.14.0 | github | [] | 📟 zli
A <strong>blazing-fast</strong>, zero-cost CLI framework for Zig — inspired by Cobra (Go) and clap (Rust).
Build modular, ergonomic, and high-performance CLIs with ease.
<a></a>
<a></a>
<a></a>
<a></a>
<blockquote>
[!TIP]
🧱 Each command is modular and self-contained.
</blockquote>
📚 Documentation
See <a>... | [] |
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/998922?v=4 | zsp | dbushell/zsp | 2025-03-03T13:05:17Z | ⚡ ZSP is my personal ZSH prompt written in Zig | main | 0 | 24 | 0 | 24 | https://api.github.com/repos/dbushell/zsp/tags | MIT | [
"zig",
"ziglang",
"zsh"
] | 52 | false | 2025-05-15T14:04:28Z | true | true | 0.14.0 | github | [
{
"commit": "4030f154ba0cd29910bec4e809955e730d8f0ed7",
"name": "minizign",
"tar_url": "https://github.com/jedisct1/zig-minisign/archive/4030f154ba0cd29910bec4e809955e730d8f0ed7.tar.gz",
"type": "remote",
"url": "https://github.com/jedisct1/zig-minisign"
}
] | ⚡ ZSP
ZSP is my personal ZSH prompt written in <a>Zig</a>.
From the blog:
<ul>
<li><a>"I built a ZSH Prompt with Zig"</a></li>
<li><a>"Zig App Release and Updates via Github"</a></li>
</ul>
This is a hobby project for me to learn Zig software development.
Usage
Ensure <code>zsp</code> binary is in <code>$PATH</c... | [] |
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/28509323?v=4 | tase | Gnyblast/tase | 2025-02-24T20:48:36Z | Multi-agent centralized logs control and management tool written in zig. | master | 0 | 12 | 0 | 12 | https://api.github.com/repos/Gnyblast/tase/tags | MIT | [
"controller",
"delete",
"devops",
"devops-tools",
"log",
"logging",
"management",
"multiagent",
"rotate",
"sysadmin",
"sysadmin-tool",
"truncate",
"zig",
"ziglang"
] | 3,106 | false | 2025-05-20T04:09:21Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "datetime",
"tar_url": "https://github.com/frmdstryr/zig-datetime/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/frmdstryr/zig-datetime"
},
{
"commit": "master",
"name": "args",
"tar_url": "https://github.com/ikskuh/zig-args/arc... | <a></a>
<a></a>
<a></a>
<a target="_blank">
</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>
Tase is on beta version at the moment and missing truncate functionality.
<span class="bg-yellow-100 te... | [] |
https://avatars.githubusercontent.com/u/24439787?v=4 | Fluid-Simulation | PavelDoGreat/Fluid-Simulation | 2025-04-20T04:25:26Z | This project will be a complete rewrite of my mobile app Fluid Simulation. It will be done in an open-source way and hopefully will inspire many people around the world. | main | 0 | 12 | 1 | 12 | https://api.github.com/repos/PavelDoGreat/Fluid-Simulation/tags | MIT | [
"zig"
] | 812 | false | 2025-05-21T16:39:46Z | true | true | 0.14.0 | github | [
{
"commit": "e3756ae7fb9463ee12004bd3f435c84f73bee7f6",
"name": "shdc",
"tar_url": "https://github.com/floooh/sokol-tools-bin/archive/e3756ae7fb9463ee12004bd3f435c84f73bee7f6.tar.gz",
"type": "remote",
"url": "https://github.com/floooh/sokol-tools-bin"
}
] | Open-source Fluid Simulation
<em>This project will be a complete rewrite of my mobile app Fluid Simulation. It will be done in an open-source way and hopefully will inspire many people around the world.</em>
Here are the links to the app:
- <strong>Android (Free):</strong> https://play.google.com/store/apps/det... | [] |
https://avatars.githubusercontent.com/u/65602967?v=4 | mkpr | Sophed/mkpr | 2025-04-18T02:51:13Z | ⚡ fast Zig CLI tool to create projects from a set of opinionated language templates | main | 0 | 10 | 0 | 10 | https://api.github.com/repos/Sophed/mkpr/tags | MIT | [
"just",
"mkpr",
"mkproject",
"project-init",
"zig"
] | 281 | false | 2025-05-18T05:52:43Z | true | true | 0.14.0 | github | [] | mkpr — make project
Fast Zig CLI tool to create projects from a set of opinionated language templates
Usage
<code>mkpr <template> <project-name></code>
- Use <code>mkpr ls</code> for a list of templates
Motive
Originally based on my project <a>golaunch</a>, mkpr is intended to be a comprehensive set ... | [] |
https://avatars.githubusercontent.com/u/124677802?v=4 | android-ndk-custom | HomuHomu833/android-ndk-custom | 2025-02-22T08:08:25Z | Android NDK with custom LLVM built using musl and Cosmopolitan libc, supporting multiple architectures and platforms. | main | 0 | 10 | 6 | 10 | https://api.github.com/repos/HomuHomu833/android-ndk-custom/tags | MIT | [
"android",
"cosmo",
"cosmopolitan",
"cosmopolitan-libc",
"custom",
"musl",
"musl-libc",
"ndk",
"termux",
"zig"
] | 647 | false | 2025-05-21T02:23:13Z | false | false | unknown | github | [] | Android NDK Custom
A custom-built Android NDK that replaces the default toolchain with a modified LLVM using <strong>musl libc from <a>Zig</a></strong> and <strong><a>Cosmopolitan libc</a></strong>. Inspired by <a>Zongou's build system</a>.
Features
<ul>
<li><strong>Custom LLVM</strong> build, sourced from Google's r... | [] |
https://avatars.githubusercontent.com/u/86865279?v=4 | zclock | tr1ckydev/zclock | 2025-04-19T08:37:24Z | A cross-platform terminal digital clock. | main | 1 | 9 | 1 | 9 | https://api.github.com/repos/tr1ckydev/zclock/tags | MIT | [
"tty-clock",
"zig"
] | 78 | false | 2025-05-21T22:04:58Z | true | true | unknown | github | [] |
zclock
A minimal customizable cross-platform terminal digital clock.
zclock is written from scratch in <a>zig</a> and only uses <code>time.h</code> and pure zig std.
<ul>
<li>Works on windows, macos and linux</li>
<li>Auto center or manual position in terminal</li>
<li>Custom date string formatting</li>
<li>Toggle ... | [] |
https://avatars.githubusercontent.com/u/11627921?v=4 | zigma | Thomvanoorschot/zigma | 2025-03-15T15:53:46Z | Zigma is an algorithmic trading framework built with the Zig programming language, leveraging an actor-based concurrency model. It aims to provide an efficient, low-latency system for algorithmic trading through components handling market data, strategy execution, order management, risk, and data persistence. | main | 0 | 9 | 0 | 9 | https://api.github.com/repos/Thomvanoorschot/zigma/tags | MIT | [
"actor",
"actor-framework",
"concurrency",
"quantitative-finance",
"trading",
"wasm",
"zig",
"ziglang"
] | 18,506 | false | 2025-05-19T16:54:23Z | false | false | unknown | github | [] | Zigma: Actor-Based Algorithmic Trading Framework
Overview
Zigma is an algorithmic trading framework built with the Zig programming language, leveraging an actor-based concurrency model. This project serves as both a practical trading system and an educational exploration of Zig’s memory management capabilities and co... | [] |
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/38849891?v=4 | zi | xoltia/zi | 2025-05-03T17:51:50Z | A Zig/ZLS installer. | main | 0 | 9 | 0 | 9 | https://api.github.com/repos/xoltia/zi/tags | MIT | [
"installer",
"version-manager",
"zig"
] | 77 | false | 2025-05-21T05:34:10Z | true | true | 0.15.0-dev.386+2e35fdd03 | github | [] | zi: a zig installer
zi is a basic tool that helps you install specific versions of Zig from the official index.
It can also install ZLS, either from GitHub releases or by building it from source for use with the latest Zig version.
Usage
```
Usage:
zi [OPTIONS] [SUBCOMMAND]
Subcommands:
ls ... | [] |
https://avatars.githubusercontent.com/u/151967?v=4 | whats | mrusme/whats | 2025-04-14T23:19:32Z | Command line tool for getting answers to everyday questions like `whats 2 meters in feet` or more importantly `whats 1.21 gigawatts in watts` | master | 1 | 8 | 0 | 8 | https://api.github.com/repos/mrusme/whats/tags | GPL-3.0 | [
"calculator",
"cli",
"command-line",
"command-line-tool",
"conversion",
"converter",
"tool",
"tools",
"zig"
] | 215 | false | 2025-05-14T16:21:04Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "bfstree_zig",
"tar_url": "https://github.com/mrusme/bfstree.zig//archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/mrusme/bfstree.zig/"
},
{
"commit": "master",
"name": "xml",
"tar_url": "https://github.com/ianprime0509/zig-xml//a... | whats
<a></a>
Command line tool for getting answers to everyday questions like:
<code>sh
whats 2 meters in feet</code>
... or more importantly:
<code>sh
whats 1.21 gigawatts in watts</code>
This tool is in its <strong>very</strong> early stages and right now primarily a <em>finger
exercise</em> for me while get... | [] |
https://avatars.githubusercontent.com/u/4337696?v=4 | hparse | nikneym/hparse | 2025-02-16T08:30:17Z | Fastest HTTP parser in the west. Utilizes SIMD vectorization, supports streaming and never allocates. Powered by Zig ⚡ | main | 0 | 8 | 0 | 8 | https://api.github.com/repos/nikneym/hparse/tags | MIT | [
"http",
"http-parser",
"parse",
"zig",
"ziglang"
] | 81 | false | 2025-04-23T01:58:25Z | true | true | unknown | github | [] | hparse
Fast HTTP/1.1 & HTTP/1.0 parser. Powered by Zig ⚡
Features
<ul>
<li>Cross-platform SIMD vectorization through Zig's <code>@Vector</code>,</li>
<li>Streaming first; can be easily integrated to event loops,</li>
<li>Handles partial requests,</li>
<li>Never allocates and never copies.</li>
<li>Similar AP... | [] |
https://avatars.githubusercontent.com/u/61094301?v=4 | zterm | Rowobin/zterm | 2025-05-17T22:08:05Z | A terminal manipulation library written in Zig. | main | 0 | 7 | 0 | 7 | https://api.github.com/repos/Rowobin/zterm/tags | MIT | [
"terminal",
"terminal-us",
"zig"
] | 5 | false | 2025-05-20T16:34:20Z | true | true | 0.14.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>
This library is a work in progress, bugs and incomplete feeatures are to be expected.
</blockquote>
zterm
A low-level terminal manipulation library written in... | [] |
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/55424194?v=4 | zzon | nurulhudaapon/zzon | 2025-04-16T16:05:18Z | A fast, spec compliant, ZON parser and serializer for JavaScript. | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/nurulhudaapon/zzon/tags | - | [
"javascript",
"js",
"json",
"ts",
"typescript",
"zig",
"zon"
] | 1,827 | false | 2025-04-21T20:04:45Z | false | false | unknown | github | [] | Zig ZON › zzon
<a></a>
<a></a>
A fast, spec-compliant ZON parser and serializer for JavaScript.
<a>ZON</a> is a compact, human-readable, and easy-to-parse data format from the Zig programming language that is similar to JSON in JavaScript.
The API is similar to the native <a><code>JSON</code> API</a>.
... | [] |
https://avatars.githubusercontent.com/u/1084816?v=4 | wax | chrisco512/wax | 2025-02-14T03:35:13Z | A simple, zero-dependency smart contract framework for Arbitrum Stylus, written in Zig | master | 2 | 6 | 1 | 6 | https://api.github.com/repos/chrisco512/wax/tags | - | [
"arbitrum",
"ethereum",
"wasm",
"zig"
] | 289 | false | 2025-05-11T04:17:43Z | true | true | unknown | github | [] |
Wax
A simple, zero-dependency smart contract framework for Arbitrum Stylus, written in Zig
Philosophy
<ul>
<li>Simple router-based app framework</li>
<li>Supports middleware</li>
<li>Tiny binaries</li>
<li>Maximum performance</li>
<li>Learn it in an afternoon (even with zero Zig experience)</li>
<li>Avoid esoteric ... | [] |
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/24578855?v=4 | zig-jwt | deatil/zig-jwt | 2025-02-20T11:10:53Z | A JWT (JSON Web Token) library for zig. | main | 0 | 6 | 1 | 6 | https://api.github.com/repos/deatil/zig-jwt/tags | Apache-2.0 | [
"jwt",
"zig",
"zig-jwt"
] | 153 | false | 2025-05-21T03:54:25Z | true | true | 0.14.0-dev.3451+d8d2aa9af | github | [] | Zig-jwt
A JWT (JSON Web Token) library for zig.
Env
<ul>
<li>Zig >= 0.14.0-dev.3451+d8d2aa9af</li>
</ul>
What the heck is a JWT?
JWT.io has <a>a great introduction</a> to JSON Web Tokens.
In short, it's a signed JSON object that does something useful (for example, authentication). It's commonly used for <code>... | [] |
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/55464917?v=4 | whatszig | jlucaso1/whatszig | 2025-03-24T22:10:27Z | A WhatsApp messaging client written in Zig, powered by the Go WhatsApp library. | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/jlucaso1/whatszig/tags | MIT | [
"client",
"go",
"whatsapp",
"zig"
] | 57 | false | 2025-03-31T20:17:54Z | true | true | 0.14.0 | github | [] | WhatsZig
A WhatsApp messaging client written in Zig, powered by the Go WhatsApp library.
<a></a>
Description
WhatsZig is a simple WhatsApp messaging application that connects to the WhatsApp network using Zig as the primary language with Go bindings. It allows you to authenticate via QR code and send messages to Wh... | [] |
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/200407513?v=4 | ruthenium | ruthenium-lang/ruthenium | 2025-03-03T21:41:48Z | The Ruthenium Programming Language | master | 17 | 5 | 1 | 5 | https://api.github.com/repos/ruthenium-lang/ruthenium/tags | - | [
"befunge",
"brainfuck",
"dreamberd",
"funny-coding",
"funny-program",
"go",
"golang",
"gulfofmexico",
"intercal",
"java",
"malbolge",
"nim",
"piet",
"programming-language",
"programming-language-development",
"rust",
"ruthenium",
"satyamshorrf",
"zig"
] | 406 | false | 2025-05-16T18:05:22Z | false | false | unknown | github | [] | 404 | [] |
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/207234749?v=4 | cli | for-zig/cli | 2025-04-11T15:40:44Z | Easy CLI in zig | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/for-zig/cli/tags | MIT | [
"cli",
"cmd",
"terminal",
"zig"
] | 7 | false | 2025-05-10T15:57:46Z | true | true | 0.15.0-dev.64+2a4e06bcb | github | [] |
<b> Seamless Command Line Integration with ZIG. </b>
<b><i>
inspired from <a>SuperZIG/io/terminal</a> module.
</i></b>
<b><i>
🔥 Built for power. Designed for speed. Ready for production. 🔥
</i></b>
<ul>
<li>
Features 🌟
</li>
<li>
<strong>... | [] |
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/12181586?v=4 | ch32_zig | ghostiam/ch32_zig | 2025-02-24T22:49:14Z | WCH CH32 HAL in Zig. Compile simply with `zig build`. | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/ghostiam/ch32_zig/tags | MIT | [
"ch32",
"ch32v",
"ch32v003",
"embedded",
"embedded-zig",
"wch",
"zig",
"ziglang"
] | 20,684 | false | 2025-05-08T21:04:06Z | true | true | 0.14.0 | github | [
{
"commit": "ce6022df56143950f04ed42f8c6c25b06b54fd7f.zip",
"name": "minichlink",
"tar_url": "https://github.com/ghostiam/minichlink-ocd/archive/ce6022df56143950f04ed42f8c6c25b06b54fd7f.zip.tar.gz",
"type": "remote",
"url": "https://github.com/ghostiam/minichlink-ocd"
}
] | WCH CH32 HAL in Zig
HAL(Hardware Abstraction Layer) for the WCH CH32 series of microcontrollers written in Zig.
Project Goals
<ul>
<li>Minimizing the size of the firmware output file. After each change, the size of all examples is checked, and if it
increases, the cause is investigated and resolved.</li>
<li>Provid... | [] |
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/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/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/66087392?v=4 | zsdl | mdmrk/zsdl | 2025-02-12T18:38:59Z | SDL3 wrapper for Zig | main | 1 | 4 | 1 | 4 | https://api.github.com/repos/mdmrk/zsdl/tags | Zlib | [
"sdl3",
"zig"
] | 387 | false | 2025-04-30T15:53:27Z | 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"
}
] | zsdl - SDL3 wrapper for Zig
SDL3 wrapper for Zig 0.14.0 built on top of <a>castholm/SDL</a>'s Zig build system implementation for SDL.
Check out the <a>documentation</a> for more info.
Usage
<code>sh
zig fetch --save git+https://github.com/mdmrk/zsdl.git</code>
<code>zig
const zsdl = b.dependency("zsdl", .{
.t... | [
"https://github.com/zig-gamedev/zgui",
"https://github.com/zig-gamedev/zig-gamedev"
] |
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/6756180?v=4 | zcc-d | kassane/zcc-d | 2025-05-13T17:32:29Z | D library for build scripts to compile C/C++ code using zig toolchain | main | 1 | 3 | 0 | 3 | https://api.github.com/repos/kassane/zcc-d/tags | MIT | [
"cross-compile",
"d",
"dlang",
"zig"
] | 24 | false | 2025-05-20T17:05:46Z | false | false | unknown | github | [] | zcc-d
<a></a>
<a></a>
<a></a>
A D library for building C/C++ code using Zig as a cross-compilation toolchain, inspired by <a>cc-rs</a> and <a>cargo-zigbuild</a>.
Features
<ul>
<li>Cross-compilation support via Zig's C/C++ compiler</li>
<li>Target triple and CPU architecture configuration</li>
<li>Automatic C++ mode... | [] |
https://avatars.githubusercontent.com/u/60502183?v=4 | chdb-zig | s0und0fs1lence/chdb-zig | 2025-03-26T22:40:21Z | Zig wrapper for chdb | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/s0und0fs1lence/chdb-zig/tags | Apache-2.0 | [
"chdb",
"clickhouse",
"sql",
"zig"
] | 3,401 | false | 2025-04-14T13:30:12Z | true | true | 0.14.0 | github | [] | chdb-zig
A Zig wrapper for <a>chdb</a> - the embedded ClickHouse database. This library provides a safe, efficient, and ergonomic way to interact with chdb using Zig's powerful type system and memory safety features.
Features
<ul>
<li>🛡️ Base sql interpolation function to be able to pass arguments to query</li>
<li>... | [] |
https://avatars.githubusercontent.com/u/71296243?v=4 | SysInput | PeterM45/SysInput | 2025-03-22T22:18:00Z | A system-wide autocomplete and spell-checking utility for Windows written in Zig. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/PeterM45/SysInput/tags | MIT | [
"accessibility",
"autocomplete",
"keyboard-hook",
"open-source",
"productivity",
"spellcheck",
"text-completion",
"text-editor",
"text-suggestions",
"utility",
"win32-api",
"windows",
"zig"
] | 3,430 | false | 2025-05-21T02:10:50Z | true | true | 0.14.0 | github | [] | SysInput
<strong>SysInput</strong> is a lightweight Windows utility written in <a>Zig</a>. It provides system-wide autocomplete and spell checking across all applications by capturing keystrokes and displaying suggestions near your cursor.
Demo
Features
<ul>
<li><strong>System-wide suggestions:</strong> Works in a... | [] |
https://avatars.githubusercontent.com/u/10281587?v=4 | libqt6zig-examples | rcalixte/libqt6zig-examples | 2025-03-07T13:14:24Z | Qt 6 examples for Zig | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/rcalixte/libqt6zig-examples/tags | MIT | [
"qt",
"qt6",
"zig",
"zig-program",
"ziglang"
] | 539 | false | 2025-05-22T00:22:49Z | true | true | unknown | github | [
{
"commit": "360593c0e3f67da6b7d5bb6bcb33afab36f85f15",
"name": "libqt6zig",
"tar_url": "https://github.com/rcalixte/libqt6zig/archive/360593c0e3f67da6b7d5bb6bcb33afab36f85f15.tar.gz",
"type": "remote",
"url": "https://github.com/rcalixte/libqt6zig"
}
] |

[-f7a41d?logo=zig&logoColor=f7a41d&label=Zig)](https://ziglang.org/download/)
Example applications using the MIT-licensed Qt 6 bindings for Zig
These examples can be thought of as... | [] |
https://avatars.githubusercontent.com/u/10899984?v=4 | nix-microzig-devenv | clementpoiret/nix-microzig-devenv | 2025-04-12T16:13:55Z | A template to simplify starting microcontroller projects using Zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/clementpoiret/nix-microzig-devenv/tags | MIT | [
"embedded",
"mcu",
"zig",
"ziglang"
] | 5 | false | 2025-04-13T08:40:46Z | true | true | 0.14.0 | github | [] | Microcontroller Project Template using MicroZig and Devenv
This repository serves as a GitHub template to simplify starting microcontroller projects using
<a>MicroZig</a>, a framework for developing firmware in Zig. The template is
designed to work with various MicroZig-supported boards, with the Raspberry Pi Pico 2 p... | [] |
https://avatars.githubusercontent.com/u/12181586?v=4 | ch32v003_basic_zig | ghostiam/ch32v003_basic_zig | 2025-03-26T19:54:50Z | Basic examples for ch32v003 from scratch in Zig. Just using `zig build` 🚀 | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/ghostiam/ch32v003_basic_zig/tags | MIT | [
"ch32v",
"ch32v003",
"embedded",
"embedded-zig",
"wch",
"zig",
"ziglang"
] | 27 | false | 2025-04-18T11:10:13Z | false | false | unknown | github | [] | CH32V003 basic examples
Basic examples are based on the use of registers, without abstractions. \
All examples have been tested for functionality on <code>ch32v003</code>, but since the pin to which the LED is connected may
differ for you, you will need to change the port and pin in the code. \
In these examples, the ... | [] |
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/142879640?v=4 | VimZ | MohamadCS/VimZ | 2025-02-18T17:25:14Z | A vim like text editor written in zig. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/MohamadCS/VimZ/tags | MIT | [
"terminal",
"vim",
"zig"
] | 230 | false | 2025-04-09T02:30:47Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "vaxis",
"tar_url": "https://github.com/rockorager/libvaxis/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/rockorager/libvaxis"
}
] | VimZig
A vim like text editor written in zig ...
The purpose of this project is to imporve my
knowlege in Zig.
Build
<code>bash
zig build --release=fast</code>
Usage
<code>bash
./zig-out/bin/vimz <path_to_file></code> | [] |
https://avatars.githubusercontent.com/u/104195271?v=4 | zig-wol | rktr1998/zig-wol | 2025-02-25T21:39:06Z | Wake-on-lan CLI written in Zig. | main | 4 | 3 | 0 | 3 | https://api.github.com/repos/rktr1998/zig-wol/tags | MIT | [
"cli",
"command-line",
"wake-on-lan",
"wol",
"zig",
"ziglang"
] | 53 | false | 2025-04-25T22:16:11Z | true | true | 0.14.0 | github | [
{
"commit": "8db1aa2f5efdf1e2ff6dd5f5f8efe1b4f44ff978",
"name": "network",
"tar_url": "https://github.com/ikskuh/zig-network/archive/8db1aa2f5efdf1e2ff6dd5f5f8efe1b4f44ff978.tar.gz",
"type": "remote",
"url": "https://github.com/ikskuh/zig-network"
},
{
"commit": "a39ab2595d685526a6fb13f9... |
Zig-wol
Written in the <a>Zig</a> programming language, <a>zig-wol</a> is a CLI utility for sending wake-on-lan magic packets to wake up a computer in a LAN given its MAC address.
Features
<ul>
<li>Send WOL magic packets to wake up devices on the LAN.</li>
<li>Cross-platform support for Windows and Linux.</li>
</ul... | [] |
https://avatars.githubusercontent.com/u/108661125?v=4 | BytePusher | Frost-Phoenix/BytePusher | 2025-05-04T21:14:21Z | BytePusher VM | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/Frost-Phoenix/BytePusher/tags | - | [
"bytepusher",
"vm",
"zig"
] | 747 | false | 2025-05-18T12:09:11Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "raylib_zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
}
] | BytePusher
A <a>Bytepusher</a> virtual machine made with Zig and Raylib.
| | | |
|:-------------------------:|:-------------------------:|:-------------------------:|
| | | |
Usage
<code>./bytepusher <rom-path></code>
Keyboard
KeyboardBytePusher VM
| | | | |
|:-:|:-:|:-:|:-:|
| 1 | 2 ... | [] |
https://avatars.githubusercontent.com/u/124677802?v=4 | android-sdk-custom | HomuHomu833/android-sdk-custom | 2025-05-08T12:40:47Z | Android SDK built using musl libc, supporting multiple architectures. | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/HomuHomu833/android-sdk-custom/tags | MIT | [
"android",
"custom",
"musl",
"musl-libc",
"sdk",
"termux",
"zig"
] | 866 | false | 2025-05-19T00:48:28Z | false | false | unknown | github | [] | Android SDK Custom
A custom-built Android SDK that replaces the default binaries with versions built using <strong>musl libc from <a>Zig</a></strong>. Inspired by <a>lzhiyong's Android SDK Tools</a>.
Features
<ul>
<li><strong>Custom-built binaries</strong>, sourced from Google's Android SDK repositories.</li>
<li>Use... | [] |
https://avatars.githubusercontent.com/u/44242534?v=4 | chipz-8 | diicellman/chipz-8 | 2025-03-26T12:39:05Z | CHIP-8 emulator written in zig + raylib | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/diicellman/chipz-8/tags | - | [
"chip8-emulator",
"raylib",
"zig"
] | 7 | false | 2025-04-12T12:53:06Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "raylib_zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
}
] | CHIPZ-8
<em><strong>ELECTROCHEMISTRY [Medium]</strong>: The phosphor glow of forgotten technology burns in your mind. These primitive pixels, this rudimentary sound—they call to something primal in you. The machines may be simple, but the experience was pure.</em>
A minimal Chip-8 emulator implemented in Zig using ra... | [] |
https://avatars.githubusercontent.com/u/87213748?v=4 | pvz-bloomiverse | JamzOJamz/pvz-bloomiverse | 2025-04-04T04:36:55Z | A Plants vs. Zombies fangame | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/JamzOJamz/pvz-bloomiverse/tags | - | [
"game",
"plants-vs-zombies",
"plantsvszombies",
"pvz",
"pvz2",
"raylib-zig",
"zig",
"ziglang"
] | 14,790 | false | 2025-04-17T06:26:05Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "raylib_zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
},
{
"commit": null,
"name": "zrres",
"tar_url": null,
"type": "relative",
"url": "lib/zr... | Plants vs. Zombies: Bloomiverse
<strong>PvZ: Bloomiverse</strong> is a fan-made reimagining of <em>Plants vs. Zombies</em>, built in <a>Zig</a> and utilizing <a>raylib</a> for rendering. This project aims to recreate the charm of the original game while introducing new mechanics and enhancements.
🚧 Project Status
T... | [] |
https://avatars.githubusercontent.com/u/177400051?v=4 | zuws | harmony-co/zuws | 2025-03-28T08:32:16Z | Opinionated Zig bindings for uWebSockets | main | 1 | 2 | 1 | 2 | https://api.github.com/repos/harmony-co/zuws/tags | Apache-2.0 | [
"bindings",
"uwebsockets",
"zig"
] | 30 | false | 2025-04-05T20:21:36Z | true | true | unknown | github | [] | zuws
Opinionated zig bindings for <a><code>uWebsockets</code></a>.
Installation
<code>zuws</code> is available using the <code>zig fetch</code> command.
<code>sh
zig fetch --save git+https://github.com/harmony-co/zuws</code>
To add it to your project, after running the command above add the following to your <code... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.