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/434125?v=4 | zig-clay | ssttevee/zig-clay | 2025-03-09T02:54:21Z | clay bindings for zig | trunk | 0 | 2 | 0 | 2 | https://api.github.com/repos/ssttevee/zig-clay/tags | - | [
"clay",
"zig",
"zig-binding",
"ziglang"
] | 300 | false | 2025-03-13T09:42:23Z | true | true | 0.14.0 | github | [
{
"commit": "v0.13",
"name": "clay",
"tar_url": "https://github.com/nicbarker/clay/archive/v0.13.tar.gz",
"type": "remote",
"url": "https://github.com/nicbarker/clay"
},
{
"commit": "5d7c3e4171b3a4ea03d9a8cf18ee65fb65b03c9f",
"name": "raylib",
"tar_url": "https://github.com/Not-N... | zig-clay
This is my take on zig bindings for <a>clay</a>, inspired by https://codeberg.org/Zettexe/clay-zig.
The goal is to be as zig-idiomatic as possible, while being as close as possible to the original clay syntax and naming.
In general, all symbols that are originally prefixed with <code>Clay_</code> are transl... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-common-access-token | jedisct1/zig-common-access-token | 2025-05-16T09:39:42Z | Zig implementation of Common Access Token (CTA-5007). | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/jedisct1/zig-common-access-token/tags | MIT | [
"access",
"cat",
"common",
"common-access-tokens",
"commonaccesstoken",
"cta",
"please-use-better-authentication-mechanisms",
"token",
"tokens",
"zig",
"zig-package"
] | 27 | false | 2025-05-19T08:35:36Z | true | false | unknown | github | [] | Common Access Token (CAT) for Zig
A Zig implementation of the Common Access Token (CAT) specification with HMAC signatures.
What is CAT?
Common Access Token (CAT) is a token format designed for authorization and authentication in distributed systems, particularly for media and content delivery applications. It provi... | [] |
https://avatars.githubusercontent.com/u/85748765?v=4 | VulkanMemoryAllocator | johan0A/VulkanMemoryAllocator | 2025-03-14T09:08:06Z | VulkanMemoryAllocator packaged for the Zig build system | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/johan0A/VulkanMemoryAllocator/tags | MIT | [
"zig",
"zig-library",
"zig-package"
] | 11 | false | 2025-04-28T19:13:40Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "VulkanMemoryAllocator",
"tar_url": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator"
},
{
"commit": "68ab446d1fa0707bb7082c... | VulkanMemoryAllocator
This is <a>VulkanMemoryAllocator</a>,
packaged for the <a>Zig</a> build system.
how to use
<ol>
<li>Add <code>VulkanMemoryAllocator</code> to the dependency list in <code>build.zig.zon</code>: </li>
</ol>
<code>sh
zig fetch --save git+https://github.com/johan0A/VulkanMemoryAllocator#v3.2.1</cod... | [
"https://github.com/johan0A/VulkanMemoryAllocator"
] |
https://avatars.githubusercontent.com/u/587972?v=4 | unikraft-zig | tw4452852/unikraft-zig | 2025-04-22T08:01:26Z | Create an unikernel with Unikraft and Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/tw4452852/unikraft-zig/tags | - | [
"unikernel",
"unikraft",
"zig"
] | 11 | false | 2025-04-29T01:31:11Z | true | true | 0.14.0 | github | [] | Create an unikernel with Unikraft and Zig
Usage
<code>git clone --recurse-submodules https://github.com/tw4452852/unikraft-zig
cd unikraft-zig
make olddefconfig
make</code>
The generated image will be <code>./workdir/build/app-zig_qemu-x86_64</code>,
and you could run it with the qemu now (follow the instructions on... | [] |
https://avatars.githubusercontent.com/u/100683661?v=4 | zprof | ANDRVV/zprof | 2025-05-10T19:34:43Z | ๐งฎ Cross-allocator profiler for Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/ANDRVV/zprof/tags | MIT | [
"allocator",
"memory",
"profiler",
"zig",
"zig-package",
"ziglang"
] | 18 | false | 2025-05-12T16:50:19Z | true | false | unknown | github | [] | zprof - A cross-allocator profiler for Zig
<strong>zprof</strong> is a lightweight, easy-to-use memory profiler that helps you track allocations, detect memory leaks, and logs memory changes.
๐ Table of Contents
<ul>
<li><a>zprof - A cross-allocator profiler for Zig</a></li>
<li><a>๐ Table of Contents</a></li>
... | [] |
https://avatars.githubusercontent.com/u/177000224?v=4 | zli | mahiremirhan/zli | 2025-05-17T04:54:46Z | ๐ A blazing fast Zig CLI framework. Build ergonomic, high-performance command-line tools with ease. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/mahiremirhan/zli/tags | MIT | [
"api",
"c",
"compression",
"delphi",
"filter",
"gzip-decompression",
"image-editor",
"pascal",
"x509",
"zig",
"zig-package",
"zlib-ng",
"zlib-replacement",
"zlibrary"
] | 40 | false | 2025-05-22T07:54:00Z | true | true | 0.14.0 | github | [] | zli - A Blazing Fast Zig CLI Framework ๐
Welcome to the <strong>zli</strong> repository! This project provides a powerful framework for building command-line tools in Zig. With <strong>zli</strong>, you can create ergonomic and high-performance CLI applications with ease.
Table of Contents
<ol>
<li><a>Introducti... | [] |
https://avatars.githubusercontent.com/u/23480513?v=4 | patch | cbilz/patch | 2025-02-18T22:46:46Z | Zig package for applying patches to files | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/cbilz/patch/tags | MIT | [
"build-system",
"diff",
"git",
"patch",
"zig",
"zig-package"
] | 358 | false | 2025-03-06T14:25:50Z | false | false | unknown | github | [] | Zig package for applying patches to files
Work in progress. Feedback is welcome!
Goal
This project will provide a Zig package for applying diffs in Git and unified
formats to directory trees or individual files. It will be free of system
dependencies by default while allowing integration with Git or GNU patch when
n... | [] |
https://avatars.githubusercontent.com/u/3088277?v=4 | zig-nn | thevilledev/zig-nn | 2025-03-13T19:51:10Z | A lightweight neural network library implemented in Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/thevilledev/zig-nn/tags | MIT | [
"learning",
"neural-networks",
"zig",
"zig-package"
] | 144 | false | 2025-04-08T10:53:44Z | true | true | 0.14.0 | github | [] | Neural Network in Zig
<a></a>
A minimalistic neural network implementation in Zig for learning purposes. This project focuses on understanding the fundamentals of neural networks including hidden layers, activation functions, and basic training processes.
Features
<ul>
<li>Matrix operations from scratch</li>
<li>Com... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | shuffling-allocator.zig | hendriknielaender/shuffling-allocator.zig | 2025-02-11T14:14:15Z | a shuffling allocator | main | 5 | 2 | 0 | 2 | https://api.github.com/repos/hendriknielaender/shuffling-allocator.zig/tags | MIT | [
"allocator",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 48 | false | 2025-03-14T22:08:04Z | true | true | unknown | github | [] | shuffling-allocator.zig
The <strong>ShufflingAllocator</strong> package provides a type that wraps an existing allocator and shuffles the order of heap allocations, effectively randomizing the placement of heap-allocated memory. This randomization is useful for testing, benchmarking, and performance evaluation, allowi... | [] |
https://avatars.githubusercontent.com/u/30945458?v=4 | GradleZigBuild | FalsePattern/GradleZigBuild | 2025-05-04T21:59:58Z | A gradle plugin for integrating with the zig build system and zig toolchain management. | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/FalsePattern/GradleZigBuild/tags | NOASSERTION | [
"gradle",
"gradle-kotlin-dsl",
"gradle-plugin",
"gradle-zig",
"zig",
"ziglang"
] | 100 | false | 2025-05-07T09:17:35Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/533849?v=4 | mcgain | wnkz/mcgain | 2025-03-05T20:56:05Z | A simple command-line tool to control audio device volume levels on macOS | main | 1 | 2 | 0 | 2 | https://api.github.com/repos/wnkz/mcgain/tags | Apache-2.0 | [
"coreaudio",
"macos",
"zig"
] | 17 | false | 2025-05-16T13:13:40Z | true | true | 0.14.0 | github | [] | ๐ค mcgain
A simple command-line tool to control audio device volume levels on macOS.
<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 my first project written in Zig. While I'm learning the language and trying t... | [] |
https://avatars.githubusercontent.com/u/208390463?v=4 | SystemElva | SystemElva/SystemElva | 2025-03-25T16:13:44Z | A hobbyist OS project designed to fit on a 1.44 MiB floppy diskette. | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/SystemElva/SystemElva/tags | MIT | [
"bootloader",
"hobby-os",
"kernel",
"operating-system",
"os",
"zig",
"zig-package"
] | 140 | false | 2025-05-18T15:17:31Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/823099?v=4 | maxminddb.zig | marselester/maxminddb.zig | 2025-02-14T00:32:15Z | MaxMind DB format reader in Zig. | master | 0 | 2 | 2 | 2 | https://api.github.com/repos/marselester/maxminddb.zig/tags | ISC | [
"maxmind",
"maxmind-db",
"zig",
"zig-package"
] | 73 | false | 2025-05-12T15:26:54Z | true | true | unknown | github | [] | Zig MaxMind DB Reader
This Zig package reads the <a>MaxMind DB format</a>.
It's based on <a>maxminddb-rust</a> implementation.
You'll need <a>MaxMind-DB/test-data</a> to run examples and tests.
<code>sh
$ git submodule update --init
$ zig build test
$ zig build example_lookup
zh-CN = ็ๅ
ธ
de = Schweden
pt-BR = Suรฉcia
... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | kcov | allyourcodebase/kcov | 2025-04-28T19:32:14Z | kcov ported to the zig build system | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/allyourcodebase/kcov/tags | GPL-2.0 | [
"zig",
"zig-package"
] | 12 | false | 2025-05-15T10:33:40Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "kcov",
"tar_url": "https://github.com/SimonKagstrom/kcov/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/SimonKagstrom/kcov"
},
{
"commit": "6c72830882690c1eb2567a537525c3f432c1da50",
"name": "zlib",
"tar_url": "https://github.c... | <a></a>
Kcov
This is <a>Kcov</a>, packaged for <a>Zig</a>. | [
"https://github.com/allyourcodebase/kcov"
] |
https://avatars.githubusercontent.com/u/48999343?v=4 | csscolorparser-zig | sorairolake/csscolorparser-zig | 2025-04-28T02:28:10Z | Zig CSS color parser library | develop | 0 | 2 | 1 | 2 | https://api.github.com/repos/sorairolake/csscolorparser-zig/tags | Apache-2.0 | [
"color",
"css",
"css-color",
"hsl",
"hwb",
"oklab",
"oklch",
"parser",
"rgb",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 85 | false | 2025-05-12T16:44:16Z | true | true | 0.14.0 | github | [] |
csscolorparser-zig
<a></a>
<strong>csscolorparser-zig</strong> is a <a>Zig</a> library for parsing CSS color string as
defined in the W3C's <a>CSS Color Module Level 4</a>.
Usage
Add this package to your <code>build.zig.zon</code>:
<code>sh
zig fetch --save git+https://github.com/sorairolake/csscolorparser-zig.g... | [] |
https://avatars.githubusercontent.com/u/150533238?v=4 | zigport | mmycin/zigport | 2025-03-16T19:24:11Z | A CLI tool that automatically generates TypeScript FFI bindings for Zig libraries, making it easy to call Zig functions from JavaScript/TypeScript in Bun projects | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/mmycin/zigport/tags | MIT | [
"bun-ffi",
"cli",
"ffi",
"generator",
"zig",
"zig-ffi"
] | 33 | false | 2025-04-14T18:47:54Z | false | false | unknown | github | [] | Zigport
<code>zigport</code> is an NPM package as well as a command-line tool that automates the generation of TypeScript Foreign Function Interface (FFI) bindings for <strong>Zig</strong> libraries created by Tahcin Ul Karim (Mycin). It simplifies the process of calling Zig functions from JavaScript/TypeScript, makin... | [] |
https://avatars.githubusercontent.com/u/65524156?v=4 | ClockHelper-zig | RecursiveError/ClockHelper-zig | 2025-03-23T19:48:04Z | ClockHelper is a utility to facilitate clock management on STM32 microcontrollers. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/RecursiveError/ClockHelper-zig/tags | MIT | [
"embedded",
"stm32",
"zig",
"zig-package"
] | 2,254 | false | 2025-04-06T12:28:58Z | true | true | 0.14.0 | github | [] | ClockHelper
ClockHelper is a utility to facilitate clock management on STM32 microcontrollers.
usage
To use it, it's very simple:
Choose a controller from the <a>list</a>:
```zig
const ClockHelper = @import("ClockHelper");
const STM32F103x = ClockHelper.@"STM32F103C(8-B)Tx";
```
Create a clock using the settings... | [] |
https://avatars.githubusercontent.com/u/29697678?v=4 | logex | ross-weir/logex | 2025-04-30T14:23:51Z | logex is a drop-in zig std.log extensions library enabling extra functionality/customization | main | 2 | 2 | 0 | 2 | https://api.github.com/repos/ross-weir/logex/tags | - | [
"logging",
"zig",
"ziglang"
] | 52 | false | 2025-05-16T03:27:21Z | true | true | 0.14.0 | github | [] | Logex
<a></a>
<code>logex</code> (log extensions) is a minimal, extensible logging library for Zig that enhances <code>std.log</code> with additional features while maintaining a simple, drop-in interface.
Features
<ul>
<li><strong>Drop-in Extension</strong>: Extends <code>std.log</code> with extra features - easy t... | [] |
https://avatars.githubusercontent.com/u/37661824?v=4 | tcp-ip | LvMalware/tcp-ip | 2025-02-14T22:41:12Z | User-space implementation of the TCP/IP stack using Linux TAP interface | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/LvMalware/tcp-ip/tags | - | [
"arp",
"ethernet-protocol",
"icmp",
"internet-protocol",
"network",
"network-programming",
"tcp",
"zig"
] | 254 | false | 2025-03-21T22:50:02Z | true | false | unknown | github | [] | TCP/IP
What is this?
This is a user-land implementation of the TCP/IP protocol using the Linux TAP interface. The goal was to have a deeper understanding about TCP/IP and other network protocols by implementing them myself. It also seemed like an interesting project to exercise Zig programming. I started by following... | [] |
https://avatars.githubusercontent.com/u/94462076?v=4 | image-builder | lumi2021/image-builder | 2025-02-11T02:03:05Z | A very tiny library that I made for generating disk images in the zig build script. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/lumi2021/image-builder/tags | MIT | [
"build-tool",
"disk-image",
"osdev",
"zig",
"zig-library",
"ziglang"
] | 4,765 | false | 2025-05-18T16:50:11Z | true | false | unknown | github | [] | LUMI's Image Building Steps for Zig;
This is a very tiny library that I made for generating disk images
in the zig build script.
It is fully written in zig and completelly system-independent.
How to settup it in your project:
<ol>
<li>Clone this repository;</li>
<li>Copy the <code>image-builder/</code> directory ins... | [] |
https://avatars.githubusercontent.com/u/164466470?v=4 | zig-demo-webserver | scottredig/zig-demo-webserver | 2025-03-12T22:44:55Z | a webserver which hosts a zig build path | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/scottredig/zig-demo-webserver/tags | MIT | [
"zig",
"zig-package"
] | 7 | false | 2025-04-21T10:57:33Z | true | true | unknown | github | [
{
"commit": "0b676643886b1e2f19cf11b4e15b028768708342",
"name": "mime",
"tar_url": "https://github.com/andrewrk/mime/archive/0b676643886b1e2f19cf11b4e15b028768708342.tar.gz",
"type": "remote",
"url": "https://github.com/andrewrk/mime"
}
] | zig-demo-webserver
A webserver which hosts the install directory (where the contents of running <code>zig build</code> goes) of a zig project.
See the example folder's build.zig for usage. Intentionally made without bells and wistles, focused on serving the result of a zig build as simply as possible. | [] |
https://avatars.githubusercontent.com/u/69104965?v=4 | lexbor-zig | doccaico/lexbor-zig | 2025-02-18T00:49:49Z | Zig build package and wrapper for Lexbor v2.4.0 | main | 0 | 1 | 1 | 1 | https://api.github.com/repos/doccaico/lexbor-zig/tags | - | [
"lexbor",
"zig"
] | 2,446 | false | 2025-05-17T17:12:47Z | true | true | unknown | github | [] | (WIP) lexbor-zig
Experimental Zig build package and wrapper for <a>Lexbor</a> v2.4.0
Currently, it has only been tested on Windows.
Fetch
<code>zig fetch --save=lexbor https://github.com/doccaico/lexbor-zig/archive/<git-commit-hash>.tar.gz</code>
Using as a single static library (it included all modules)
```... | [] |
https://avatars.githubusercontent.com/u/35633190?v=4 | coreutilz | a2p1k02/coreutilz | 2025-05-18T13:37:07Z | Simple reimplementation of coreutils written on Zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/a2p1k02/coreutilz/tags | - | [
"coreutils",
"ls",
"touch",
"zig",
"ziglang"
] | 5 | false | 2025-05-19T09:57:58Z | true | false | unknown | github | [] | coreutilz
Simple reimplementation of coreutils written on Zig
Build
<code>sh
sudo pacman -Syu zig
git clone https://github.com/a2p1k02/coreutilz/
cd coreutilz
zig build.zig</code>
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... | [] |
https://avatars.githubusercontent.com/u/35633190?v=4 | zigos | a2p1k02/zigos | 2025-05-17T13:09:36Z | This is a simple OS written with Zig programming language | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/a2p1k02/zigos/tags | - | [
"barebones",
"os",
"zig"
] | 4 | false | 2025-05-17T15:50:16Z | true | false | unknown | github | [] | zigos
This is a simple OS from Zig Bare Bones.
I will develop this OS as my hobby project | [] |
https://avatars.githubusercontent.com/u/88044178?v=4 | injector | angelrecovery/injector | 2025-05-18T07:11:57Z | Command line utility to inject shared libraries into target processes on WIndows. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/angelrecovery/injector/tags | BSD-2-Clause | [
"cli",
"injector",
"windows",
"zig"
] | 19 | false | 2025-05-22T04:07:26Z | true | true | 0.14.0 | github | [
{
"commit": "d21b419d808215e1f82605fdaddc49750bfa3bca",
"name": "zigwin32",
"tar_url": "https://github.com/marlersoft/zigwin32/archive/d21b419d808215e1f82605fdaddc49750bfa3bca.tar.gz",
"type": "remote",
"url": "https://github.com/marlersoft/zigwin32"
}
] | injector | [] |
https://avatars.githubusercontent.com/u/132564?v=4 | jetzig-web-app-demo | muthuishere/jetzig-web-app-demo | 2025-04-01T18:42:03Z | A small JetZig Web app with postgres and docker file | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/muthuishere/jetzig-web-app-demo/tags | - | [
"webapp",
"zig",
"ziglang"
] | 45 | false | 2025-04-05T20:13:04Z | true | true | 0.14.0 | github | [
{
"commit": "2c52792217b9441ed5e91d67e7ec5a8959285307.tar.gz",
"name": "jetzig",
"tar_url": "https://github.com/jetzig-framework/jetzig/archive/2c52792217b9441ed5e91d67e7ec5a8959285307.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/jetzig-framework/jetzig"
}
] | 404 | [] |
https://avatars.githubusercontent.com/u/53528937?v=4 | clig | Lygaen/clig | 2025-02-23T12:08:14Z | CLI + Config loading for Zig ! Everything is setup to have almost no friction ! | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/Lygaen/clig/tags | NOASSERTION | [
"cli",
"cli-parser",
"config",
"config-parser",
"library",
"zig",
"zig-library",
"ziglang"
] | 3,100 | false | 2025-03-07T20:35:43Z | true | true | 0.14.0 | github | [] |
CLI + Config for zig 0.14.0 !
Many of the current libraries in zig only support for CLI command arguments or config loading but not both at the same time.
This library aims to solve that problem ! It aims to be as minimal as possible, and as much in compile-time as possible.
Installation
Run the following comman... | [] |
https://avatars.githubusercontent.com/u/36482619?v=4 | ulid-zig | jkoop/ulid-zig | 2025-05-02T18:56:34Z | A simple ULID helper for Zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/jkoop/ulid-zig/tags | MIT | [
"ulid",
"zig",
"zig-package",
"ziglang"
] | 5,753 | false | 2025-05-16T15:00:57Z | true | true | 0.14.0 | github | [] | Ulid package for Zig
This is a simple package for Zig projects that implements <a>ULID</a> as an enum with convenience methods. Includes methods for <code>std.json</code> to en-/decode as a string, e.g. <code>"01JT9B27HTN19SEWVMWXRDRVC4"</code>.
<ul>
<li><a>API docs</a></li>
</ul>
Usage
```zig
const Ulid = @import("... | [] |
https://avatars.githubusercontent.com/u/49008623?v=4 | zterm | kioz-wang/zterm | 2025-04-17T14:11:59Z | A Zig implementation of console_codes (4). Let's start to print colorful message anywhere! | main | 4 | 1 | 0 | 1 | https://api.github.com/repos/kioz-wang/zterm/tags | MIT | [
"cli",
"zig",
"zig-package"
] | 774 | false | 2025-05-22T07:05:41Z | true | true | 0.14.0 | github | [
{
"commit": "ff6152d6d52e666b38862b4efa2ceccde79b2f8f",
"name": "zargs",
"tar_url": "https://github.com/kioz-wang/zargs/archive/ff6152d6d52e666b38862b4efa2ceccde79b2f8f.tar.gz",
"type": "remote",
"url": "https://github.com/kioz-wang/zargs"
}
] | zterm
A Zig implementation of <a>console_codes (4)</a>.
Features
<ul>
<li>No memory allocator needed</li>
<li>Generate attributes containing multiple styles (e.g. bold, italic) and colors (including foreground/background)</li>
<li>Comptime constructor</li>
<li>Use <code>.value(v)</code> to wrap any value for format... | [] |
https://avatars.githubusercontent.com/u/98653095?v=4 | taqp | Flokkq/taqp | 2025-02-18T16:31:50Z | diy macro-pad | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/Flokkq/taqp/tags | NOASSERTION | [
"diy",
"macro-pad",
"rust",
"streamdeck",
"zig"
] | 317 | false | 2025-03-05T22:51:13Z | false | false | unknown | github | [] | Making a diy stream-deck (taqp)
<ul>
<li>I want to learn zig, hardware orientated programming and ffi</li>
<li>Also having a self-made stream-deck is pretty awesome</li>
</ul>
The plan...
<ul>
<li>[ ] setup</li>
<li>[x] talk to rust from zig</li>
<li>[x] talk to esp from zig</li>
<li>[x] connect to esp from device</li... | [] |
https://avatars.githubusercontent.com/u/118655836?v=4 | B3T | GasFurr/B3T | 2025-05-08T16:12:06Z | B3T: Better Todo Than (your) Todo. Lightweight todo manager for developers written in Zig. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/GasFurr/B3T/tags | MIT | [
"cli",
"lightweight",
"todo-list",
"zig"
] | 99 | false | 2025-05-16T21:40:08Z | true | true | 0.15.0-dev.471+369177f0b | github | [
{
"commit": "dc25a9ba890935f99d2f139caeec65ca00e5b6ca.tar.gz",
"name": "microwave",
"tar_url": "https://github.com/edqx/microwave/archive/dc25a9ba890935f99d2f139caeec65ca00e5b6ca.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/edqx/microwave"
}
] | CURRENTLY WIP - ALL INFO DOWN HERE IS JUST IMAGE OF WHAT SOFTWARE SHOULD DO AT THE END OF DEVELOPMENT!
CURRENTLY NOT WORKING.
B3T: Better Todo Than (your) Todo
<em>Lightweight, offline-first todo tracker for developers. Built with Zig.</em>
No bloat, no cloud, just your tasks.
<a></a>
<a></a>
๐ Why B3T?
For de... | [] |
https://avatars.githubusercontent.com/u/35633190?v=4 | grepz | a2p1k02/grepz | 2025-05-18T11:01:27Z | Zig way for linux grep | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/a2p1k02/grepz/tags | - | [
"grep",
"linux",
"zig",
"ziglang"
] | 2 | false | 2025-05-18T11:04:07Z | true | false | unknown | github | [] | grepz
Zig way for linux grep | [] |
https://avatars.githubusercontent.com/u/70007968?v=4 | JanRenderer | Name-hw/JanRenderer | 2025-02-21T10:22:20Z | ์ฌ์ฌํด์ ๋ง๋ C++17๊ณผ Zig๋ก ์์ฑ๋ Vulkan ๋ ๋๋ง ์์ง | main | 4 | 1 | 0 | 1 | https://api.github.com/repos/Name-hw/JanRenderer/tags | MIT | [
"3d",
"3d-graphics",
"cpp",
"graphics",
"graphics-engine",
"graphics-programming",
"render",
"renderer",
"renderering",
"rendering-3d-graphics",
"rendering-engine",
"shader",
"shaders",
"vulkan",
"vulkan-compute-shaders",
"vulkan-engine",
"vulkan-renderer",
"zig",
"zig-lib",
"z... | 25,261 | false | 2025-05-16T11:44:36Z | true | true | 0.11.0 | github | [
{
"commit": "ccf7297ef6c01e21b2d51ad81b5b6ce929e86a00",
"name": "zmath",
"tar_url": "https://github.com/zig-gamedev/zmath/archive/ccf7297ef6c01e21b2d51ad81b5b6ce929e86a00.tar.gz",
"type": "remote",
"url": "https://github.com/zig-gamedev/zmath"
},
{
"commit": "75ab44d1bff1c16585ceeacf2db5... | <strong>JanRenderer (WIP)</strong>
<a></a>
Rendering engine built with Vulkan written in C++17 and Zig.
<strong>Features</strong>
<ul>
<li>Rendering engine built with Vulkan</li>
<li>Written in C++17 and Zig</li>
<li>Using Depth buffer</li>
<li>Generate Mipmaps</li>
<li>MSAA (MultiSampling Anti-Aliasing) support</li... | [] |
https://avatars.githubusercontent.com/u/64004309?v=4 | sandsim | asynched/sandsim | 2025-04-27T15:50:39Z | A simple demo on sand particles using Zig and Raylib | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/asynched/sandsim/tags | - | [
"raylib",
"zig"
] | 932 | false | 2025-04-29T11:07:04Z | 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"
}
] | Sandsim
A simple demo on sand falling down using raylib.
Preview
| [] |
https://avatars.githubusercontent.com/u/121856799?v=4 | wasm-fmt-vscode | Inc44/wasm-fmt-vscode | 2025-03-15T21:09:11Z | Code Formatter powered by WebAssembly | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/Inc44/wasm-fmt-vscode/tags | MIT | [
"c",
"clang-format",
"cpp",
"css",
"formatter",
"html",
"javascript",
"lua",
"python",
"ruff",
"sql",
"wasm",
"yaml",
"zig"
] | 209 | true | 2025-03-15T23:18:17Z | false | false | unknown | github | [] |
<a>
</a>
wasm fmt - Visual Studio Code Extension
wasm fmt is a multi-language code formatting tool with the following advantages:
<ol>
<li>It eliminates the need for a language runtime environment.</li>
<li>Powered by WebAssembly, it operates swiftly and reliably across all VSCode envir... | [] |
https://avatars.githubusercontent.com/u/86977709?v=4 | jasm | Jotrorox/jasm | 2025-02-19T17:12:41Z | A simple Assembler written from scratch, for educational and recreational purposes | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/Jotrorox/jasm/tags | MIT | [
"asm",
"assembler",
"assembly",
"binary",
"hex",
"jasm",
"jasm-assembler",
"unix",
"vscode",
"zig"
] | 171 | false | 2025-04-24T12:15:25Z | false | false | unknown | github | [] | JASM Assembler
A modern, user-friendly x86_64 assembler for Linux.
Features
<ul>
<li>Simple, intuitive syntax</li>
<li>Support for most x86_64 instructions</li>
<li>ELF and raw binary output formats</li>
<li>Fast compilation times</li>
<li>Comprehensive error messages</li>
</ul>
Installation
Building from Source
<o... | [] |
https://avatars.githubusercontent.com/u/175068426?v=4 | advisory-db | Zig-Sec/advisory-db | 2025-03-16T08:59:16Z | Security advisory database for Zig packages | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/Zig-Sec/advisory-db/tags | CC0-1.0 | [
"security",
"security-advisories",
"security-audit",
"vulnerabilities",
"zig"
] | 236 | false | 2025-05-12T12:37:38Z | true | true | 0.14.0 | github | [] | Zig-Sec Advisory Database
The Zig-Sec Advisory Database is a repository of security-advisories filed against Zig packages.
The following tools make use of the given database and can be used to audit Zig packages:
<ul>
<li><code>zat</code>: The Zig Audit Tool (not released yet)</li>
</ul>
Reporting Vulnerabilities
T... | [] |
https://avatars.githubusercontent.com/u/69888212?v=4 | soulib | blitz-krieg-cmd/soulib | 2025-03-16T22:35:29Z | Souls Lib - Zig library for Reading and Writing Dark Souls Remastered files. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/blitz-krieg-cmd/soulib/tags | GPL-3.0 | [
"fromsoftware",
"parser",
"zig",
"zig-package",
"ziglang"
] | 72 | false | 2025-03-25T19:17:19Z | true | true | 0.14.0 | github | [] | Souls Lib (Soulib)
<blockquote>
Currently a very WIP library being created slowly in my free time. Feel free to contribute but I don't have any clear direction on how I want this project to be structured so please be mindful of that. If you have any questions feel free to ask them.
</blockquote>
Goals
<ul>
<li>Zig Li... | [] |
https://avatars.githubusercontent.com/u/26161607?v=4 | multi-zig-project | pierangelomiceli/multi-zig-project | 2025-04-10T22:49:31Z | Zig + VS Code Multi-Project Debug Setup | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/pierangelomiceli/multi-zig-project/tags | MIT | [
"devtools",
"template-project",
"vscode",
"zig",
"ziglang"
] | 9 | false | 2025-04-15T22:41:59Z | false | false | unknown | github | [] |
โก Zig + VS Code Multi-Project Debug Setup
This repository is a <strong>starter template</strong> for working with <strong>multiple Zig projects</strong> in a single workspace using <strong>VS Code</strong>, with:
<ul>
<li>โ
A single <code>tasks.json</code></li>
<li>โ
A single <code>launch.json</code></li>
<li>โ
Dy... | [] |
https://avatars.githubusercontent.com/u/49297668?v=4 | zig-fetch-py | crosstyan/zig-fetch-py | 2025-03-07T09:57:43Z | zig fetch in python | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/crosstyan/zig-fetch-py/tags | WTFPL | [
"zig"
] | 32 | false | 2025-04-28T11:00:09Z | false | false | unknown | github | [] | zig-fetch-py
A Python utility for working with Zig package manager files and Zig Object Notation (ZON).
Features
<ul>
<li>Parse ZON files into Python dictionaries</li>
<li>Convert ZON files to JSON</li>
<li>Download and extract dependencies from ZON files</li>
<li>Recursively download nested dependencies</li>
<li>Sca... | [] |
https://avatars.githubusercontent.com/u/35633190?v=4 | zshell | a2p1k02/zshell | 2025-05-14T08:01:21Z | This is a simple shell that was coded in the Zig programming language | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/a2p1k02/zshell/tags | - | [
"linux",
"shell",
"unix",
"unix-shell",
"zig",
"ziglang"
] | 2 | false | 2025-05-14T08:05:10Z | true | false | unknown | github | [] | zshell
Zshell - Zig shell. This is a simple shell that was coded in the Zig programming language.
So, if I test this shell correct, it will work great
How to build
<ol>
<li>Install all dependencies e.g.
<code>doas pacman -Syu zig</code></li>
<li>Build it
<code>zig build</code></li>
<li>Run it
<code>zig bu... | [] |
https://avatars.githubusercontent.com/u/44649669?v=4 | zig-compile-commands | Tomcat-42/zig-compile-commands | 2025-04-08T18:27:33Z | compile_commands.json generation for c projects using zig build | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/Tomcat-42/zig-compile-commands/tags | MIT | [
"build",
"c",
"compile-commands",
"compile-commands-json",
"zig",
"zig-build",
"zig-build-system"
] | 5 | false | 2025-04-08T19:34:11Z | true | true | 0.15.0-dev.208+8acedfd5b | github | [] | zig compile commands
Simple build module to generate a <code>compile_commands.json</code>
file from <a>clang compilation database fragments</a> dir.
Note: I will only maintain support for zig master.
Usage
Fetch the package:
<code>sh
zig fetch --save=compile_commands git+https://github.com/Tomcat-42/zig-compile-co... | [] |
https://avatars.githubusercontent.com/u/54773474?v=4 | zinit | ComixHe/zinit | 2025-03-26T19:19:39Z | A tiny init for linux container. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ComixHe/zinit/tags | MIT | [
"container",
"init",
"linux",
"zig"
] | 21 | false | 2025-05-21T17:43:49Z | true | true | 0.15.0-dev.621+a63f7875f | 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"
}
] | zinit
A tiny init written in Zig for linux container, which for forwarding signal and recycling dead processes.
Requirements
<ul>
<li>Zig compiler (>= 0.14.0)</li>
<li>Linux >= 3.4 (for PR_SET_CHILD_SUBREAPER)</li>
<li>Linux kernel supports signalfd</li>
</ul>
Installation & Build
<code>bash
git clone <... | [] |
https://avatars.githubusercontent.com/u/26410371?v=4 | nix-zon-parser | Jeansidharta/nix-zon-parser | 2025-02-21T18:56:30Z | A nix library to parse build.zig.zon files into a nix expression | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Jeansidharta/nix-zon-parser/tags | MIT | [
"nix",
"zig",
"ziglang"
] | 9 | false | 2025-02-24T06:03:55Z | false | false | unknown | github | [] | Zon parser to Nix expression
This is a function to conver a <code>.zon</code> expression to a nix value. <code>.zon</code> files are related to the <a>zig</a> language and are mainly used to declare project metadata, such as version, name, and dependencies.
Motivation
Currently there are very few tools to package zi... | [] |
https://avatars.githubusercontent.com/u/67539676?v=4 | zig-wc | guuzaa/zig-wc | 2025-02-27T14:14:55Z | A simple word count program written in Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/guuzaa/zig-wc/tags | Unlicense | [
"binutils",
"zig",
"ziglang"
] | 12 | false | 2025-03-06T12:29:34Z | true | true | unknown | github | [] | wc - Word Count Utility in Zig
A modern implementation of the classic Unix <code>wc</code> utility written in the Zig programming language. This tool counts lines, words, and characters in text files or from standard input.
Features
<ul>
<li>Count lines, words, and characters in files or from stdin</li>
<li>Selective... | [] |
https://avatars.githubusercontent.com/u/131526244?v=4 | glfw-demo | 7R35C0/glfw-demo | 2025-04-01T14:42:51Z | Simple demos of using GLFW library. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/7R35C0/glfw-demo/tags | MIT | [
"glfw",
"glfw-demo",
"zig",
"zig-build-system"
] | 119 | false | 2025-04-06T11:26:44Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "glfw",
"tar_url": "https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip"
}
] |
README
The repo contains simple demos of using <a>GLFW</a>
library.
Tested only with Linux Fedora 41, X11, glfw 3.4.0 and zig 0.14.0
๐ Requirement
Before running the demos, check
<a>GLFW 3.4.0</a>
requirements, especially installing dependencies, and install
<a>Zig 0.14.0</a>
programming language.
Also install... | [] |
https://avatars.githubusercontent.com/u/371708?v=4 | ecpz | apirogov/ecpz | 2025-03-11T01:15:56Z | Evaluate C++ using Python and Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/apirogov/ecpz/tags | MIT | [
"clang",
"cpp",
"python",
"zig"
] | 38 | false | 2025-04-13T14:20:14Z | false | false | unknown | github | [] | ecpz - <strong>E</strong>valuate <strong>C</strong>++ using <strong>P</strong>ython and <strong>Z</strong>ig
Do you need to evaluate some simple C++ code from inside your application,
and it should work cross-platform (Linux, Mac and Windows) without causing a headache?
You've seen it all, <a>quine-relay</a> stopped
... | [] |
https://avatars.githubusercontent.com/u/735975?v=4 | libversion-zig | godsarmy/libversion-zig | 2025-04-02T04:57:02Z | libversion-zig is a small wrapper around libversion C API, making it easier to use with Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/godsarmy/libversion-zig/tags | MIT | [
"libversion",
"zig"
] | 21 | false | 2025-04-12T13:35:23Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "libversion",
"tar_url": "https://github.com/repology/libversion/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/repology/libversion"
}
] | libversion-zig
This package is a thin wrapper around <a>libversion</a>'s C API.
Its release version is in synchronization with <a>libversion release</a>.
Installation
<code>sh
zig fetch --save git+https://github.com/godsarmy/libversion-zig</code>
Now in your build.zig you can access the module like this:
<code>zig
... | [] |
https://avatars.githubusercontent.com/u/61741851?v=4 | Leetcode | Abdoelabassi/Leetcode | 2025-04-16T10:11:33Z | Solving Leetcode problems using different programming languages: C/C++, Fortran, Python, Rust, Java, Go, Zig, JS/TS | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Abdoelabassi/Leetcode/tags | - | [
"algorithms",
"bigonotation",
"clang",
"datastructures",
"fortran",
"golang",
"java",
"leetcode",
"rust",
"typescript",
"zig"
] | 1,587 | false | 2025-04-27T18:04:10Z | false | false | unknown | github | [] | Leetcode problems
This repository contains solutions to various Leetcode problems.
The solutions are written with different programming languages, including Python, Java, Rust, Go, Zig, and C++.
Each solution is designed to be efficient and easy to understand.
Directory Structure
Data structures and algorithms
im... | [] |
https://avatars.githubusercontent.com/u/192961174?v=4 | ziro-sleep | dacheng-zig/ziro-sleep | 2025-04-02T12:06:19Z | coroutine sleep in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/dacheng-zig/ziro-sleep/tags | - | [
"coroutine",
"zig",
"zoroutine"
] | 19 | false | 2025-05-10T05:23:45Z | true | true | 0.14.0 | github | [
{
"commit": "94ed6af7b2aaaeab987fbf87fcee410063df715b",
"name": "libxev",
"tar_url": "https://github.com/mitchellh/libxev/archive/94ed6af7b2aaaeab987fbf87fcee410063df715b.tar.gz",
"type": "remote",
"url": "https://github.com/mitchellh/libxev"
},
{
"commit": "47fbfb27b143ccde055f3f07444d2... | ziro-sleep
This is a coroutine sleep example, powered by ziro, which is a coroutine engine.
<blockquote>
ziro: https://github.com/dacheng-zig/ziro
libxev: https://github.com/mitchellh/libxev
</blockquote>
Run
<code>shell
zig build run</code>
Release
<code>shell
zig build -Doptimize=ReleaseSmall</code>
Then chec... | [] |
https://avatars.githubusercontent.com/u/126345041?v=4 | zig_freetype2 | PaNDa2code/zig_freetype2 | 2025-04-22T17:03:48Z | Minimal Zig wrapper around FreeType2 | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/PaNDa2code/zig_freetype2/tags | MIT | [
"freetype2",
"zig"
] | 11 | false | 2025-05-10T17:48:06Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "freetype",
"tar_url": "https://github.com/freetype/freetype/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/freetype/freetype"
}
] | zig_freetype2
<strong>zig_freetype2</strong> is a minimal Zig wrapper around FreeType2, designed to make integrating FreeType into Zig projects easier.
Usage
1. Add as a dependency
Use <code>zig fetch</code> to add the module to your project:
<code>bash
zig fetch --save git+https://github.com/PaNDa2code/zig_free... | [
"https://github.com/PaNDa2code/zterm"
] |
https://avatars.githubusercontent.com/u/13835680?v=4 | project-picker | reykjalin/project-picker | 2025-05-16T05:21:15Z | CLI to select from a pre-defined list of items with filtering support | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/reykjalin/project-picker/tags | MIT | [
"cli",
"fuzzy",
"zig"
] | 11 | false | 2025-05-16T05:23:09Z | true | true | 0.14.0 | github | [
{
"commit": "84d6cb381c0d628550fac3f6daa24c5faf7b2cd1",
"name": "vaxis",
"tar_url": "https://github.com/rockorager/libvaxis/archive/84d6cb381c0d628550fac3f6daa24c5faf7b2cd1.tar.gz",
"type": "remote",
"url": "https://github.com/rockorager/libvaxis"
},
{
"commit": "aa24df42183ad415d10bc0a3... | Project picker
Presents a filterable list of pre-defined strings from <code>~/.config/project-picker/projects</code> for you to select and provide to some shell command.
Once an item in the list is selected <code>project-picker</code> will print the full path to STDOUT.
<strong>Exit codes:</strong>
<ul>
<li>If an ite... | [] |
https://avatars.githubusercontent.com/u/2475286?v=4 | zfixlang | thejchap/zfixlang | 2025-04-03T06:49:30Z | simple interpreter for prefix expressions | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/thejchap/zfixlang/tags | - | [
"interpreter",
"zig"
] | 20 | false | 2025-04-08T23:45:22Z | true | true | 0.14.0 | github | [] | zfixlang
a simple interpreter for prefix expressions in zig to get a feel for the language. implemented with both ast generation as well as just a single pass through the string
syntax:
<code>(+ 1 1)
(* 2 (+ 42 1))</code>
resources
<ul>
<li><a>https://v2.pauladamsmith.com/2024/07/writing-an-interpreter-in-go-in-zig... | [] |
https://avatars.githubusercontent.com/u/193276332?v=4 | baogao | andoni-hazaiah/baogao | 2025-03-04T18:17:59Z | baogao (bร ogร o) is a flexible and extensible logging library for the Zig Programming Language. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/andoni-hazaiah/baogao/tags | MIT | [
"extensible",
"flexible",
"logger",
"logging",
"logging-library",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 11 | false | 2025-03-08T21:26:16Z | true | true | unknown | github | [] | <strong><code>baogao</code></strong> (<code>bร ogร o</code>) is a flexible and extensible logging library for the Zig Programming Language.
Usage
TODO | [] |
https://avatars.githubusercontent.com/u/1906851?v=4 | dizazm | jhark/dizazm | 2025-05-16T16:34:25Z | A command-line tool for Windows that disassembles symbols in PE files. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/jhark/dizazm/tags | ISC | [
"asm",
"windows",
"x86-64",
"zig",
"zig-package"
] | 12 | false | 2025-05-16T16:37:10Z | true | true | 0.14.0 | github | [
{
"commit": "0e2491d8e6d2be38dc0c2ce8e103469886e468bb",
"name": "flags",
"tar_url": "https://github.com/joegm/flags/archive/0e2491d8e6d2be38dc0c2ce8e103469886e468bb.tar.gz",
"type": "remote",
"url": "https://github.com/joegm/flags"
},
{
"commit": "6035a194bea8472c463345b86c3ef9333490ecfe... | dizazm
A command-line tool for Windows that disassembles symbols in PE files.
Uses <a>Capstone</a> and <a>dbghelp.dll</a>.
Requirements
<ul>
<li>Windows.</li>
<li>Zig compiler (version 0.14.0)</li>
</ul>
Building
<code>sh
zig build</code>
Usage
```
Usage: dizazm [-s | --symbol ] [-a | --address
]
... | [] |
https://avatars.githubusercontent.com/u/64004309?v=4 | 6502-emulator | asynched/6502-emulator | 2025-02-27T02:47:16Z | A 6502 processor emulator in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/asynched/6502-emulator/tags | - | [
"6502",
"zig"
] | 5 | false | 2025-02-27T04:11:35Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/183272735?v=4 | coroutines-zig | ciathefed/coroutines-zig | 2025-03-09T23:15:24Z | Zig bindings for tsoding's coroutines library | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ciathefed/coroutines-zig/tags | MIT | [
"coroutines",
"zig",
"zig-package"
] | 13 | false | 2025-03-13T00:14:08Z | true | true | 0.14.0 | github | [] | coroutines-zig
Zig bindings for tsoding's <a>coroutines</a> library
Install
<code>shell
zig fetch --save "git+https://github.com/ciathefed/coroutines-zig#v0.1.0"</code>
Add the following to <code>build.zig</code>:
<code>zig
const coroutines = b.dependency("coroutines", .{
.target = target,
.optimize = opti... | [] |
https://avatars.githubusercontent.com/u/1731652?v=4 | zig-mpi-template | ssande7/zig-mpi-template | 2025-03-09T23:20:04Z | Basic template for using MPI with zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ssande7/zig-mpi-template/tags | MIT | [
"mpi",
"zig"
] | 11 | false | 2025-03-10T11:02:40Z | true | true | 0.14.0 | github | [] | Basic template for using MPI with zig. Only tested with OpenMPI 5.0.5-2 for now, but
likely works with other (recent) versions.
Might expand to other implementations in future.
All steps for creating an <code>mpi</code> zig module are in
<a><code>build_mpi.zig</code></a>, which:
- Finds the system MPI header
- Makes a... | [] |
https://avatars.githubusercontent.com/u/22117584?v=4 | st | Nish7/st | 2025-03-17T18:48:32Z | Smalltalk + Zig Playground | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Nish7/st/tags | - | [
"smalltalk",
"zig"
] | 2 | false | 2025-03-25T19:11:53Z | false | false | unknown | github | [] | st
smalltalk + zig playground
Smalltalk
Installation
<ul>
<li>Using GNU Smalltalk 3.2.5</li>
<li>Avoiding the Pharo due to the size of the image and the complexity of the environment</li>
<li>All <code>.st</code> are scripts that can be run with <code>gst <script>.st</code></li>
<li><code>gst</code> is the GNU... | [] |
https://avatars.githubusercontent.com/u/85001747?v=4 | qik | voidwyrm-2/qik | 2025-04-05T14:39:00Z | A simple register-based virtual machine | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/voidwyrm-2/qik/tags | Apache-2.0 | [
"bytecode",
"bytecode-virtual-machine",
"virtual-machine",
"vm",
"zig"
] | 13 | false | 2025-05-09T07:02:00Z | true | true | 0.14.0 | github | [] | Qik
Notice
I am no longer maintaining or working on Qik whatsoever
Qik is a simple register-based virtual machine | [] |
https://avatars.githubusercontent.com/u/85955025?v=4 | SDL_GPU-Learning | Liam-Malone/SDL_GPU-Learning | 2025-03-19T23:22:10Z | Using SDL3's SDL_gpu backend to learn graphics programming | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/Liam-Malone/SDL_GPU-Learning/tags | - | [
"glsl",
"graphics",
"graphics-programming",
"sdl3",
"sdl3-gpu",
"zig"
] | 15,420 | false | 2025-05-17T12:41:37Z | true | true | unknown | github | [
{
"commit": null,
"name": "sdl",
"tar_url": null,
"type": "relative",
"url": "deps/SDL"
}
] | SDL_GPU Learning
Learning how to write a basic renderer on top of SDL3's SDL_gpu API.
This will hopefully be the renderer that gets used in GAME (My game project, yet-to-be-titled). For now that project remains on the standard SDL3 SDL_Renderer (built for OpenGL backend), but hopefully I can progress this renderer an... | [] |
https://avatars.githubusercontent.com/u/152508846?v=4 | bb | haha-systems/bb | 2025-05-19T21:48:02Z | bb is always watching | origin | 0 | 0 | 0 | 0 | https://api.github.com/repos/haha-systems/bb/tags | MIT | [
"file-watcher",
"zig",
"ziglang"
] | 14 | false | 2025-05-19T22:14:59Z | true | true | 0.14.0 | github | [] | bb
a little file event watcher written in <a>zig</a>.
*<em>sorry: currently linux only</em>
building
<ol>
<li><code>zig build --release=fast</code></li>
<li><code>cp zig-out/bin/bb ~/.local/bin</code> (or wherever you want it)</li>
</ol>
usage
<code>bb <path> "<pattern>" -- <command> [args..]</co... | [] |
https://avatars.githubusercontent.com/u/208390463?v=4 | SelvaDisk | SystemElva/SelvaDisk | 2025-05-16T09:06:08Z | Scriptable disk image creator written in Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/SystemElva/SelvaDisk/tags | MPL-2.0 | [
"disk-image",
"image-creator",
"operating-system",
"operating-systems",
"os",
"osdev",
"zig",
"ziglang"
] | 44 | false | 2025-05-20T12:36:05Z | true | true | unknown | github | [
{
"commit": "7f8ff4c0099034f0dbec95f1d3b4dfe066ef0ff0",
"name": "SelvaFat",
"tar_url": "https://github.com/SystemElva/SelvaFat//archive/7f8ff4c0099034f0dbec95f1d3b4dfe066ef0ff0.tar.gz",
"type": "remote",
"url": "https://github.com/SystemElva/SelvaFat/"
},
{
"commit": null,
"name": "S... | 404 | [] |
https://avatars.githubusercontent.com/u/40689339?v=4 | zig-exercism | cpmachado/zig-exercism | 2025-03-21T16:17:04Z | My solutions to exercism Zig track | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/cpmachado/zig-exercism/tags | MIT | [
"exercism",
"exercism-solutions",
"zig",
"ziglang"
] | 1 | false | 2025-03-21T16:18:12Z | false | false | unknown | github | [] | zig-exercism-solutions
My solutions to the go track at <a>Exercism</a>.
LICENSE
See <a>LICENSE</a> for details. | [] |
https://avatars.githubusercontent.com/u/12786150?v=4 | trie.zig | hedzr/trie.zig | 2025-04-16T07:06:19Z | key-value storage identified by dotted path | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/hedzr/trie.zig/tags | Apache-2.0 | [
"radix-tree",
"trie",
"trie-tree",
"zig",
"zig-lib",
"zig-library",
"zig-package"
] | 65 | false | 2025-04-17T11:01:50Z | true | true | 0.14.0 | github | [] | trie.zig
<code>trie.zig</code> implement a Trie-tree structure in zig-lang.
<code>trie.zig</code> provides a key value storage identified by the dotted path, such as <code>app.logging.file</code> => <code>/var/log/app/stdout.log</code>.
<code>trie.zig</code> allows these value to be inserted: string, int, float, ... | [] |
https://avatars.githubusercontent.com/u/184196411?v=4 | io-bench | Super-ZIG/io-bench | 2025-04-23T03:51:22Z | SuperZIG.io project benchmarks repository. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Super-ZIG/io-bench/tags | MIT | [
"benchmark",
"superzig",
"zig"
] | 27 | false | 2025-04-24T02:17:23Z | true | true | 0.14.0 | github | [] |
<a>
</a>
<a>
</a>
<b>
When simplicity meets efficiency
</b>
<b>
<i>
part of
<a>SuperZig</a>::<a>io</a> library
</i>
</b>
... | [] |
https://avatars.githubusercontent.com/u/47909066?v=4 | zbc-lib | skelitheprogrammer/zbc-lib | 2025-04-01T12:45:37Z | Basic arithmetic evaluation using Shunting Yards algorithm | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/skelitheprogrammer/zbc-lib/tags | MIT | [
"cal",
"libr",
"zig"
] | 7 | false | 2025-04-02T20:01:18Z | true | true | 0.15.0-dev.37+423907c27 | github | [] | Zig basic calculator library
Basic arithmetic evaluation using <a>Shunting Yards</a> algorithm
Installation
<code>zig fetch --save git+https://github.com/skelitheprogrammer/zbc-lib</code>
In build.zig
```
const calculator = b.dependency("zbc", .{
.target = target,
.optimize = optimize,
});
exe.root_module.a... | [] |
https://avatars.githubusercontent.com/u/6431196?v=4 | zit | oswalpalash/zit | 2025-04-05T23:47:38Z | zit - Zig TUI Library | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/oswalpalash/zit/tags | MIT | [
"zig",
"zig-package"
] | 107 | false | 2025-04-19T14:27:59Z | true | false | unknown | github | [] | Zit - A Text User Interface Library for Zig
Zit is a TUI (Text User Interface) library for Zig that enables developers to create interactive terminal applications. The library provides tools for terminal manipulation, input handling, rendering, layout management, and widget creation.
Features
<ul>
<li><strong>Termina... | [] |
https://avatars.githubusercontent.com/u/130914459?v=4 | gilfoyle | smercer10/gilfoyle | 2025-04-26T17:24:47Z | WIP UCI chess engine. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/smercer10/gilfoyle/tags | GPL-3.0 | [
"chess-engine",
"zig"
] | 25 | false | 2025-04-26T20:33:02Z | true | true | 0.15.0-dev.384+c06fecd46 | github | [] | Gilfoyle
Coming soon... | [] |
https://avatars.githubusercontent.com/u/1331451?v=4 | zoodle | helabenkhalfallah/zoodle | 2025-03-29T21:46:41Z | Zoodle is a compiler for a minimalist Toy Language written in Zig. It compiles source code into WebAssembly (WASM), with a focus on understanding low-level systems programming, memory management, concurrency, and compiler internals. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/helabenkhalfallah/zoodle/tags | MIT | [
"compiler",
"zig",
"zig-lang",
"ziglang"
] | 3 | false | 2025-03-29T21:55:26Z | false | false | unknown | github | [] | Zoodle
<strong>Zoodle</strong> is a compiler for a minimalist Toy Language written in <a>Zig</a>. It compiles source code into <a>WebAssembly (WASM)</a>, with a focus on understanding low-level systems programming, memory management, concurrency, and compiler internals.
This project is educational and hands-on โ not ... | [] |
https://avatars.githubusercontent.com/u/58077502?v=4 | zchp8 | GasInfinity/zchp8 | 2025-05-04T11:14:18Z | A CHIP-8, SCHIP-8 and XO-CHIP emulator with a raylib frontend. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/GasInfinity/zchp8/tags | MIT | [
"chip8",
"raylib",
"zig"
] | 713 | false | 2025-05-04T11:17:37Z | true | true | unknown | github | [
{
"commit": "a5639bb186f5c5644c1eee02f5954320637cfb02.tar.gz",
"name": "raylib",
"tar_url": "https://github.com/raysan5/raylib/archive/a5639bb186f5c5644c1eee02f5954320637cfb02.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/raysan5/raylib"
}
] | ๐น๏ธ zchp8
<em>Example of zchp8 running <a>Nyancat</a>.</em>
A CHIP-8, SCHIP-8 and XO-CHIP emulator with (literally garbage) audio support. The frontend is managed by raylib. | [] |
https://avatars.githubusercontent.com/u/131185093?v=4 | ZiggyPongz | cjRem44x/ZiggyPongz | 2025-04-11T17:44:19Z | A classic Pong clone implemented in Zig using Raylib - demonstrating game development fundamentals and modern Zig programming practices. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/cjRem44x/ZiggyPongz/tags | - | [
"education",
"game-development",
"zig",
"zig-gamedev"
] | 18,466 | false | 2025-04-11T18:08:08Z | true | true | 0.15.0-dev.208+8acedfd5b | 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"
}
] | ZiggyPongz
A simple Pong clone written in Zig using the Raylib library. This project serves as an educational resource for learning game development concepts and the Zig programming language.
Educational Purpose
This project is created for educational purposes only to demonstrate:
- Basic game development concepts
-... | [] |
https://avatars.githubusercontent.com/u/103554944?v=4 | AWA5.zig | TemariVirus/AWA5.zig | 2025-04-10T17:54:56Z | An AWA5.0 interpreter written in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/TemariVirus/AWA5.zig/tags | Unlicense | [
"esolang",
"vtuber",
"zig"
] | 8 | false | 2025-04-13T03:56:29Z | true | true | 0.14.0 | github | [] | AWA5.zig
Zero dependency interpreter for the AWA5.0 language, written in Zig.
<a>Language spec</a>
Run
<code>sh
zig build run -- -h</code>
Using in your own project
<code>sh
zig fetch --save git+https://github.com/TemariVirus/AWA5.zig#GIT_COMMIT_HASH_OR_TAG</code>
Then in your <code>build.zig</code>:
<code>zig
... | [] |
https://avatars.githubusercontent.com/u/88557639?v=4 | zig-curl | lishaduck/zig-curl | 2025-04-13T20:34:31Z | https://github.com/mattnite/zig-libcurl rewritten | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/lishaduck/zig-curl/tags | NOASSERTION | [
"zig",
"zig-package"
] | 9 | false | 2025-04-13T20:37:21Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "curl",
"tar_url": "https://github.com/curl/curl/releases/download/curl-8_13_0/curl-8.13.0.tar.gz/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/curl/curl/releases/download/curl-8_13_0/curl-8.13.0.tar.gz"
},
{
"commit": "master",
"n... | cURL for Zig
cURL packaged for Zig.
Installation
<code>sh
zig fetch --save 'git+https://github.com/lishaduck/zig-curl#8.13.0'</code>
This will add a dependency entry to your <code>build.zig.zon</code>.
Then, to link cURL, add this to your <code>build.zig</code>:
<code>zig
const curl = b.dependency("curl", .{});
m... | [] |
https://avatars.githubusercontent.com/u/116777388?v=4 | uinput-zig | Agent-E11/uinput-zig | 2025-05-03T04:42:06Z | A Zig implementation of the uinput.h examples located here: https://www.kernel.org/doc/html/v4.12/input/uinput.html | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Agent-E11/uinput-zig/tags | - | [
"c",
"uinput",
"zig"
] | 3 | false | 2025-05-03T04:44:23Z | true | true | 0.14.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/5868779?v=4 | zgp | pierrekraemer/zgp | 2025-04-09T13:03:32Z | Zig Geometry Processing | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/pierrekraemer/zgp/tags | - | [
"geometry-processing",
"zig"
] | 80 | false | 2025-05-21T15:58:14Z | true | true | 0.14.0 | github | [
{
"commit": "d5f381759825ee0bac29bc294d47aa05be4ab7b5",
"name": "zigglgen",
"tar_url": "https://github.com/castholm/zigglgen/archive/d5f381759825ee0bac29bc294d47aa05be4ab7b5.tar.gz",
"type": "remote",
"url": "https://github.com/castholm/zigglgen"
},
{
"commit": "fce122b6b1e963285b3359f95... | zgp
Zig Geometry Processing | [] |
https://avatars.githubusercontent.com/u/77930083?v=4 | particle-simulation-2d | lucascompython/particle-simulation-2d | 2025-04-29T13:11:34Z | 2D Particle Simulation | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/lucascompython/particle-simulation-2d/tags | GPL-3.0 | [
"dawn",
"imgui",
"sdl",
"webgpu",
"wgpu",
"zig"
] | 102 | false | 2025-05-21T18:30:02Z | true | true | 0.15.0-dev.386+2e35fdd03 | github | [] | 2D Particle Simulation
This project is built with <a><code>Zig</code></a>, <a><code>SDL3</code></a>, <a><code>Dawn</code></a> / <a><code>Wgpu-Native</code></a> and <a><code>ImGui</code></a>.
This project is a rewrite of <a>this project</a> that used Raylib and performed all the calculations on the CPU.
I'm making th... | [] |
https://avatars.githubusercontent.com/u/565124?v=4 | ff-fp8x8 | peterhellberg/ff-fp8x8 | 2025-03-17T08:57:58Z | Firefly Zero version of w4-8x8-fill-patterns | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/peterhellberg/ff-fp8x8/tags | - | [
"firefly-zero",
"wasm",
"zig"
] | 21 | false | 2025-03-17T10:05:41Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "ff",
"tar_url": "https://github.com/peterhellberg/ff/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/peterhellberg/ff"
}
] | peter.fp8x8 :zap:
Using <a>Zig</a> to compile a ROM for use in <a>Firefly Zero</a>
Development
Build and run in the Firefly Zero emulator:
<code>sh
zig build run</code>
File watcher (<code>spy</code>) can be started by calling:
<code>sh
zig build spy</code> | [] |
https://avatars.githubusercontent.com/u/52933714?v=4 | zgbc | rmehri01/zgbc | 2025-02-11T08:07:09Z | ๐ฎ Game Boy emulator written in Zig and compiled to WASM. | main | 6 | 0 | 0 | 0 | https://api.github.com/repos/rmehri01/zgbc/tags | MIT | [
"gameboy-emulator",
"wasm",
"zig"
] | 666 | false | 2025-04-17T05:20:49Z | true | true | 0.14.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/67539676?v=4 | coreutils | guuzaa/coreutils | 2025-04-08T11:19:28Z | A project to implement GNU coreutils in C++ and Zig. | main | 1 | 0 | 0 | 0 | https://api.github.com/repos/guuzaa/coreutils/tags | Apache-2.0 | [
"coreutils",
"cpp",
"cpp20",
"zig"
] | 22 | false | 2025-04-21T12:14:19Z | true | true | 0.14.0 | github | [
{
"commit": "1a71188d1816cc0741785d4694f790a1106a150a.tar.gz",
"name": "compile_commands",
"tar_url": "https://github.com/the-argus/zig-compile-commands/archive/1a71188d1816cc0741785d4694f790a1106a150a.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/the-argus/zig-compile-commands"
... | Coreutils Implementation
A project to implement GNU coreutils utilities in <code>C++</code> and <code>Zig</code>. This is an ongoing effort to recreate the essential Unix/Linux command-line tools.
Implemented Utilities
<ul>
<li><code>wc</code>: Word, line, and byte counting utility</li>
<li><code>true</code>: Do noth... | [] |
https://avatars.githubusercontent.com/u/14539473?v=4 | zig-generate-geodesics | alexbishop/zig-generate-geodesics | 2025-04-26T04:44:51Z | Compute the geodesic growth series for the Fabrykowski-Gupta group | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/alexbishop/zig-generate-geodesics/tags | MIT | [
"zig"
] | 21 | false | 2025-05-02T04:51:57Z | true | true | 0.14.0 | github | [] | Geodesic Growth Series: Fabrykowski-Gupta group
This repo contains some code to generate the geodesic growth series for the Fabrykowski-Gupta group.
The design of this code is based on the Unix philosophy. In paricular, the software in this repo is separated into five executables, plus a bash script to connect everyt... | [] |
https://avatars.githubusercontent.com/u/17596952?v=4 | agez | andrewkreuzer/agez | 2025-02-10T20:14:12Z | age encryption for zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/andrewkreuzer/agez/tags | MIT | [
"age-encryption",
"zig"
] | 1,165 | false | 2025-05-14T20:49:18Z | true | true | 0.11.0 | github | [] | agez | [] |
https://avatars.githubusercontent.com/u/59342135?v=4 | ziglings-solutions | FumingPower3925/ziglings-solutions | 2025-02-16T11:18:55Z | My solutions for the popular ziglings tiny broken problems. Original Repo: | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/FumingPower3925/ziglings-solutions/tags | MIT | [
"low-level-programming",
"system-programming",
"zig",
"ziglang"
] | 37 | false | 2025-02-24T16:52:08Z | false | false | unknown | github | [] | Ziglings Solutions
Description
This set of little exercises are one of the best ways to learn the Zig programming language. And as my current goal is to learn the Zig programming language I started solving them and uploading my solutions here.
Checklist
<ul>
<li>[X] <a>001_hello</a></li>
<li>[X] <a>002_std</a></li>
... | [] |
https://avatars.githubusercontent.com/u/20770505?v=4 | delti | Jafagervik/delti | 2025-03-28T06:26:12Z | Delti prog language | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Jafagervik/delti/tags | - | [
"hobby-project",
"programming-language",
"zig",
"zig-package"
] | 15 | false | 2025-04-01T23:27:14Z | true | true | 0.14.0 | github | [] | Delti - like jai and odin, but for me
Datatypes
usize, isize
u8, u16, u32, u64, u128
i8, i16, i32, i64, i128
f8, f16, f32, f64, f128
str = []u8
Project Layout
<code>src
-- compy.zig # compiler
-- lexer.zig # lexer
-- compy.zig # compiler
-- compy.zig # compiler
-- compy.zig # compiler
-- compy.zig # compiler</co... | [] |
https://avatars.githubusercontent.com/u/110578011?v=4 | krpg | CodeOnARaft/krpg | 2025-02-12T02:41:18Z | 2.5D Old School RPG | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/CodeOnARaft/krpg/tags | MIT | [
"gamedev",
"gamedevelopment",
"learning-zig",
"raylib",
"zig"
] | 52,751 | false | 2025-05-14T02:04:56Z | false | false | unknown | github | [] | krpg
Overview
krpg is a simple old school rpg, imagined in the vein of Daggerfall.
Very early development.
The main purpose of this project is to teach myself zig. Because of this, do not expect great zig code.
Building
Project currently uses zig v0.14
The game project is in the <a>game</a> folder, do a <stron... | [] |
https://avatars.githubusercontent.com/u/4605603?v=4 | zidl | tiehuis/zidl | 2025-05-16T06:59:18Z | MIDL compiler in Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/tiehuis/zidl/tags | MIT | [
"zig"
] | 118 | false | 2025-05-19T07:27:23Z | true | true | 0.15.0-dev.355+206bd1ced | github | [
{
"commit": "f954ddd40b43ec6fd4d349a13ba7ceff3c4e1055",
"name": "aro",
"tar_url": "https://github.com/Vexu/arocc/archive/f954ddd40b43ec6fd4d349a13ba7ceff3c4e1055.tar.gz",
"type": "remote",
"url": "https://github.com/Vexu/arocc"
}
] | zidl
An IDL Compiler written in Zig.
This is intended as an alternative to more mature projects such as WIDL, for use directly in
the zig compiler.
Compatibility
The goal of this compiler is to have output parity with WIDL for the mingw-64 header files. Anything
more is not intended to be supported at this stage.
... | [] |
https://avatars.githubusercontent.com/u/24943868?v=4 | dsa | jethrodaniel/dsa | 2025-02-15T20:54:52Z | Data structures and algorithms practice (in Ruby and Zig) | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/jethrodaniel/dsa/tags | - | [
"ruby",
"zig"
] | 95 | false | 2025-03-03T05:26:31Z | false | false | unknown | github | [] | dsa
Data structures and algorithms practice. | [] |
https://avatars.githubusercontent.com/u/71237005?v=4 | zig_sandbox | permalik/zig_sandbox | 2025-03-11T00:11:17Z | sandbox:Zig Programming and Turnkey Ecosystem | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/permalik/zig_sandbox/tags | - | [
"dsa",
"nix",
"systems",
"zig"
] | 19 | false | 2025-04-10T18:11:35Z | true | false | unknown | github | [] | zig_sandbox
sandbox:Zig Programming and Turnkey Ecosystem
<a>Environment</a>
- <a>Configuration</a>
- <a>Development</a>
- <a>CI</a>
- <a>Production</a>
- <a>Nuke</a>
<a>Curricula</a>
- <a>Fundamental</a>
- <a>Construct</a>
- <a>DataStructure</a>
- <a>Algorithm</a>
Environment
Development
Getting Started
Clone t... | [] |
https://avatars.githubusercontent.com/u/96265823?v=4 | zig-tokenizer | ifonso/zig-tokenizer | 2025-04-27T04:48:53Z | just messing with tokenizers for the sake of learning | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ifonso/zig-tokenizer/tags | MIT | [
"llm",
"tokenizer",
"zig"
] | 5 | false | 2025-04-27T04:57:48Z | true | true | 0.14.0 | github | [] | Zig Tokenizer
Um projeto de teste para criaรงรฃo de um tokenizer para LLMs, atualmente implementa dois modos: quebra conservadora, e quebra agressiva.
<ul>
<li><strong>Conservative</strong>: preserva palavras compostas (e.g., "co-working", "Let's") e separa apenas em pontuaรงรตes pesadas e espaรงos.</li>
<li><strong>Aggres... | [] |
https://avatars.githubusercontent.com/u/29165327?v=4 | pqc-zig | OnlyF0uR/pqc-zig | 2025-04-30T08:38:33Z | Post-Quantum Cryptography for Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/OnlyF0uR/pqc-zig/tags | Apache-2.0 | [
"cryptography",
"post-quantum-cryptography",
"pqc",
"pqcrypto",
"zig",
"zig-library",
"zig-package"
] | 40 | false | 2025-05-01T14:20:14Z | false | false | unknown | github | [] | pqc-zig
Zig bindings to the <a>PQClean</a> C implementations of cryptographic algorithms proposed during the <a>NIST Post-Quantum Cryptography Competition</a>. Additionally, there are light abstractions for convenient use present in the crypto.zig files.
Requirements
<ul>
<li>Make</li>
<li>GCC</li>
<li>Zig 0.15+</li>... | [] |
https://avatars.githubusercontent.com/u/22438427?v=4 | zvips | bernardassan/zvips | 2025-04-05T13:03:18Z | A blazingly fast image processing library in Zig using libvips | main | 4 | 0 | 0 | 0 | https://api.github.com/repos/bernardassan/zvips/tags | MIT | [
"bindings",
"gir",
"gobject",
"libvips",
"zig",
"zig-package"
] | 1,994 | false | 2025-05-15T12:00:12Z | true | true | 0.15.0-dev.208+8acedfd5b | github | [
{
"commit": "9500e7f21eb6858f78ea5eda26c90b0cc2ccdbbd.tar.gz",
"name": "gobject",
"tar_url": "https://github.com/ianprime0509/zig-gobject/archive/9500e7f21eb6858f78ea5eda26c90b0cc2ccdbbd.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/ianprime0509/zig-gobject"
},
{
"commit":... | Zivips
Libvips bindings for Zig using GObject Introspection
System Dependencies
Arch Linux
Runtime dependencies
<code>elvish
sudo pacman -S libvips libheif glib2</code>
Build time dependencies
<code>elvish
sudo pacman -S libxslt</code> | [] |
https://avatars.githubusercontent.com/u/76426234?v=4 | simpleble | RoadRoller01/simpleble | 2025-04-22T19:10:09Z | Simpleble packaged for Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/RoadRoller01/simpleble/tags | MIT | [
"zig",
"zig-package"
] | 444 | false | 2025-05-17T16:45:43Z | true | true | 0.14.0 | github | [
{
"commit": "72f037c03fc78dc615628959fafce03000086777",
"name": "fmt",
"tar_url": "https://github.com/allyourcodebase/fmt-zig/archive/72f037c03fc78dc615628959fafce03000086777.tar.gz",
"type": "remote",
"url": "https://github.com/allyourcodebase/fmt-zig"
}
] | Note: Until someone wrap dbus in build.zig...
You must install dbus on your system before using.
Simpleble
Simpleble with build.zig | [] |
https://avatars.githubusercontent.com/u/206474604?v=4 | rapto | raptodb/rapto | 2025-04-25T16:13:04Z | ๐ A next-gen database with CAS model and SIMD operations | unstable | 0 | 1 | 0 | 1 | https://api.github.com/repos/raptodb/rapto/tags | BSD-3-Clause | [
"cache",
"cas",
"database",
"high-performance",
"key-value",
"simd",
"zig"
] | 12 | false | 2025-04-26T09:24:41Z | false | false | unknown | github | [] |
<strong>Rapto</strong> is a next-gen database with CAS model and SIMD operations.
Overview
The project is work in progress.
CAS
<strong>CAS</strong> (<strong>Cache As Storage</strong>) is a system in which storage is utilized and managed as a cache. Rather than maintaining two separate layers, CA... | [] |
https://avatars.githubusercontent.com/u/152291607?v=4 | tatamios | kouosi/tatamios | 2025-03-29T17:25:09Z | A hobby osdev effort from scratch in zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/kouosi/tatamios/tags | ISC | [
"osdev",
"x86-64",
"zig"
] | 223 | false | 2025-05-11T22:33:20Z | true | false | unknown | github | [] | TatamiOS
Yet another hobby operating system maybe?
Building
You only need <a>zig master</a> to build.
<code>sh
zig build</code>
Running
To run you need <a>qemu</a>.
<code>sh
zig build run</code> | [] |
https://avatars.githubusercontent.com/u/110308379?v=4 | game-engine | nukkeldev/game-engine | 2025-05-07T01:17:58Z | A generically-named game engine written in Zig | main | 1 | 1 | 0 | 1 | https://api.github.com/repos/nukkeldev/game-engine/tags | - | [
"game-engine",
"sokol",
"zig"
] | 58 | false | 2025-05-13T09:43:19Z | true | true | 0.14.0 | github | [
{
"commit": "01bde5a6cf5d934948a1c6e60483e4ab75524891",
"name": "sokol",
"tar_url": "https://github.com/floooh/sokol-zig/archive/01bde5a6cf5d934948a1c6e60483e4ab75524891.tar.gz",
"type": "remote",
"url": "https://github.com/floooh/sokol-zig"
},
{
"commit": "716dae9c6a03eec642a4fb2ac28ebc... | Garden Engine
A multimedia engine with a focus on atmosphere and performance.
Allows the creation of both developer and user-interactable environments (gardens)
that may use the various systems provided. | [] |
https://avatars.githubusercontent.com/u/138317632?v=4 | color-picker-tui | BasileBux/color-picker-tui | 2025-02-13T10:32:39Z | A terminal color picker | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/BasileBux/color-picker-tui/tags | - | [
"terminal",
"tui",
"tui-zig",
"zig"
] | 4,638 | false | 2025-04-19T10:19:43Z | true | true | 0.11.0 | github | [] | Terminal color picker
This is a terminal based color picker. It is a little tool to help you choose
pick colors and translate them from / to different formats. It is linux only but
a macos version could happen as it really similar to linux. It is highly
inspired by <a>this website</a>.
<a>https://github.com/user-atta... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | zfp | allyourcodebase/zfp | 2025-04-19T03:55:30Z | A Zig build wrapper for the ZFP C compression library | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/allyourcodebase/zfp/tags | BSD-3-Clause | [
"compression",
"compressor",
"zfp",
"zig",
"zig-library",
"ziglang"
] | 12 | false | 2025-05-09T15:13:53Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "zfp",
"tar_url": "https://github.com/LLNL/zfp/releases/download/1.0.1/zfp-1.0.1.tar.gz/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/LLNL/zfp/releases/download/1.0.1/zfp-1.0.1.tar.gz"
}
] | <a></a>
zfp-zig: zfp packaged for the Zig programming language
This is the <a>ZFP C compression library</a> for the <a>Zig</a> programming language. Currently does not wrap the C++ compressed array classes.
How do I include it in my Zig program?
If you are starting a new package:
```bash
mkdir my_project; cd my_p... | [
"https://github.com/allyourcodebase/zfp"
] |
https://avatars.githubusercontent.com/u/36035180?v=4 | lc3-zig | Azkel1/lc3-zig | 2025-05-07T19:16:46Z | A LC3 emulator in Zig based on the guide of Justin Meiners and Ryan Pendleton | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/Azkel1/lc3-zig/tags | - | [
"lc3",
"zig",
"ziglang"
] | 6 | false | 2025-05-07T19:26:41Z | true | true | 0.14.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/14991225?v=4 | cargo-zigbuild-action | hominsu/cargo-zigbuild-action | 2025-02-23T15:06:55Z | Github Action to build Cargo project with cargo-zigbuild | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/hominsu/cargo-zigbuild-action/tags | GPL-3.0 | [
"actions",
"build",
"build-tools",
"cargo",
"rust",
"zig"
] | 2,614 | false | 2025-03-05T05:02:48Z | false | false | unknown | github | [] | About
Github Action to build Cargo project with
<a>cargo-zigbuild</a>
<ul>
<li><a>About</a></li>
<li><a>Usage</a></li>
<li><a>Customizing</a></li>
<li><a>inputs</a></li>
</ul>
Usage
```yaml
name: ci
on:
push:
tags: ['v*']
jobs:
build:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-lates... | [] |
https://avatars.githubusercontent.com/u/998922?v=4 | zun | dbushell/zun | 2025-04-17T08:00:38Z | โก Zig daemon and CLI to turn on my dumb lights | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/dbushell/zun/tags | MIT | [
"zig",
"ziglang"
] | 50 | false | 2025-04-25T00:24:56Z | true | true | 0.14.0 | github | [] | โก ZUN
<blockquote>
<em>Fiat lux</em> โ๏ธ
</blockquote>
From the blog:
<ul>
<li><a>"Zig Smart Lights"</a></li>
</ul>
This is a hobby project for me to learn Zig software development.
Configuration
There is no auto-discovery (yet/ever). Subject to change.
Zonfig location: <code>~/.config/zun/zun.zon</code>
<code>zo... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.