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/5453785?v=4
zig-netip
ikavalio/zig-netip
2023-01-16T20:53:27Z
A simple IP address library for zig
main
0
0
1
0
https://api.github.com/repos/ikavalio/zig-netip/tags
Unlicense
[ "ip", "zig", "zig-package", "ziglang" ]
83
false
2024-07-23T09:18:49Z
true
true
unknown
github
[]
zig-netip This is mostly an educational project to implement a library similar to go's <a>netip</a> using zig idioms and comptime features. The library targets the latest stable release which is currently <code>0.13</code>. Definitions <ul> <li><code>Ip4Addr</code>, <code>Ip6Addr</code>, <code>Ip6AddrScoped</code>...
[]
https://avatars.githubusercontent.com/u/8497012?v=4
zig-cat
apple-x-co/zig-cat
2022-08-03T23:40:20Z
for learning
main
0
0
0
0
https://api.github.com/repos/apple-x-co/zig-cat/tags
-
[ "zig" ]
7
false
2023-11-01T17:25:32Z
true
false
unknown
github
[]
zig-cat Build <code>bash zig build -Doptimize=ReleaseFast</code> Run ```bash zig build run -- README.md OR echo Hello | zig build run ```
[]
https://avatars.githubusercontent.com/u/8497012?v=4
zig-random
apple-x-co/zig-random
2022-09-21T23:15:59Z
for learning
main
0
0
0
0
https://api.github.com/repos/apple-x-co/zig-random/tags
-
[ "zig" ]
5
false
2023-11-01T17:25:25Z
true
true
unknown
github
[ { "commit": "refs", "name": "uuid", "tar_url": "https://github.com/dmgk/zig-uuid/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/dmgk/zig-uuid" } ]
zig-random Build <code>bash zig build -Doptimize=ReleaseFast</code> Run <code>bash zig build run -- uuidv4</code> Random number <code>./zig-random number</code> UUIDv4 <code>./zig-random uuidv4</code>
[]
https://avatars.githubusercontent.com/u/100539203?v=4
xrwm-quest
xrwm/xrwm-quest
2022-04-08T20:00:43Z
Cross platform VR/AR window manager
main
0
0
0
0
https://api.github.com/repos/xrwm/xrwm-quest/tags
GPL-3.0
[ "augmented-reality", "cross-platform", "linux", "virtual-reality", "vulkan", "window-manager", "zig" ]
2,554
false
2023-01-27T23:37:27Z
true
false
unknown
github
[]
About A window manager based on <a>wlroots</a> specifically designed around use in virtual reality. Official support is currently only planned for the Oculus Quest 2.
[]
https://avatars.githubusercontent.com/u/85593302?v=4
switch
svelterust/switch
2022-11-18T23:08:59Z
Simple switch development setup that uses Nix and Zig
master
0
0
0
0
https://api.github.com/repos/svelterust/switch/tags
-
[ "nix", "zig" ]
7
false
2022-11-18T23:22:42Z
true
false
unknown
github
[]
switch <code>git clone https://github.com/knarkzel/switch cd switch nix-shell zig build</code> Resources <ul> <li><a>switch-examples</a></li> <li><a>libnx repository</a></li> <li><a>libnx documentation</a></li> </ul>
[]
https://avatars.githubusercontent.com/u/67346305?v=4
moetranslate2
rlapz/moetranslate2
2022-04-16T15:57:47Z
A beautiful and simple language translator
main
0
0
0
0
https://api.github.com/repos/rlapz/moetranslate2/tags
MIT
[ "translator", "zig" ]
115
false
2023-04-19T14:07:38Z
true
false
unknown
github
[]
moetranslate2 A beautiful and simple language translator written in Zig Currently Supported: <ol> <li>Google Translate API</li> </ol> How to Install: Git clone: <code>git clone https://github.com/rlapz/moetranslate2 --recursive --depth 1</code> Zig version: 0.10.x ``` zig build -Drelease-safe -p /usr OR zig ...
[]
https://avatars.githubusercontent.com/u/49767738?v=4
smc
quentin-k/smc
2022-03-24T22:59:48Z
Self modifying code in zig
main
0
0
0
0
https://api.github.com/repos/quentin-k/smc/tags
-
[ "zig" ]
5
false
2022-03-24T23:01:27Z
true
false
unknown
github
[]
Self Modifying Code PoC in Zig This code has only been tested on x86_64 linux. Special thanks to InKryption in the zig discord for helping me getting this to work. Valgrind If you want to analyze the program's memory usage you will have to use <code>-Dvalgrind</code>
[]
https://avatars.githubusercontent.com/u/14140226?v=4
zig_playground
dxps/zig_playground
2022-03-18T08:08:10Z
A playground for study and experiments using Zig programming language
main
0
0
0
0
https://api.github.com/repos/dxps/zig_playground/tags
-
[ "zig", "ziglang" ]
267
false
2025-02-03T08:41:08Z
false
false
unknown
github
[]
Zig Playground This is a playground for study and experiments using <a>Zig</a> programming language.
[]
https://avatars.githubusercontent.com/u/8497012?v=4
zig-pdflib-lite-test
apple-x-co/zig-pdflib-lite-test
2022-12-13T00:44:57Z
for learning
main
0
0
0
0
https://api.github.com/repos/apple-x-co/zig-pdflib-lite-test/tags
-
[ "zig" ]
0
false
2022-12-16T08:26:04Z
false
false
unknown
github
[]
zig-pdflib-lite-test
[]
https://avatars.githubusercontent.com/u/24885580?v=4
lox-zig
mcmcgrath13/lox-zig
2022-10-10T00:56:57Z
a bytecode virtual machine for lox
main
0
0
0
0
https://api.github.com/repos/mcmcgrath13/lox-zig/tags
MIT
[ "zig" ]
107
false
2022-10-13T19:47:23Z
true
false
unknown
github
[]
lox-zig a bytecode virtual machine for lox Setup Prerequesites: * zig 0.9.1 Run a REPL <code>zig build run</code> Run a file <code>zig build run -- file.lox</code>
[]
https://avatars.githubusercontent.com/u/8497012?v=4
zig-sleep
apple-x-co/zig-sleep
2022-10-23T23:16:00Z
for learning
main
0
0
0
0
https://api.github.com/repos/apple-x-co/zig-sleep/tags
-
[ "zig" ]
13
false
2023-11-01T17:25:22Z
true
false
unknown
github
[]
zig-sleep Build <code>bash zig build -Doptimize=ReleaseFast</code> Run <code>bash zig build run -- 1</code> Demo https://user-images.githubusercontent.com/8497012/202054665-789af9f8-7b1a-496a-b7f9-6d04c452b131.mov
[]
https://avatars.githubusercontent.com/u/8497012?v=4
ziglings
apple-x-co/ziglings
2022-08-20T08:27:24Z
null
main
0
0
0
0
https://api.github.com/repos/apple-x-co/ziglings/tags
MIT
[ "zig" ]
168
false
2022-12-16T08:25:42Z
true
false
unknown
github
[]
Ziglings Welcome to Ziglings! This project contains a series of tiny broken programs. By fixing them, you'll learn how to read and write <a>Zig</a> code. Those tiny broken programs need your help! (You'll also save the planet from evil aliens and help some friendly elephants stick together, which is very sweet of y...
[]
https://avatars.githubusercontent.com/u/410846?v=4
zaper
whytheplatypus/zaper
2022-09-22T14:23:58Z
yet another gif wallpaper tool (and my excuse to learn some zig)
main
0
0
0
0
https://api.github.com/repos/whytheplatypus/zaper/tags
-
[ "animated", "desktop", "gif", "linux", "wallpaper", "x11", "zig" ]
34
false
2022-10-16T13:56:06Z
true
false
unknown
github
[]
Zaper Zaper is an animated desktop background setter for X11 This was created as an excuse to experiment with zig and generally practice. Inspired by <a>paperview</a> with a goal of getting it to work with compositors like picom. Build zig build -Drelease-safe Usage Creating a scene <code>mkdir ascene cd ascene...
[]
https://avatars.githubusercontent.com/u/50817549?v=4
zigr
Fuwn/zigr
2022-08-02T22:35:03Z
🦎 Experimental Zig bindings to TIGR
main
0
0
0
0
https://api.github.com/repos/Fuwn/zigr/tags
NOASSERTION
[ "bindings", "tigr", "zig" ]
7
false
2022-08-02T22:37:59Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/20910059?v=4
zig_string
AS400JPLPC/zig_string
2022-10-08T18:48:25Z
UTF-8 String Library
master
0
0
0
0
https://api.github.com/repos/AS400JPLPC/zig_string/tags
-
[ "string", "string-manipulation", "zig", "zoned" ]
1,976
false
2025-03-12T06:28:53Z
false
false
unknown
github
[]
zig_string UTF-8 String Library FORK <a>JakubSzark/zig-string</a> <strong>a big thank-you Jakub Szarkowicz real work</strong> This library is a UTF-8 compatible <strong>string</strong> library for the <strong>Zig</strong> programming language. I made this for the sole purpose to further my experience and underst...
[]
https://avatars.githubusercontent.com/u/4615889?v=4
zig-plain-argparse
Techcable/zig-plain-argparse
2022-05-23T08:41:40Z
[WIP] An lightweight argument parser for Zig. Uses imperative (rather than declarative) parsing.
master
2
0
0
0
https://api.github.com/repos/Techcable/zig-plain-argparse/tags
MIT
[ "argparse", "zig" ]
12
false
2022-05-23T08:43:10Z
true
false
unknown
github
[]
zig-plain-argparse [WIP] A "plain" argument parsing library for Zig. The key feature is that it parses arguments imperatively (not declaratively). This makes it lower-level than <a>zig-clap</a>, which is more declarative (and probably better for general use). Motiviation Hopefully this more imperitive design reduc...
[]
https://avatars.githubusercontent.com/u/166043157?v=4
git
FnCtrlOption/git
2022-03-02T17:51:03Z
Git fork, experimenting with Zig
zig
0
0
0
0
https://api.github.com/repos/FnCtrlOption/git/tags
NOASSERTION
[ "zig" ]
182,218
true
2024-08-24T22:55:11Z
false
false
unknown
github
[]
<a></a> Git - fast, scalable, distributed revision control system Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git is an Open Source project covered by the GNU General Public License version 2 (s...
[]
https://avatars.githubusercontent.com/u/44317699?v=4
fasthttpparser
ajkachnic/fasthttpparser
2022-02-25T20:52:31Z
A moderately fast HTTP 1.1 parser written in Zig.
main
0
0
0
0
https://api.github.com/repos/ajkachnic/fasthttpparser/tags
-
[ "zig", "zig-package" ]
45
false
2022-02-25T20:53:33Z
true
false
unknown
github
[]
fasthttpparser <em>Note: this is unstable and the API is likely to change; use at your own risk</em> A HTTP 1.1 parser written in Zig. Currently competes with <a><code>httparse</code></a> and is beaten by <a><code>picohttpparser</code></a> Benchmarks | parser | one-long | one-short | smaller | bigger ...
[]
https://avatars.githubusercontent.com/u/16129167?v=4
autofixture
tris790/autofixture
2022-04-30T00:58:29Z
Proof of concept of an autofixture library
main
0
0
0
0
https://api.github.com/repos/tris790/autofixture/tags
-
[ "autofixture", "metaprogramming", "reflection", "test", "zig" ]
1
false
2022-04-30T01:07:44Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/10215376?v=4
aoc2022
ymndoseijin/aoc2022
2022-12-01T05:37:36Z
written in Zig
master
0
0
0
0
https://api.github.com/repos/ymndoseijin/aoc2022/tags
Unlicense
[ "aoc2022", "zig" ]
59
false
2022-12-01T05:46:43Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/8497012?v=4
zig-grep
apple-x-co/zig-grep
2022-08-06T08:35:29Z
for learning
main
0
0
0
0
https://api.github.com/repos/apple-x-co/zig-grep/tags
-
[ "zig" ]
9
false
2023-11-01T17:25:24Z
true
true
unknown
github
[ { "commit": "refs", "name": "regex", "tar_url": "https://github.com/psyGamer/zig-regex/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/psyGamer/zig-regex" } ]
zig-grep Build <code>bash zig build -Doptimize=ReleaseFast</code> Run <code>bash zig build run</code>
[]
https://avatars.githubusercontent.com/u/1007628?v=4
defense_of_ufeff
jcmoyer/defense_of_ufeff
2022-10-14T18:57:17Z
Tower defense for a gamejam
master
0
0
1
0
https://api.github.com/repos/jcmoyer/defense_of_ufeff/tags
-
[ "game", "gamedev", "tower-defense", "zig" ]
1,233
false
2024-08-25T04:04:54Z
true
true
unknown
github
[ { "commit": null, "name": "zmath", "tar_url": null, "type": "relative", "url": "thirdparty/zmath" }, { "commit": null, "name": "stb", "tar_url": null, "type": "relative", "url": "thirdparty/stb" }, { "commit": null, "name": "gl33", "tar_url": null, "ty...
Building Requires a zig compiler, and optionally python3 to install dependencies. ``` <blockquote> python3 install-deps.py zig build ``` </blockquote> Dependencies <ul> <li><a>SDL</a>. zlib license.</li> <li><a>zmath</a>. MIT license.</li> <li><a>stb_image, stb_vorbis</a>. MIT license.</li> <li><a>zig-opengl</a>. B...
[]
https://avatars.githubusercontent.com/u/67513038?v=4
zig_lang_exercises
YoungHaKim7/zig_lang_exercises
2022-07-13T14:10:45Z
My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7
main
0
0
0
0
https://api.github.com/repos/YoungHaKim7/zig_lang_exercises/tags
-
[ "zig" ]
8,266
false
2025-04-21T07:40:30Z
false
false
unknown
github
[]
link <ul> <li><a>zig-snippets정리중..</a></li> </ul> zig영상 모아보기(내가 공부하려고 만듬) <ul> <li> https://youtube.com/playlist?list=PLcMveqN_07mbgfnYY9YIXo_Ls9FTSvDPx&amp;si=5BwBs3uxkXolyOzb </li> <li> <a>zig언어 100초 설명 | Fireship</a> </li> </ul> Zig https://ziglang.org/ Zig LSP (zls) https://github.com/zigto...
[]
https://avatars.githubusercontent.com/u/2982698?v=4
zigwasm
voigt/zigwasm
2022-04-25T21:15:13Z
Some experiments compiling Zig code to Wasm.
main
0
0
0
0
https://api.github.com/repos/voigt/zigwasm/tags
-
[ "wasi", "wasm", "webassembly", "zig" ]
6
false
2022-04-25T21:18:21Z
false
false
unknown
github
[]
zigwasm Some experiments compiling Zig code to Wasm. <code>zig $ zig version 0.10.0-dev.1837+4c83b11f7</code>
[]
https://avatars.githubusercontent.com/u/6756180?v=4
zigup
kassane/zigup
2022-07-10T17:00:35Z
Download and manage zig compilers.
main
0
0
0
0
https://api.github.com/repos/kassane/zigup/tags
MIT-0
[ "version-manager", "zig", "ziglang" ]
172
true
2025-01-20T13:06:48Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/14206587?v=4
kioto
Tau-0/kioto
2022-04-20T18:17:20Z
Concurrency library for Zig
main
0
0
0
0
https://api.github.com/repos/Tau-0/kioto/tags
MIT
[ "channels", "concurrency", "coroutines", "fibers", "futures", "zig", "ziglang" ]
1,724
false
2025-05-18T15:40:19Z
true
true
0.14.0
github
[]
kioto Concurrency library for Zig
[]
https://avatars.githubusercontent.com/u/54503497?v=4
micro_snake
RetroDev256/micro_snake
2022-09-01T17:42:26Z
null
master
0
0
0
0
https://api.github.com/repos/RetroDev256/micro_snake/tags
MIT
[ "zig" ]
53
false
2025-05-17T08:54:10Z
true
true
unknown
github
[]
micro_snake Attempt to create a workable, standalone linux console game - snake - in less than 1 KiB <code>+-------------------------+-------------------------+--------+--------+ | 7f 45 4c 46 01 01 01 00 | 00 00 00 00 00 00 00 00 |•ELF•••⋄|⋄⋄⋄⋄⋄⋄⋄⋄| | 02 00 03 00 01 00 00 00 | 54 00 01 00 34 00 00 00 |•⋄•⋄•⋄⋄⋄|T⋄•...
[]
https://avatars.githubusercontent.com/u/68133?v=4
go-version-cgo-zig
afriza/go-version-cgo-zig
2022-09-08T05:06:57Z
Compare output of `go version -m` between gcc & zig
main
0
0
0
0
https://api.github.com/repos/afriza/go-version-cgo-zig/tags
-
[ "go", "golang", "zig", "ziglang" ]
3
false
2022-09-08T10:48:38Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/181018?v=4
zorrent
lg/zorrent
2022-10-10T04:08:44Z
zorrent - zig torrent client (WIP)
master
0
0
0
0
https://api.github.com/repos/lg/zorrent/tags
-
[ "torrent", "zig" ]
112
false
2022-10-10T04:11:19Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/45506003?v=4
zirc
izonu/zirc
2022-11-16T09:38:16Z
IRC terminal client written in Zig
main
0
0
0
0
https://api.github.com/repos/izonu/zirc/tags
MIT
[ "irc", "zig" ]
5
false
2023-09-02T14:37:31Z
true
false
unknown
github
[]
Zirc Zirc is an irc client written in zig development moved to https://codeberg.org/phantom32/zirc
[]
https://avatars.githubusercontent.com/u/8743306?v=4
zwc
dmbfm/zwc
2022-09-30T01:38:57Z
A WC clone written in zig
main
0
0
0
0
https://api.github.com/repos/dmbfm/zwc/tags
-
[ "cli", "wc", "zig" ]
8
false
2022-09-30T01:40:45Z
true
false
unknown
github
[]
zwc A clone of the <code>wc</code> utility written in zig. That's it. Just a line/word/character counter written in zig for learning purposes. Should work as a drop-in replacement, but I haven't tested it extensively yet. Building and Installation Assuming you have zig installed and that <code>~/.local/bin</code> i...
[]
https://avatars.githubusercontent.com/u/35064754?v=4
AoC-2022
wooster0/AoC-2022
2022-12-02T12:20:59Z
Advent of Code 2022
main
0
0
0
0
https://api.github.com/repos/wooster0/AoC-2022/tags
-
[ "ada", "advent-of-code", "advent-of-code-2022", "aoc", "aoc-2022", "aoc2022", "bash", "c", "cpp", "rust", "zig" ]
32
false
2022-12-06T18:40:25Z
false
false
unknown
github
[]
AoC-2022 My solutions for <a>Advent of Code</a> 2022.
[]
https://avatars.githubusercontent.com/u/45411401?v=4
levy-aecs
tauoverpi/levy-aecs
2022-06-30T05:40:00Z
Archetype Entity Component System for zig
master
0
0
0
0
https://api.github.com/repos/tauoverpi/levy-aecs/tags
MIT
[ "entity-component-system", "zig" ]
41
false
2022-06-30T05:51:20Z
true
false
unknown
github
[]
Archetype Entity Component System AECS is an entity component system which manages entities by sorting them into separate buckets based on the components they have. Buckets in memory make use of the <a>structure of arrays</a> (SoA) layout which is computed at runtime based on the currently available archetypes. NOTE:...
[]
https://avatars.githubusercontent.com/u/15983269?v=4
zig-spng
SasLuca/zig-spng
2022-08-01T14:20:02Z
Simple, modern libpng alternative, now with Zig bindings.
master
0
0
0
0
https://api.github.com/repos/SasLuca/zig-spng/tags
-
[ "codec", "decoding", "decoding-images", "encoder", "oss-fuzz", "png", "png-decoder", "png-encoder", "spng", "zig" ]
869
false
2023-06-30T13:15:09Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/2828351?v=4
Zig-SX
bcrist/Zig-SX
2022-10-21T04:46:37Z
S-Expression [de]serialization in Zig
main
0
0
0
0
https://api.github.com/repos/bcrist/Zig-SX/tags
MIT
[ "encoding", "s-expression", "s-expressions", "sexp", "zig", "zig-library", "zig-package", "ziglang" ]
175
false
2025-03-22T07:11:02Z
true
true
0.14.0
github
[]
Zig-SX A simple Zig library for reading and writing S-Expressions. Ideal for human-readable configuration or data files containing lots of compound structures. Parsing and writing is always done interactively with the user program; there is no intermediate "document" representation. Reader Example ```zig const std...
[]
https://avatars.githubusercontent.com/u/410588?v=4
marbles
2bt/marbles
2022-10-28T17:08:43Z
A clone of the game Swing aka Marble Master
master
0
0
0
0
https://api.github.com/repos/2bt/marbles/tags
-
[ "puzzle-game", "zig" ]
30
false
2022-10-28T17:15:39Z
true
false
unknown
github
[]
Marbles A clone of the game Swing aka Marble Master. Try it out <a>here</a>.
[]
https://avatars.githubusercontent.com/u/3036610?v=4
starlark-zig
emcfarlane/starlark-zig
2022-04-13T22:08:33Z
Starlark in ZIG
main
2
0
0
0
https://api.github.com/repos/emcfarlane/starlark-zig/tags
-
[ "wip", "zig" ]
18
false
2022-04-13T23:08:05Z
true
false
unknown
github
[]
[wip] starlark-zig Implementation of starlark in zig, translated from starlark-go. First zig project, please leave feedback :D. devlog <ul> <li>AST impl https://github.com/ziglang/zig/pull/7920</li> </ul> ideas Parser Currently the parser is based on the zig parser. We could use something prebuilt like treesitter...
[]
https://avatars.githubusercontent.com/u/99486674?v=4
touch-id-sudo
yamashitax/touch-id-sudo
2022-08-27T04:12:33Z
Enable using Touch ID and Apple Watch for sudo
main
0
0
0
0
https://api.github.com/repos/yamashitax/touch-id-sudo/tags
-
[ "zig" ]
1
false
2022-09-01T00:09:15Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/41062858?v=4
csv2json
berquerant/csv2json
2022-11-22T03:05:45Z
Convert csv data from stdin into json.
main
0
0
0
0
https://api.github.com/repos/berquerant/csv2json/tags
MIT
[ "zig" ]
33
false
2025-04-20T07:43:35Z
true
false
unknown
github
[]
csv2json Convert csv data from stdin into json. <code>$ cat account.csv id,name,department 1,account1,HR 2,account2,Dev 4,account4,HR 3,account3,PR $ csv2json -i &lt; account.csv {"id":1,"name":"account1","department":"HR"} {"id":2,"name":"account2","department":"Dev"} {"id":4,"name":"account4","department":"HR"} {"i...
[]
https://avatars.githubusercontent.com/u/109846069?v=4
hyonz
noiryuh/hyonz
2022-09-22T20:28:44Z
Various encoding codec implementations written in Zig.
master
0
0
0
0
https://api.github.com/repos/noiryuh/hyonz/tags
MIT
[ "zig" ]
7
false
2022-09-22T20:58:19Z
true
false
unknown
github
[]
hyonz Various encoding codec implementations written in Zig. Usage In <code>build.zig</code>: ```zig const std = @import("std"); const hyonz = @import("hyonz/build.zig"); pub fn build(b: *std.build.Builder) void { // .... hyonz.linkPkg(exe); } ``` In <code>main.zig</code>: ```zig const std = @import("std")...
[]
https://avatars.githubusercontent.com/u/8216064?v=4
dev-zig-lang-with-vim-at-docker
shinshin86/dev-zig-lang-with-vim-at-docker
2022-07-26T22:09:09Z
Dev Zig with vim at docker.
main
0
0
0
0
https://api.github.com/repos/shinshin86/dev-zig-lang-with-vim-at-docker/tags
-
[ "docker-image", "vim", "zig" ]
1
false
2022-07-26T22:16:45Z
false
false
unknown
github
[]
dev-zig-lang-with-vim-at-docker Dev <a>Zig</a> with vim at docker. Getting started Build image and Run docker ```bash docker build -t dev-zig-vim . docker run -it --rm --name dev-zig-vim-01 dev-zig-vim /bin/bash or if want to share local file to docker docker run -it --rm -v $(pwd)/work:/tmp/share --name dev-zig-...
[]
https://avatars.githubusercontent.com/u/8497012?v=4
zig-jq
apple-x-co/zig-jq
2022-08-17T08:41:26Z
for learning
main
0
0
0
0
https://api.github.com/repos/apple-x-co/zig-jq/tags
-
[ "zig" ]
6
false
2023-11-01T17:25:08Z
true
false
unknown
github
[]
zig-jq Build <code>bash zig build -Doptimize=ReleaseFast</code> Run ```bash zig build run -- sample.json OR echo "{\"a\": \"b\"}" | zig build run ```
[]
https://avatars.githubusercontent.com/u/166043157?v=4
mruby-zig
FnCtrlOption/mruby-zig
2022-11-08T23:49:58Z
mruby bindings for zig
master
0
0
0
0
https://api.github.com/repos/FnCtrlOption/mruby-zig/tags
MIT
[ "ruby", "zig" ]
131
true
2024-08-24T23:24:51Z
true
false
unknown
github
[]
mruby-zig <a>mruby</a> bindings for <a>zig</a>! Mruby is the lightweight implementation of the Ruby language complying with part of the ISO standard. Mruby documentation can be found <a>here</a>. Embedding To embed <code>mruby</code> into another zig project, you just need to recursively clone this repository and ...
[]
https://avatars.githubusercontent.com/u/14120644?v=4
sometoml
tato/sometoml
2022-08-18T08:08:25Z
a little bit of toml for you
main
0
0
0
0
https://api.github.com/repos/tato/sometoml/tags
BSD-2-Clause
[ "toml", "zig" ]
204
false
2024-05-12T06:43:35Z
true
false
unknown
github
[]
sometoml <ul> <li>is a toml v1.0.0 library for zig </li> <li>supports serialization and deserialization</li> <li>is still in early stages</li> </ul> not yet implemented <ul> <li>date types</li> <li>good error reporting</li> </ul> also planned <ul> <li>deserializing into arbitrary zig structs</li> <li>customizable s...
[]
https://avatars.githubusercontent.com/u/101372000?v=4
mr-ema.github.io
mr-ema/mr-ema.github.io
2022-05-09T02:05:33Z
null
main
0
0
0
0
https://api.github.com/repos/mr-ema/mr-ema.github.io/tags
NOASSERTION
[ "zig", "zig-zine", "zine" ]
5,985
false
2024-11-23T16:58:23Z
true
true
unknown
github
[ { "commit": "master", "name": "zine", "tar_url": "https://github.com/kristoff-it/zine/archive/master.tar.gz", "type": "remote", "url": "https://github.com/kristoff-it/zine" } ]
404
[]
https://avatars.githubusercontent.com/u/6756180?v=4
zwid
kassane/zwid
2022-10-29T17:21:54Z
[WIP] Utilities for embedding CoSWID tags in EFI binaries - written on Zig
main
1
0
0
0
https://api.github.com/repos/kassane/zwid/tags
BSD-3-Clause
[ "firmware", "swid", "zig" ]
8
false
2022-10-30T16:21:46Z
true
false
unknown
github
[]
zwid Utilities for embedding CoSWID tags in EFI binaries - written on Zig Introduction Software Identification (SWID) tags provide an extensible XML-based structure to identify and describe individual software components, patches, and installation bundles. SWID tag representations can be too large for devices with n...
[]
https://avatars.githubusercontent.com/u/48591413?v=4
zigcalc
chrboesch/zigcalc
2022-09-18T11:54:59Z
A simple calculator in zig
main
0
0
0
0
https://api.github.com/repos/chrboesch/zigcalc/tags
-
[ "zig", "ziglang" ]
7
false
2022-10-29T11:17:11Z
false
false
unknown
github
[]
zigcalc A simple calculator in zig Inspired by the video <a>Build a Simple Calculator in C</a> a rebuilt of this calculator in zig. Compile with the following command: <code>zig build-exe -O ReleaseSmall --strip calc.zig</code> or just run <code>zig run calc.zig</code>
[]
https://avatars.githubusercontent.com/u/39071861?v=4
eisuu
MrPicklePinosaur/eisuu
2022-08-30T05:14:32Z
image asciizer written in ziglang
master
0
0
0
0
https://api.github.com/repos/MrPicklePinosaur/eisuu/tags
-
[ "ascii-art", "cli", "zig" ]
6
false
2022-08-30T07:00:11Z
true
false
unknown
github
[]
【英数変換機】 eisuu henkanki image asciizer written in zig lang SETTING UP FOR DEVELOPMENT ensure that you are using zig 0.9.1 RESOURCES this project was written to learn some zig, here are some resources that i used: - <a>ziglang docs</a> - <a>ziglearn.org</a> - <a>zig build explained</a>
[]
https://avatars.githubusercontent.com/u/62779291?v=4
zXFL
shimamura-sakura/zXFL
2022-08-15T03:02:02Z
An extractor for XFL archive files written in Zig language.
main
0
0
0
0
https://api.github.com/repos/shimamura-sakura/zXFL/tags
GPL-3.0
[ "reverse-engineering", "zig" ]
15
false
2022-09-03T10:20:05Z
false
false
unknown
github
[]
zXFL Tested on files from "Okujou no Yurirei-san" Build <code>sh $ zig build-exe main.zig</code> Usage <code>sh $ ./main [path_to_xfl_file] [folder_to_place_extracted_files]</code> Example: <code>sh $ ./main bgm.xfl ./bgm</code>
[]
https://avatars.githubusercontent.com/u/12962448?v=4
mnist-predictor
star-tek-mb/mnist-predictor
2022-12-25T05:11:56Z
Hand written digit recognizer written in Zig
master
0
0
0
0
https://api.github.com/repos/star-tek-mb/mnist-predictor/tags
-
[ "zig" ]
676
false
2022-12-25T05:13:22Z
true
false
unknown
github
[]
Overview This is a MNIST handwritten digit recognizer written in zig with raylib. Installation Install raylib first for GUI <code>git clone https://github.com/raysan5/raylib.git --single-branch --depth 1</code> For training you also need MNIST data from <a>here</a>. Place it in data folder and use <code>src/main_...
[]
https://avatars.githubusercontent.com/u/135217?v=4
zig_sandkasten
gthvn1/zig_sandkasten
2023-01-30T15:57:05Z
🚧 Zig trials 🚧
master
0
0
0
0
https://api.github.com/repos/gthvn1/zig_sandkasten/tags
GPL-3.0
[ "zig" ]
69
false
2024-08-21T19:12:56Z
false
false
unknown
github
[]
Topics <ul> <li><a>Testing Raylib Bindings</a>: Try to use raylib bindins from Zig<ul> <li>Currently we are drawing a ball and make it bounce...</li> </ul> </li> <li><a>Wasm &amp; Web server</a><ul> <li>Play with Zig and Wasm in order to understand:<ul> <li>how we can convert a Zig code to Wasm,</li> <li>how we can loa...
[]
https://avatars.githubusercontent.com/u/45176912?v=4
exercism
alternateved/exercism
2022-12-21T20:12:50Z
My solutions to Exercism exercises
main
0
0
0
0
https://api.github.com/repos/alternateved/exercism/tags
MIT
[ "clojure", "exercism", "haskell", "julia", "scheme", "zig" ]
1,311
false
2023-11-01T17:10:30Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/22148308?v=4
AdventOfCode2022
hazeycode/AdventOfCode2022
2022-12-01T15:39:52Z
My solutions to Advent of Code 2022 using Zig 0.10.0
main
0
0
0
0
https://api.github.com/repos/hazeycode/AdventOfCode2022/tags
-
[ "advent-of-code-2022", "aoc2022", "zig" ]
99
false
2022-12-06T17:27:22Z
true
false
unknown
github
[]
AdventOfCode2022 My solutions to <a>Advent of Code 2022</a> using <a>Zig</a> 0.10.0 There is a program for each day in <code>src/</code>, input data for each day is located in <code>src/data/</code> ```shell Build and run a particular day zig build run-day06 Build and run any tests for a particular day zig build...
[]
https://avatars.githubusercontent.com/u/61101524?v=4
cryptopals
tkieras/cryptopals
2022-07-08T01:20:04Z
Cryptopals in Zig!
master
0
0
0
0
https://api.github.com/repos/tkieras/cryptopals/tags
-
[ "cryptopals", "zig" ]
90
false
2022-07-08T01:28:39Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/26470129?v=4
ego.github.io
ego/ego.github.io
2022-12-16T17:12:02Z
Personal web blog at ego.systemdef.com
main
0
0
0
0
https://api.github.com/repos/ego/ego.github.io/tags
MIT
[ "aiops", "aws", "blog", "clojure", "dataops", "devops", "engineering", "kotlin", "mlops", "nodejs", "python3", "sofware", "vlang", "zig" ]
54,605
false
2023-09-13T11:37:33Z
false
false
unknown
github
[]
Personal web blog at ego.systemdef.com Prerequisites Make sure your were installed <ul> <li><a>Git</a></li> <li><a>Hugo</a></li> </ul> Static site tool <a>Hugo</a> <a>Github Hugo</a> <a>Hugo quick start</a> Theme templates <ul> <li><a>All hugo themes</a></li> <li><a>Hugo theme next</a> current theme in use.</li> <...
[]
https://avatars.githubusercontent.com/u/145980012?v=4
browser
lightpanda-io/browser
2023-02-07T15:19:34Z
Lightpanda: the headless browser designed for AI and automation
main
82
8,950
219
8,950
https://api.github.com/repos/lightpanda-io/browser/tags
AGPL-3.0
[ "browser", "browser-automation", "cdp", "headless", "playwright", "puppeteer", "zig" ]
3,278
false
2025-05-22T07:57:06Z
true
true
unknown
github
[ { "commit": "b29a8b45fc59fc2d202769c4f54509bb9e17d0a2.tar.gz", "name": "tls", "tar_url": "https://github.com/ianic/tls.zig/archive/b29a8b45fc59fc2d202769c4f54509bb9e17d0a2.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/ianic/tls.zig" }, { "commit": "61d9652f1a957b7f4db723ea...
<a></a> Lightpanda Browser <a>lightpanda.io</a> [![License](https://img.shields.io/github/license/lightpanda-io/browser)](https://github.com/lightpanda-io/browser/blob/main/LICENSE) [![Twitter Follow](https://img.shields.io/twitter/follow/lightpanda_io)](https://twitter.com/lightpanda_io) [![GitHub stars](h...
[]
https://avatars.githubusercontent.com/u/84687501?v=4
extism
extism/extism
2022-08-13T06:55:30Z
The framework for building with WebAssembly (wasm). Easily & securely load wasm modules, move data, call functions, and build extensible apps.
main
36
4,960
136
4,960
https://api.github.com/repos/extism/extism/tags
BSD-3-Clause
[ "browser", "c", "cpp", "csharp", "dotnet", "elixir", "go", "haskell", "java", "javascript", "node", "ocaml", "plugin-system", "python", "ruby", "rust", "serverless", "wasm", "webassembly", "zig" ]
9,439
false
2025-05-22T00:01:10Z
false
false
unknown
github
[]
<a> </a> [![Discord](https://img.shields.io/discord/1011124058408112148?color=%23404eed&amp;label=Community%20Chat&amp;logo=Discord&amp;logoColor=%23404eed)](https://extism.org/discord) ![GitHub Org's stars](https://img.shields.io/github/stars/extism) ![Downloads](https://img.shiel...
[]
https://avatars.githubusercontent.com/u/125233599?v=4
zap
zigzap/zap
2023-01-12T21:36:31Z
blazingly fast backends in zig
master
22
2,877
97
2,877
https://api.github.com/repos/zigzap/zap/tags
MIT
[ "api", "blazingly", "fast", "http", "rest", "zig", "zig-package" ]
11,398
false
2025-05-22T06:15:05Z
true
true
unknown
github
[]
⚡zap⚡ - blazingly fast backends in zig <a></a> Zap is the <a>zig</a> replacement for the REST APIs I used to write in <a>python</a> with <a>Flask</a> and <a>mongodb</a>, etc. It can be considered to be a microframework for web applications. What I needed as a replacement was a blazingly fast and robust HTTP server...
[]
https://avatars.githubusercontent.com/u/1299?v=4
libxev
mitchellh/libxev
2023-01-07T19:52:16Z
libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
main
40
2,719
113
2,719
https://api.github.com/repos/mitchellh/libxev/tags
MIT
[ "async", "c", "epoll", "io-uring", "kqueue", "wasi", "webassembly", "zig" ]
1,144
false
2025-05-21T20:18:05Z
true
true
0.14.0
github
[]
libxev libxev is a cross-platform event loop. libxev provides a unified event loop abstraction for non-blocking IO, timers, signals, events, and more that works on macOS, Windows, Linux, and WebAssembly (browser and WASI). It is written in <a>Zig</a> but exports a C-compatible API (which further makes it compatible wi...
[ "https://github.com/Scythe-Technology/Zune", "https://github.com/Thomvanoorschot/backstage", "https://github.com/Thomvanoorschot/jolt", "https://github.com/Thomvanoorschot/wire", "https://github.com/dacheng-zig/ziro", "https://github.com/dacheng-zig/ziro-sleep", "https://github.com/elton2048/glizp", "...
https://avatars.githubusercontent.com/u/120156414?v=4
cargo-zigbuild
rust-cross/cargo-zigbuild
2022-02-16T06:38:36Z
Compile Cargo project with zig as linker
main
32
1,923
70
1,923
https://api.github.com/repos/rust-cross/cargo-zigbuild/tags
MIT
[ "cargo-subcommand", "cross-compile", "zig" ]
861
false
2025-05-19T09:57:55Z
false
false
unknown
github
[]
cargo-zigbuild <a></a> <a></a> <a></a> <a></a> <a></a> <blockquote> 🚀 Help me to become a full-time open-source developer by <a>sponsoring me on GitHub</a> </blockquote> Compile Cargo project with <a>zig</a> as <a>linker</a> for <a>easier cross compiling</a>. Installation <code>bash cargo install --locked cargo-z...
[]
https://avatars.githubusercontent.com/u/109492796?v=4
awesome-zig
zigcc/awesome-zig
2022-12-17T03:52:10Z
A collection of some awesome public Zig programming language projects.
main
0
1,415
75
1,415
https://api.github.com/repos/zigcc/awesome-zig/tags
MIT
[ "andrew-kelley", "awesome-list", "bun", "mach", "zig", "zig-lib", "zig-library", "zig-package", "ziglang" ]
291
false
2025-05-22T02:02:13Z
false
false
unknown
github
[]
Awesome Zig This repository lists "awesome" projects written in Zig, maintained by <a>ZigCC community</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> The word "awesome" does not signify stability; instead...
[]
https://avatars.githubusercontent.com/u/4644332?v=4
karmem
inkeliz/karmem
2022-05-11T16:13:34Z
Karmem is a fast binary serialization format, faster than Google Flatbuffers and optimized for TinyGo and WASM.
master
38
666
29
666
https://api.github.com/repos/inkeliz/karmem/tags
BSD-3-Clause
[ "assemblyscript", "c", "csharp", "dotnet", "dotnet7", "go", "golang", "odin-lang", "random-access", "serialization", "swift", "webassembly", "zig" ]
8,232
false
2025-05-21T06:43:08Z
false
false
unknown
github
[]
KARMEM <a></a> <a></a> <a></a> Karmem is a fast binary serialization format. The priority of Karmem is to be easy to use while been fast as possible. It's optimized to take Golang and TinyGo's maximum performance and is efficient for repeatable reads, reading different content of the same type. Karmem demonstrates ...
[]
https://avatars.githubusercontent.com/u/23124818?v=4
zvm
tristanisham/zvm
2022-11-09T05:55:03Z
zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.
master
7
660
46
660
https://api.github.com/repos/tristanisham/zvm/tags
MIT
[ "version-control", "version-manager", "versioning", "zig", "ziglang" ]
31,265
false
2025-05-19T06:08:39Z
false
false
unknown
github
[]
Zig Version Manager (zvm) is a tool for managing your <a>Zig</a> installs. With std under heavy development and a large feature roadmap, Zig is bound to continue changing. Breaking existing builds, updating valid syntax, and introducing new features like a package manager. While this is great for developers, it ...
[]
https://avatars.githubusercontent.com/u/11307305?v=4
cowasm
sagemathinc/cowasm
2022-06-27T00:42:22Z
CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.
main
15
527
27
527
https://api.github.com/repos/sagemathinc/cowasm/tags
BSD-3-Clause
[ "python", "wasm", "webassembly", "zig" ]
15,668
false
2025-05-19T09:39:59Z
false
false
unknown
github
[]
CoWasm: Collaborative WebAssembly for Servers and Browsers URL: https://github.com/sagemathinc/cowasm DEMOS: <ul> <li>https://cowasm.org - Python using SharedArrayBuffers</li> <li>https://zython.org - Python using Service Workers</li> <li>https://cowasm.sh - Dash Shell with Python, Sqlite, Lua, etc., using SharedArra...
[]
https://avatars.githubusercontent.com/u/206480?v=4
websocket.zig
karlseguin/websocket.zig
2022-05-28T14:35:01Z
A websocket implementation for zig
master
5
407
38
407
https://api.github.com/repos/karlseguin/websocket.zig/tags
MIT
[ "websocket", "zig", "zig-library", "zig-package" ]
561
false
2025-05-19T00:09:50Z
true
true
unknown
github
[]
A zig websocket server. This project follows Zig master. See available branches if you're targeting a specific version. Skip to the <a>client section</a>. If you're upgrading from a previous version, check out the <a>Server Migration</a> and <a>Client Migration</a> wikis. Server ```zig const std = @import("std"); ...
[]
https://avatars.githubusercontent.com/u/7967463?v=4
ziglua
natecraddock/ziglua
2022-06-02T04:37:17Z
Zig bindings for the Lua C API
main
24
360
52
360
https://api.github.com/repos/natecraddock/ziglua/tags
MIT
[ "binding", "library", "lua", "lua-bindings", "package", "zig", "zig-package" ]
1,517
false
2025-05-20T09:08:27Z
true
true
unknown
github
[ { "commit": null, "name": "lua51", "tar_url": null, "type": "remote", "url": "https://www.lua.org/ftp/lua-5.1.5.tar.gz" }, { "commit": null, "name": "lua52", "tar_url": null, "type": "remote", "url": "https://www.lua.org/ftp/lua-5.2.4.tar.gz" }, { "commit": null, ...
Ziglua <a></a> <a></a> Zig bindings for the <a>Lua C API</a>. Ziglua currently supports the latest releases of Lua 5.1, 5.2, 5.3, 5.4, and <a>Luau</a>. Ziglua can be used in two ways, either * <strong>embedded</strong> to statically embed the Lua VM in a Zig program, * or as a shared <strong>module</strong> to creat...
[ "https://github.com/JacobCrabill/zigdown" ]
https://avatars.githubusercontent.com/u/49629865?v=4
aftersun
foxnne/aftersun
2022-08-20T20:10:55Z
Top-down 2D RPG
main
3
262
9
262
https://api.github.com/repos/foxnne/aftersun/tags
MIT
[ "2d", "gamedev", "rpg", "topdown", "zig" ]
15,712
false
2025-05-05T02:01:44Z
true
true
unknown
github
[ { "commit": null, "name": "mach", "tar_url": null, "type": "remote", "url": "https://pkg.machengine.org/mach/b72f0e11b6d292c2b60789359a61f7ee6d7dc371.tar.gz" }, { "commit": "d5790495da5ec0282aa65e7eecf541f951afb44f.tar.gz", "name": "zig_imgui", "tar_url": "https://github.com/foxn...
An ongoing pet-project top-down RPG written in <a>zig</a>. Installation <ul> <li>Build with Zig 0.12.0-dev.3180+83e578a18 (<code>zigup 0.12.0-dev.3180+83e578a18</code>). This is required by Mach, see https://machengine.org/about/zig-version </li> </ul> <code>git clone git@github.com:foxnne/aftersun.git --recurs...
[]
https://avatars.githubusercontent.com/u/196310?v=4
raylib.zig
ryupold/raylib.zig
2022-04-06T21:03:44Z
Idiomatic Zig bindings for raylib utilizing raylib_parser
main
12
246
35
246
https://api.github.com/repos/ryupold/raylib.zig/tags
MIT
[ "bindings", "raylib", "zig" ]
2,273
false
2025-05-20T19:58:07Z
true
false
unknown
github
[]
raylib.zig Idiomatic <a>raylib</a> (5.1-dev) bindings for <a>Zig</a> (master). <a>Example Usage</a> Additional infos and WebGL examples <a>here</a>. supported platforms <ul> <li>Windows</li> <li>macOS</li> <li>Linux</li> <li>HTML5/WebGL (emscripten)</li> </ul> supported APIs <br/><input type='checkbox' class='w...
[]
https://avatars.githubusercontent.com/u/20487725?v=4
Zig
TheAlgorithms/Zig
2022-12-27T18:02:19Z
Collection of Algorithms implemented in Zig.
main
1
241
42
241
https://api.github.com/repos/TheAlgorithms/Zig/tags
MIT
[ "algorithms", "data-structures", "dynamic-programming", "interview-questions", "learning", "math", "mathematics", "search", "sorting", "sorting-algorithms", "zig", "ziglang" ]
87
false
2025-05-19T08:29:20Z
true
true
0.14.0
github
[ { "commit": null, "name": "runner", "tar_url": null, "type": "remote", "url": "git+https://gist.github.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b/#1f317ebc9cd09bc50fd5591d09c34255e15d1d85" } ]
<a></a> <a>The Algorithms</a> - Zig <a> </a> <a> </a> Collection of algorithms implemented in Zig - for education Resources Learn <ul> <li><a>Introduction | ZigLang.org</a></li> <li><a>Download &amp; Documentation | ZigLang.org</a></li> <li><a>Chapter 0 - Getting Started | ZigLearn.org</a></li> <li...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
ffmpeg
allyourcodebase/ffmpeg
2023-01-08T01:31:26Z
FFmpeg Zig package
main
7
217
35
217
https://api.github.com/repos/allyourcodebase/ffmpeg/tags
NOASSERTION
[ "ffmpeg", "zig", "zig-package" ]
169,081
false
2025-05-17T16:27:17Z
true
true
0.14.0
github
[ { "commit": "6c72830882690c1eb2567a537525c3f432c1da50.tar.gz", "name": "libz", "tar_url": "https://github.com/allyourcodebase/zlib/archive/6c72830882690c1eb2567a537525c3f432c1da50.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/zlib" }, { "commit": "7d862fe61...
FFmpeg Packaged for Zig This is a fork of <a>ffmpeg</a>, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with <code>build.zig</code>. There are no system dependencies; the only thing required to build this package is <a>Zig</a>. Zig API bindings are also provided via the...
[ "https://github.com/neurocyte/notcurses-zig" ]
https://avatars.githubusercontent.com/u/473672?v=4
nanovg-zig
fabioarnold/nanovg-zig
2022-04-03T20:47:06Z
A small anti-aliased hardware-accelerated vector graphics library
main
1
209
23
209
https://api.github.com/repos/fabioarnold/nanovg-zig/tags
Zlib
[ "2d", "gamedev", "graphics", "opengl", "vector", "vector-graphics", "zig", "zig-package" ]
2,242
false
2025-05-18T07:36:09Z
true
true
0.11.0
github
[]
NanoVG - Zig Version This is a rewrite of the original <a>NanoVG library</a> using the <a>Zig programming language</a>. NanoVG is a small anti-aliased hardware-accelerated vector graphics library. It has a lean API modeled after the HTML5 canvas API. It is aimed to be a practical and fun toolset for building scalable...
[]
https://avatars.githubusercontent.com/u/99468136?v=4
beaver
beaver-lodge/beaver
2022-04-20T01:06:16Z
MLIR Toolkit in Elixir and Zig.
main
6
199
9
199
https://api.github.com/repos/beaver-lodge/beaver/tags
MIT
[ "compiler", "elixir", "gpu", "mlir", "zig" ]
1,529
false
2025-05-19T11:03:46Z
false
false
unknown
github
[]
<a></a> Beaver 🦫 <a></a> <a></a> <a></a> <strong>Boost the almighty blue-silver dragon with some magical elixir!</strong> 🧙🧙‍♀️🧙‍♂️ Motivation In the de-facto way of using MLIR, we need to work with C/C++, TableGen, CMake and Python (in most of cases). Each language or tool here has some functionalities and co...
[]
https://avatars.githubusercontent.com/u/42384293?v=4
yazap
prajwalch/yazap
2022-03-13T14:59:46Z
🔧 The ultimate Zig library for seamless command line argument parsing.
main
4
183
19
183
https://api.github.com/repos/prajwalch/yazap/tags
MIT
[ "argument-parser", "argument-parsing", "cli", "command-line-arguments-parser", "flags", "parser", "subcommands", "zig", "ziglang" ]
18,498
false
2025-05-21T06:23:59Z
true
true
unknown
github
[]
<a></a> <a></a> Yazap <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 branch targets the <a>master branch of zig</a>. See <a>supported versions table</a>. </blockquote> The ultimate <a>zig</a> library for seamles...
[ "https://github.com/Chanyon/Xjournal", "https://github.com/aidanaden/schnorr-zig", "https://github.com/aidanaden/shamir-zig", "https://github.com/epilif3sotnas/debt-profit", "https://github.com/ringtailsoftware/commy", "https://github.com/ringtailsoftware/zoridor", "https://github.com/tulilirockz/dough"...
https://avatars.githubusercontent.com/u/145980012?v=4
zig-js-runtime
lightpanda-io/zig-js-runtime
2022-09-15T15:48:29Z
Add a JS runtime in your Zig project
main
41
157
7
157
https://api.github.com/repos/lightpanda-io/zig-js-runtime/tags
Apache-2.0
[ "javascript-runtime", "v8", "zig" ]
871
false
2025-05-17T09:30:58Z
true
false
unknown
github
[]
zig-js-runtime A fast and easy library to add a Javascript runtime into your Zig project. With this library you can: <ul> <li>add Javascript as a scripting language for your Zig project (eg. plugin system, game scripting)</li> <li>build a web browser (this library as been developed for the <a>Lightpanda headless brow...
[]
https://avatars.githubusercontent.com/u/2458265?v=4
zig-cross
mrexodia/zig-cross
2022-05-23T15:26:30Z
Example of using as a CMake Toolchain for cross compiling.
main
1
145
9
145
https://api.github.com/repos/mrexodia/zig-cross/tags
BSL-1.0
[ "cmake", "cmake-toolchain", "cpp", "cross-compilation", "cross-compiler-toolchain", "zig" ]
50
false
2025-05-08T19:04:48Z
false
false
unknown
github
[]
zig--cross Wrapper to make it easy to use <a>Zig</a> as a cross compiler with <a>CMake</a>. Building <code>cmake -B build cmake --build build</code> Modify <code>cmake.toml</code> to change the build settings. For more information: https://cmkr.build. Installation You can rename the <code>zig--cross</code> execut...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
s2s
ziglibs/s2s
2022-02-21T08:07:25Z
A zig binary serialization format.
master
3
142
23
142
https://api.github.com/repos/ziglibs/s2s/tags
MIT
[ "binary-data", "serialization", "serialization-library", "zig", "zig-package" ]
3,787
false
2025-04-06T18:40:41Z
true
true
unknown
github
[]
struct to stream | stream to struct A Zig binary serialization format and library. Features <ul> <li>Convert (nearly) any Zig runtime datatype to binary data and back.</li> <li>Computes a stream signature that prevents deserialization of invalid data.</li> <li>No support for graph like structures. Everything is con...
[]
https://avatars.githubusercontent.com/u/99103623?v=4
NextWM
waycrate/NextWM
2022-03-12T16:19:50Z
Manual tiling wayland compositor. ( Work In Progress )
master
1
125
0
125
https://api.github.com/repos/waycrate/NextWM/tags
BSD-2-Clause
[ "bspwm", "sxhkd", "wayland", "wayland-client", "wayland-compositor", "window-manager", "wlroots", "zig" ]
431
false
2025-04-17T11:35:44Z
true
false
unknown
github
[]
NextWM Manual tiling wayland compositor written with wlroots aimed to be a bspwm clone. Note: NextWM is still a work in progress project. It won't be useable anytime soon, but when it is I will be the first one to spam screenshots of it in the readme. <a> </a><a> </a><a></a> License: The entire proj...
[]
https://avatars.githubusercontent.com/u/105325988?v=4
zorroOS
TalonFloof/zorroOS
2022-05-12T22:11:38Z
A hobby operating system written in Zig & C that reimagines classic UNIX ideas for modern technology
main
1
122
9
122
https://api.github.com/repos/TalonFloof/zorroOS/tags
MIT
[ "baremetal", "hobby-kernel", "hobby-os", "kernel", "limine", "operating-system", "operating-systems", "os", "osdev", "x86-64", "zig", "zorro-os" ]
51,766
false
2025-05-21T01:19:57Z
false
false
unknown
github
[]
<strong>zorroOS</strong> is a hobby operating system written in Zig, currently targeting x86_64 PCs. Building Building zorroOS is simple. First, ensure that you have the following depenedencies: - <code>zig</code> Version: 0.13.0 (Please open an issue if the specificied version isn't building zorroOS correct...
[]
https://avatars.githubusercontent.com/u/7550632?v=4
redis-rope
ekzhang/redis-rope
2022-07-24T03:44:27Z
🪢 A fast native data type for manipulating large strings in Redis
main
0
122
3
122
https://api.github.com/repos/ekzhang/redis-rope/tags
MIT
[ "algorithms", "data-structures", "redis", "redis-module", "rope", "rust", "splay-tree", "zig" ]
189
false
2025-01-16T17:28:43Z
true
false
unknown
github
[]
A fast and versatile <a>rope</a> data type for large strings in <a>Redis</a>, distributed as a native <a>module</a>. Overview Ropes are a more efficient data structure for large strings (indexed sequences of bytes). Unlike ordinary strings, ropes let you do some operations up to exponentially faster than their c...
[]
https://avatars.githubusercontent.com/u/90352073?v=4
zig_learn_opengl
craftlinks/zig_learn_opengl
2023-01-12T18:56:19Z
Follow the Learn-OpenGL book using Zig
main
1
121
6
121
https://api.github.com/repos/craftlinks/zig_learn_opengl/tags
NOASSERTION
[ "graphics", "opengl", "zig" ]
1,580
false
2025-05-09T00:14:11Z
true
false
unknown
github
[]
<a><strong>Learn OpenGL</strong></a> using <a>Zig</a>. Windowing library: <a>mach/glfw - Ziggified GLFW bindings</a> by slimsag (Stephen Gutekanst). OpenGL bindings for Zig were generated by the <a>zig-opengl</a> project by MasterQ32 (Felix Queißner). <a>zstbi</a> - stb image bindings, <a>zmath</a> - SIMD math libra...
[]
https://avatars.githubusercontent.com/u/1560508?v=4
zigcv
ryoppippi/zigcv
2022-08-21T08:11:05Z
zig bindings for OpenCV4
main
25
119
16
119
https://api.github.com/repos/ryoppippi/zigcv/tags
MIT
[ "opencv", "zig", "ziglang" ]
855
false
2025-05-11T21:25:40Z
true
false
unknown
github
[]
ZIGCV <a></a> The ZIGCV library provides Zig language bindings for the <a>OpenCV 4</a> computer vision library. The ZIGCV library supports the head/master of zig and OpenCV (v4.6.0) on Linux, macOS, and Windows. Caution Still under development, so the zig APIs will be dynamically changed. You can use <code...
[]
https://avatars.githubusercontent.com/u/40190339?v=4
minimal-zig-wasm-canvas
daneelsan/minimal-zig-wasm-canvas
2022-04-14T03:45:38Z
A minimal example showing how HTML5's canvas, wasm memory and zig can interact.
master
4
116
11
116
https://api.github.com/repos/daneelsan/minimal-zig-wasm-canvas/tags
-
[ "html5-canvas", "javascript", "wasm", "webassembly", "zig" ]
285
false
2025-04-25T18:09:17Z
true
false
unknown
github
[]
Minimal zig-wasm-canvas example A minimal example showing how HTML5's canvas, wasm memory and zig can interact. https://daneelsan.github.io/minimal-zig-wasm-canvas/ This example was mostly adapted from: https://wasmbyexample.dev/examples/reading-and-writing-graphics/reading-and-writing-graphics.rust.en-us.html. Th...
[]
https://avatars.githubusercontent.com/u/2389051?v=4
resinator
squeek502/resinator
2022-10-23T21:00:47Z
Cross-platform Windows resource-definition script (.rc) to resource file (.res) compiler
master
14
116
4
116
https://api.github.com/repos/squeek502/resinator/tags
0BSD
[ "rc", "win32", "windows-resource-file", "zig" ]
1,561
false
2025-05-17T16:26:18Z
true
true
unknown
github
[ { "commit": "d768f7dd38de9e99e3a3a78b2f5f674b34e62c7b.tar.gz", "name": "aro", "tar_url": "https://github.com/Vexu/arocc/archive/d768f7dd38de9e99e3a3a78b2f5f674b34e62c7b.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/Vexu/arocc" }, { "commit": "master", "name": "compress...
resinator A cross-platform Windows resource-definition script (.rc) to resource file (.res) compiler. It has been merged into the Zig compiler (<a>#17069</a>, <a>#17412</a>), but it is also maintained as a separate standalone tool. <ul> <li>This is a fully from-scratch and <a>clean-room</a> implementation, using <a>f...
[]
https://avatars.githubusercontent.com/u/54114156?v=4
zigglgen
castholm/zigglgen
2023-01-15T23:09:41Z
Zig OpenGL binding generator
master
0
111
14
111
https://api.github.com/repos/castholm/zigglgen/tags
NOASSERTION
[ "bindings", "opengl", "zig", "zig-package" ]
1,560
false
2025-05-16T10:51:07Z
true
true
0.14.0
github
[]
zigglgen The only Zig OpenGL binding generator you need. Installation and usage zigglgen currently supports the following versions of the Zig compiler: <ul> <li><code>0.14.0</code></li> <li><code>0.15.0-dev</code> (master)</li> </ul> Older or more recent versions of the compiler are not guaranteed to be compatibl...
[ "https://github.com/PaNDa2code/zterm", "https://github.com/anyputer/retro-zig", "https://github.com/eddineimad0/widow", "https://github.com/griush/CoreX", "https://github.com/griush/zig-opengl-example", "https://github.com/pierrekraemer/zgp", "https://github.com/tiawl/cimgui.zig", "https://github.com/...
https://avatars.githubusercontent.com/u/15330989?v=4
zigtoys
sleibrock/zigtoys
2022-08-02T03:32:53Z
All about Zig + WASM and seeing what we can do
main
0
109
4
109
https://api.github.com/repos/sleibrock/zigtoys/tags
MIT
[ "js", "wasm", "zig" ]
287
false
2025-04-23T22:35:34Z
false
false
unknown
github
[]
Zigtoys - Demos with WASM Update: Pause on Developments In a <a>recent issue submitted by the lead developer on Zig, Andrew Kelley</a>, it seems that Zig will be parting ways with LLVM in the near (or far) future. WebAssembly is a tier 1 target, but I suspect that gutting LLVM from Zig will impact the ability of Zig ...
[]
https://avatars.githubusercontent.com/u/9960133?v=4
pinephone-nuttx
lupyuen/pinephone-nuttx
2022-08-21T08:03:52Z
Apache NuttX RTOS for PinePhone
main
0
99
8
99
https://api.github.com/repos/lupyuen/pinephone-nuttx/tags
Apache-2.0
[ "allwinner-a64", "arm64", "cortex-a53", "de2", "mipi-dsi", "nuttx", "osdev", "pinephone", "zig" ]
667
false
2025-05-11T04:36:09Z
false
false
unknown
github
[]
Apache NuttX RTOS for PinePhone <a></a> Apache NuttX is a lightweight <strong>Real-Time Operating System (RTOS)</strong> that runs on PINE64 PinePhone. Read the articles... <ul> <li> <a>"NuttX RTOS for PinePhone: What is it?"</a> <a>(Watch the Demo on YouTube)</a> </li> <li> <a>"NuttX RTOS for PinePhone: The Fir...
[]
https://avatars.githubusercontent.com/u/473672?v=4
zeroman
fabioarnold/zeroman
2022-04-24T10:09:29Z
null
master
1
95
5
95
https://api.github.com/repos/fabioarnold/zeroman/tags
-
[ "gamedev", "games", "webassembly", "zig" ]
231
false
2025-05-17T15:05:18Z
true
false
unknown
github
[]
Zero Man A basic Mega Man clone with Zero as the main character. Try it: https://zeroman.space Building and running Needs <a>Zig</a> master. ```bash Get the source $ git clone https://github.com/fabioarnold/zeroman Build <code>zig-out/lib/main.wasm</code> $ cd zeroman $ zig build Run an HTTP server $ python3...
[]
https://avatars.githubusercontent.com/u/3848910?v=4
zigcli
jiacai2050/zigcli
2022-09-20T14:39:58Z
A toolkit for building command lines programs in Zig.
main
10
90
10
90
https://api.github.com/repos/jiacai2050/zigcli/tags
MIT
[ "cli", "lines-of-code", "tree", "zig", "zig-package" ]
255
false
2025-05-10T13:43:17Z
true
true
unknown
github
[ { "commit": "refs", "name": "curl", "tar_url": "https://github.com/jiacai2050/zig-curl/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/jiacai2050/zig-curl" } ]
404
[ "https://github.com/zigcc/zig-cookbook" ]
https://avatars.githubusercontent.com/u/47650457?v=4
JETGPIO
Rubberazer/JETGPIO
2022-04-23T20:08:29Z
C library to manage the GPIO header of the Nvidia Jetson boards
main
0
86
16
86
https://api.github.com/repos/Rubberazer/JETGPIO/tags
MIT
[ "gpio", "gpio-pins", "i2c", "jetson", "jetson-gpio", "jetson-nano", "jetson-orin", "jetson-orin-agx", "jetson-orin-nano", "jetson-tx1", "jetson-xavier-nx", "lcd1602", "mpu6050", "nano", "nx", "orin", "pwm", "spi", "zig" ]
1,884
false
2025-05-15T14:10:51Z
false
false
unknown
github
[]
JETGPIO library <a>UPDATE XAVIER NX NOW SUPPORTED IN BETA</a>. This was possible thanks to <a>ELEKTRINA</a>, they donated the Xavier's dev kit that allowed me to develop the new version C library to manage the GPIO header of the Nvidia JETSON boards <strong><em>IMPORTANT NOTICE: The following applies to the Orin fa...
[]
https://avatars.githubusercontent.com/u/80392719?v=4
regz
ZigEmbeddedGroup/regz
2022-03-02T05:52:27Z
Generate zig code from ATDF or SVD files for microcontrollers.
main
27
85
28
85
https://api.github.com/repos/ZigEmbeddedGroup/regz/tags
MIT
[ "arm", "avr", "embedded", "mcu", "microcontroller", "svd", "svd2zig", "tooling", "zig" ]
6,236
false
2025-04-29T21:24:29Z
true
true
unknown
github
[ { "commit": "4e80a167d6e13e09e0da77457310401084e758cc.tar.gz", "name": "libxml2", "tar_url": "https://github.com/mitchellh/zig-build-libxml2/archive/4e80a167d6e13e09e0da77457310401084e758cc.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/mitchellh/zig-build-libxml2" }, { "co...
Archived This repository has been moved into the <a>monorepo</a> regz <a></a> regz is a Zig code generator for microcontrollers. Vendors often publish files that have the details of special function registers, for ARM this is called a "System View Description" (SVD), for AVR the format is called ATDF. This tool out...
[ "https://github.com/marnix/microzig" ]
https://avatars.githubusercontent.com/u/5870990?v=4
zig-gobject
ianprime0509/zig-gobject
2022-09-02T22:59:06Z
GObject bindings for Zig using GObject introspection
main
25
79
11
79
https://api.github.com/repos/ianprime0509/zig-gobject/tags
0BSD
[ "bindings", "gobject", "gtk", "gui", "zig" ]
6,817
false
2025-04-17T18:28:14Z
true
true
0.14.0
github
[ { "commit": "master", "name": "xml", "tar_url": "https://github.com/ianprime0509/zig-xml/archive/master.tar.gz", "type": "remote", "url": "https://github.com/ianprime0509/zig-xml" } ]
zig-gobject Bindings for GObject-based libraries (such as GTK) generated using GObject introspection data. Usage To use the bindings, find the <a>latest release of this project</a> and add the desired bindings artifact as a dependency in <code>build.zig.zon</code>. Then, the exposed bindings can be used as modules. ...
[]
https://avatars.githubusercontent.com/u/1519747?v=4
ZigKit
kubkon/ZigKit
2022-04-14T20:35:13Z
Zig bindings for low-level macOS frameworks
main
2
76
1
76
https://api.github.com/repos/kubkon/ZigKit/tags
MIT
[ "framework", "macos", "zig" ]
21
false
2025-05-17T07:16:04Z
true
false
unknown
github
[]
ZigKit Native Zig bindings for low-level macOS frameworks.
[]
https://avatars.githubusercontent.com/u/99076655?v=4
hello-algo-zig
coderonion/hello-algo-zig
2022-12-28T12:11:11Z
Zig codes for the famous public project 《Hello, Algorithm》|《 Hello,算法 》 about data structures and algorithms.
main
0
71
0
71
https://api.github.com/repos/coderonion/hello-algo-zig/tags
MIT
[ "algorithm", "algorithms", "data-structure", "data-structures", "data-structures-and-algorithms", "dsa", "dynamic-programming", "graph", "hello-algo", "leecode", "linked-list", "rust", "search", "sort", "zig", "ziglang" ]
307
false
2025-05-20T03:00:20Z
true
false
unknown
github
[]
Hello-Algo-Zig <ul> <li><a><strong>Zig</strong></a> programming language codes for the famous public project <a>krahets/hello-algo</a> about data structures and algorithms.</li> <li>Go read this great open access e-book now -&gt; <a> hello-algo.com |《Hello, Algorithm》|《 Hello,算法 》</a>. </li> </ul>
[]
https://avatars.githubusercontent.com/u/1734672?v=4
ziggysynth
sinshu/ziggysynth
2022-09-29T08:01:37Z
A SoundFont MIDI synthesizer written in pure Zig
main
0
71
3
71
https://api.github.com/repos/sinshu/ziggysynth/tags
NOASSERTION
[ "audio", "meltysynth", "midi", "soundfont", "synthesizer", "zig", "ziglang" ]
889
false
2025-03-16T05:14:54Z
true
false
unknown
github
[]
ZiggySynth ZiggySynth is a SoundFont MIDI synthesizer written in pure Zig, ported from <a>MeltySynth for C#</a>. Features <ul> <li>Suitable for both real-time and offline synthesis.</li> <li>Support for standard MIDI files.</li> <li>No dependencies other than the standard library.</li> <li>All the functionality is in...
[]
https://avatars.githubusercontent.com/u/2859122?v=4
zgltf
kooparse/zgltf
2022-03-26T07:43:15Z
A glTF parser for Zig codebase.
main
4
68
18
68
https://api.github.com/repos/kooparse/zgltf/tags
MIT
[ "gamedev", "gltf", "parser", "zig" ]
84
false
2025-05-13T20:15:20Z
true
true
0.11.0
github
[]
glTF parser for Zig codebase This project is a glTF 2.0 parser written in Zig, aiming to replace the use of some C/C++ libraries. All glTF types are fully documented, so it comes nicely with IDE autocompletion, reducing back and forth with the <a>specification</a>. This library intends to mimic the glTF file structur...
[ "https://github.com/ashpil/moonshine" ]
https://avatars.githubusercontent.com/u/499?v=4
zini
judofyr/zini
2022-08-04T17:05:58Z
Succinct data structures for Zig
main
2
67
2
67
https://api.github.com/repos/judofyr/zini/tags
0BSD
[ "zig", "zig-package" ]
194
false
2025-04-25T06:09:52Z
true
true
0.11.0
github
[]
Zini Zini (Zig + Mini) is a <a>Zig</a> library providing some succinct data structures: <ul> <li><code>zini.pthash</code>, a <a><strong>minimal perfect hash function</strong></a> construction algorithm, using less than 4 bits per element.</li> <li><code>zini.ribbon</code>, a <strong>retrieval data structure</strong> (...
[ "https://github.com/LittleBigRefresh/FreshPresence" ]
https://avatars.githubusercontent.com/u/4337696?v=4
ws
nikneym/ws
2022-11-23T16:22:22Z
WebSocket library for Zig ⚡
main
5
65
6
65
https://api.github.com/repos/nikneym/ws/tags
MIT
[ "websocket", "websockets", "ws", "zig", "ziglang" ]
278
false
2025-05-14T04:34:04Z
true
false
unknown
github
[]
ws a lightweight WebSocket library for Zig ⚡ Features <ul> <li>Only allocates for WebSocket handshake, message parsing and building does not allocate</li> <li>Ease of use, can be used directly with <code>net.Stream</code></li> <li>Does buffered reads and writes (can be used with any other reader/writer too)</l...
[]
https://avatars.githubusercontent.com/u/43040593?v=4
zig-dns
dantecatalfamo/zig-dns
2022-10-31T02:21:03Z
Experimental DNS library implemented in zig
master
3
63
4
63
https://api.github.com/repos/dantecatalfamo/zig-dns/tags
MIT
[ "dns", "dns-library", "zig", "zig-library" ]
88
false
2025-05-15T01:47:12Z
true
false
unknown
github
[]
zig-dns Experimental DNS library implemented in zig. So far implements <a>RFC 1035</a> plus some updates. The library itself has no dependencies, the CLI example uses <a><code>zig-network</code></a> to send and receive packets over the network. <ul> <li>Library: <code>src/dns.zig</code></li> <li>CLI test: <code>src/...
[]
https://avatars.githubusercontent.com/u/175068426?v=4
keylib
Zig-Sec/keylib
2022-09-25T13:25:01Z
FIDO2/ PassKey compatible authentication library
master
2
60
2
60
https://api.github.com/repos/Zig-Sec/keylib/tags
MIT
[ "authentication", "authenticator", "ctap", "ctap2", "fido2", "passkey", "passkeys", "webauthn", "zig", "zig-package", "ziglang" ]
1,050
false
2025-05-20T01:10:39Z
true
true
unknown
github
[ { "commit": "refs", "name": "zbor", "tar_url": "https://github.com/r4gus/zbor/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/r4gus/zbor" }, { "commit": "refs", "name": "hidapi", "tar_url": "https://github.com/r4gus/hidapi/archive/refs.tar.gz", "type": "rem...
FIDO2 compatible authenticator and client library written in <a>Zig</a>. The authenticator part requires <strong>zero dynamic allocations</strong>. <blockquote> We track the latest stable release of Zig (<code>0.12.0</code>) </blockquote> If you want to see an example on how the library could be used, check out <a>Pa...
[ "https://github.com/Zig-Sec/PassKeeZ" ]
https://avatars.githubusercontent.com/u/39247043?v=4
birth
davidgmbb/birth
2022-02-12T15:08:43Z
A better operating system
main
13
60
3
60
https://api.github.com/repos/davidgmbb/birth/tags
BSD-3-Clause
[ "kernel", "limine", "osdev", "x86-64", "zig" ]
14,456
false
2025-04-23T12:09:49Z
true
false
unknown
github
[]
[]