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/3526922?v=4
napigen
cztomsik/napigen
2022-09-14T17:39:50Z
Automatic N-API (server-side javascript) bindings for your Zig project.
main
3
59
7
59
https://api.github.com/repos/cztomsik/napigen/tags
MIT
[ "javascript", "napi", "nodejs", "zig", "zig-package" ]
84
false
2025-05-20T20:56:02Z
true
true
unknown
github
[ { "commit": "master", "name": "node_api", "tar_url": "https://github.com/nodejs/node-api-headers/archive/master.tar.gz", "type": "remote", "url": "https://github.com/nodejs/node-api-headers" } ]
zig-napigen Comptime N-API bindings for Zig. <blockquote> You need to use latest Zig 0.14.0 to use this library. See <a>ggml-js</a> for a complete, real-world example. </blockquote> Features <ul> <li>Primitives, tuples, structs (value types), optionals</li> <li>Strings (valid for the function scope)</li> <li>Struct...
[]
https://avatars.githubusercontent.com/u/32912555?v=4
zlog
candrewlee14/zlog
2022-04-07T22:15:31Z
A zero-allocation log library for Zig
main
0
58
2
58
https://api.github.com/repos/candrewlee14/zlog/tags
MIT
[ "logging", "zig", "ziglang" ]
43
false
2024-12-01T13:56:45Z
true
false
unknown
github
[]
zlog - Zero-Allocation Logging A <a>zerolog</a>-inspired log library for Zig. Features <ul> <li>Blazing fast</li> <li>Zero allocations</li> <li>Leveled logging</li> <li>Contextual logging </li> <li>JSON, Plain, and Pretty logging formats</li> </ul> Getting Started Copy <code>zlog</code> folder to a <code>libs</co...
[]
https://avatars.githubusercontent.com/u/3848910?v=4
simargs
jiacai2050/simargs
2022-12-06T15:09:10Z
A simple, opinionated, struct-based argument parser in Zig.
main
0
56
3
56
https://api.github.com/repos/jiacai2050/simargs/tags
MIT
[ "argument-parser", "argument-parsing", "cli", "zig", "zig-library", "ziglang" ]
61
false
2025-01-28T09:35:50Z
true
false
unknown
github
[]
404
[ "https://github.com/spoke-data/spoke" ]
https://avatars.githubusercontent.com/u/3932972?v=4
TextEditor
ikskuh/TextEditor
2022-05-16T09:45:21Z
A backbone for text editors. No rendering, no input, but everything else.
main
0
51
3
51
https://api.github.com/repos/ikskuh/TextEditor/tags
MIT
[ "text", "text-editor", "unicode", "zig", "zig-package" ]
29
false
2025-03-29T23:23:44Z
true
true
unknown
github
[ { "commit": "b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz", "name": "ziglyph", "tar_url": "https://codeberg.org/dude_the_builder/ziglyph/archive/b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz.tar.gz", "type": "remote", "url": "https://codeberg.org/dude_the_builder/ziglyph" } ]
TextEditor A backend for text editors. It implements the common textbox editing options, but is both rendering and input agnostic. Keyboard input must be translated into operations like <code>editor.delete(.right, .word)</code> to emulate what a typical text box implementation would do when <code>CTRL DELETE</code> i...
[]
https://avatars.githubusercontent.com/u/499?v=4
parg
judofyr/parg
2022-03-05T10:45:26Z
Lightweight argument parser for Zig
main
0
46
2
46
https://api.github.com/repos/judofyr/parg/tags
0BSD
[ "argument-parser", "zig", "zig-package" ]
22
false
2025-04-14T07:01:30Z
true
true
unknown
github
[]
parg <strong>parg</strong> is a lightweight argument parser for Zig which focuses on a single task: Parsing command-line arguments into positional arguments and long/short flags. It doesn't concern itself <em>anything</em> else. You may find this useful as a quick way of parsing some arguments, or use it as a building...
[ "https://github.com/judofyr/spice", "https://github.com/nrdave/zmatrix" ]
https://avatars.githubusercontent.com/u/6834905?v=4
vulkan-tutorial-zig
Vulfox/vulkan-tutorial-zig
2022-08-01T18:05:45Z
A Zig implementation of https://github.com/Overv/VulkanTutorial
main
1
46
0
46
https://api.github.com/repos/Vulfox/vulkan-tutorial-zig/tags
MIT
[ "vulkan", "zig" ]
2,238
false
2025-05-10T10:13:46Z
true
false
unknown
github
[]
vulkan-tutorial-zig A Zig implementation of <a>Vulkan Tutorial</a> using <a>vulkan-zig</a>. All code strives to match the C++ implementation as close as possible while making code more idiomatic to Zig. Implementation differences should be noted in this tutorial as to why the Zig version differs from the original. Z...
[]
https://avatars.githubusercontent.com/u/32229014?v=4
zig-os
rafaelbreno/zig-os
2023-02-06T22:08:21Z
A simple OS written in Zig following Philipp Oppermann's posts "Writing an OS in Rust"
master
7
45
4
45
https://api.github.com/repos/rafaelbreno/zig-os/tags
MIT
[ "os", "zig" ]
91
false
2025-05-08T08:29:46Z
true
false
unknown
github
[]
zig-os A simple OS written in Zig following Philipp Oppermann's posts <a>"Writing an OS in Rust"</a> Tools <ol> <li><code>zig 0.13.0</code></li> <li><code>qemu</code></li> </ol> Summary <ol> <li><a>Introduction</a></li> <li><a>Hello World</a></li> <li><a>Terminal Improvements</a></li> </ol>
[]
https://avatars.githubusercontent.com/u/22038970?v=4
zba
paoda/zba
2022-03-01T01:49:45Z
Game Boy Advance Emulator. Yes, I'm awful with project names.
main
0
45
0
45
https://api.github.com/repos/paoda/zba/tags
-
[ "emulation", "emulator", "game-boy-advance", "gameboy-advance", "opengl", "rtc", "sdl2", "toml", "zig" ]
918
false
2025-04-13T20:49:43Z
true
true
unknown
github
[ { "commit": "ad81729d33da30d5f4fd23718debec48245121ca", "name": "nfd", "tar_url": "https://github.com/paoda/nfd-zig/archive/ad81729d33da30d5f4fd23718debec48245121ca.tar.gz", "type": "remote", "url": "https://github.com/paoda/nfd-zig" }, { "commit": "1cceeb70e77dec941a4178160ff6c8d05a74de...
ZBA (working title) A Game Boy Advance Emulator written in Zig ⚡! Scope I'm hardly the first to write a Game Boy Advance Emulator nor will I be the last. This project isn't going to compete with the GOATs like <a>mGBA</a> or <a>NanoBoyAdvance</a>. There aren't any interesting ideas either like in <a>DSHBA</a>. Th...
[]
https://avatars.githubusercontent.com/u/25912761?v=4
zbor
r4gus/zbor
2022-07-06T23:29:57Z
CBOR parser written in Zig
master
1
44
7
44
https://api.github.com/repos/r4gus/zbor/tags
MIT
[ "cbor", "encoder-decoder", "parsing", "rfc-8949", "zig", "zig-package", "ziglang" ]
4,619
false
2025-05-20T09:00:28Z
true
true
0.14.0
github
[]
zbor - Zig CBOR The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation (<a>RFC8949</a>). It is used in different protocols like the Client to Au...
[ "https://github.com/Zig-Sec/keylib", "https://github.com/kj4tmp/gatorcat", "https://github.com/r4gus/ccdb", "https://github.com/uzyn/passcay" ]
https://avatars.githubusercontent.com/u/7283681?v=4
awtfdb
lun-4/awtfdb
2022-02-16T19:01:30Z
the Anime Woman's Tagged File Data Base.
mistress
11
44
2
44
https://api.github.com/repos/lun-4/awtfdb/tags
MIT
[ "booru", "organizational", "tagging", "tagging-albums", "zig" ]
900
false
2025-05-13T20:46:30Z
true
true
0.12.0
github
[ { "commit": "59c06617d5b86546c0c739e73ae01d3965dbe8ce", "name": "sqlite", "tar_url": "https://github.com/vrischmann/zig-sqlite/archive/59c06617d5b86546c0c739e73ae01d3965dbe8ce.tar.gz", "type": "remote", "url": "https://github.com/vrischmann/zig-sqlite" }, { "commit": "6768a94377b1b502b8d...
awtfdb (wip) a "many-compromises" file indexing system. understand what's up with it here: https://blog.l4.pm/the-system-is-the-solution project state v0.2 is released. i run master branch, which may be unstable and corrupt your database (like it did to mine, that was fun) v0.3 with the goodies of <code>master</c...
[]
https://avatars.githubusercontent.com/u/105348204?v=4
zig-gir-ffi
DerryAlex/zig-gir-ffi
2022-12-29T03:06:56Z
GObject Introspection for zig
master
1
43
3
43
https://api.github.com/repos/DerryAlex/zig-gir-ffi/tags
LGPL-3.0
[ "bindings", "gobject", "gtk", "gui", "zig" ]
1,273
false
2025-03-08T02:45:32Z
true
true
0.14.0
github
[ { "commit": "refs", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" } ]
Zig GIR FFI GObject Introspection for zig. Generated <a>GTK4 binding</a> can be downloaded. <blockquote> <strong>Warning</strong> Before zig 1.0 is released, only pre-releases targeting latest zig stable are guarenteed to be kept. </blockquote> Table of Contents <ul> <li> <a>Usage</a> </li> <li> <a>Usage of Bindin...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
antiphony
ziglibs/antiphony
2022-02-22T15:39:09Z
A zig remote procedure call solution
master
0
41
1
41
https://api.github.com/repos/ziglibs/antiphony/tags
MIT
[ "rpc", "rpc-framework", "zig", "zig-package", "ziglang" ]
8,194
false
2025-05-17T14:09:17Z
true
true
unknown
github
[ { "commit": "b30205d5e9204899fb6d0fdf28d00ed4d18fe9c9.tar.gz", "name": "s2s", "tar_url": "https://github.com/ziglibs/s2s/archive/b30205d5e9204899fb6d0fdf28d00ed4d18fe9c9.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/ziglibs/s2s" } ]
Antiphony A simple Zig remote procedure call library. Features <ul> <li>Transport layer agnostic</li> <li>Support for nearly every non-generic function signature.</li> <li>Nestable remote calls (peer calls host calls peer calls host calls ...)</li> <li>Easy to use</li> </ul> API ```zig // (comptime details left o...
[]
https://avatars.githubusercontent.com/u/5175499?v=4
tomlz
mattyhall/tomlz
2022-11-05T21:53:44Z
A well-tested TOML parsing library for Zig
main
5
40
5
40
https://api.github.com/repos/mattyhall/tomlz/tags
MIT
[ "parsing", "toml", "zig" ]
185
false
2025-05-06T09:59:39Z
true
false
unknown
github
[]
tomlz A TOML parser for Zig targeting TOML v1.0.0, an easy API and safety. Also supports encoding/serializing values(implemented by @0x5a4)! ```zig const std = @import("std") const tomlz = @import("tomlz") var gpa = std.heap.page_allocator; var table = try tomlz.parse(gpa, \foo = 1 \bar = 2 ); defer table.de...
[]
https://avatars.githubusercontent.com/u/5249140?v=4
workers-zig
CraigglesO/workers-zig
2022-08-16T01:36:04Z
Write Cloudflare Workers in Zig via WebAssembly
master
0
40
5
40
https://api.github.com/repos/CraigglesO/workers-zig/tags
MIT
[ "cloudflare", "cloudflare-workers", "serverless", "workers", "zig" ]
752
false
2025-05-07T08:30:25Z
true
false
unknown
github
[]
Workers-Zig <strong>Workers Zig</strong> is a light weight <a><strong>Zig</strong></a> bindings for the <a><strong>Cloudflare Workers</strong></a> environment via <a><strong>WebAssembly</strong></a>. Why Zig? * Zig is a language that is designed to be a small, fast, and portable. * The language already supports WAS...
[]
https://avatars.githubusercontent.com/u/14359115?v=4
vkwayland
kdchambers/vkwayland
2022-07-06T22:00:49Z
Reference application for Vulkan / Wayland
main
0
40
0
40
https://api.github.com/repos/kdchambers/vkwayland/tags
MIT
[ "graphics-programming", "vulkan", "wayland", "zig" ]
1,207
false
2025-04-25T19:35:57Z
true
false
unknown
github
[]
vkwayland <em>A reference application for vulkan and wayland.</em> Goals <ul> <li>Easy to read and understand the code (Avoiding heavy abstractions or unrelated cruft)</li> <li>Make use of typical vulkan / wayland functionality</li> <li>Be performant and correct</li> <li>A common place to iron out best practices</l...
[]
https://avatars.githubusercontent.com/u/32691832?v=4
accord
BanchouBoo/accord
2022-02-25T04:13:22Z
A simple argument parser for Zig
master
0
40
1
40
https://api.github.com/repos/BanchouBoo/accord/tags
Unlicense
[ "arg", "args", "argument-parser", "argument-parsing", "option-parser", "option-parsing", "zig", "zig-library", "ziglang" ]
102
false
2025-03-30T17:27:42Z
true
false
unknown
github
[]
accord NOTE: Accord was made for use with zig master, it is not guaranteed to and likely will not work on release versions Features Basic usage <ul> <li>Automatically generate and fill a struct based on input parameters.</li> <li>Short and long options.</li> <li>Short options work with both <code>-a -b -c -d 12</cod...
[]
https://avatars.githubusercontent.com/u/34946442?v=4
marble
cryptocode/marble
2022-03-20T12:47:11Z
A metamorphic testing library for Zig
main
0
39
2
39
https://api.github.com/repos/cryptocode/marble/tags
MIT
[ "metamorphic-testing", "testing", "testing-tool", "testing-tools", "zig", "zig-library", "zig-package" ]
24
false
2025-03-25T01:37:34Z
true
true
unknown
github
[]
Marble is a <a>metamorphic testing</a> library for Zig. This library tracks Zig master and was last tested on <code>0.14.0-dev.3187+d4c85079c</code> Metamorphic testing is a powerful technique that provides additional test coverage by applying a number of transformations to test input, and then checking if certain ...
[]
https://avatars.githubusercontent.com/u/6693837?v=4
zig-thing
thi-ng/zig-thing
2022-03-22T14:53:25Z
Small collection of data types/structures, utilities & open-learning with Zig
main
0
38
1
38
https://api.github.com/repos/thi-ng/zig-thing/tags
Apache-2.0
[ "linalg", "monorepo", "ndarray", "simd", "vector", "wasm", "zig" ]
145
false
2025-04-02T11:52:52Z
true
true
0.14.0
github
[]
zig.thi.ng About Various, still somewhat unstructured, raw-around-the-edges utilities / open learning with <a>Zig</a>, at some point hopefully culminating into a useful toolkit. <strong>All code in this repo is compatible with Zig v0.14.0</strong> Current modules (all WIP) | Name ...
[]
https://avatars.githubusercontent.com/u/10111?v=4
zig-curl
mattn/zig-curl
2022-07-29T07:32:07Z
cURL binding for Zig
main
0
38
2
38
https://api.github.com/repos/mattn/zig-curl/tags
-
[ "curl", "http-client", "zig" ]
20
false
2025-05-06T18:33:06Z
true
false
unknown
github
[]
zig-curl cURL binding for Zig Usage <code>zig var allocator = std.heap.page_allocator; var f = struct { fn f(data: []const u8) anyerror!usize { try std.io.getStdOut().writeAll(data); return data.len; } }.f; var res = try curl.get("https://google.com/", .{ .allocator = allocator, .cb = f }); i...
[]
https://avatars.githubusercontent.com/u/109492796?v=4
forum
zigcc/forum
2022-07-20T12:03:21Z
Zig 语言中文社区论坛
main
78
38
1
38
https://api.github.com/repos/zigcc/forum/tags
MIT
[ "zig" ]
9
false
2025-04-09T05:52:29Z
false
false
unknown
github
[]
<a>Zig 语言中文社区</a>论坛 <ul> <li>https://github.com/orgs/zigcc/discussions/</li> </ul> 订阅 <ul> <li><a>RSS</a></li> <li>邮件,可以通过 watch 本仓库实现</li> </ul>
[]
https://avatars.githubusercontent.com/u/65322356?v=4
zig-lsp-codegen
zigtools/zig-lsp-codegen
2022-05-30T05:57:32Z
LSP codegen based on the MetaModel
main
0
37
15
37
https://api.github.com/repos/zigtools/zig-lsp-codegen/tags
MIT
[ "lsp", "zig", "zig-package" ]
280
false
2025-04-30T17:33:10Z
true
true
0.14.0
github
[]
<a></a> <a></a> <a></a> <a></a> Zig LSP Codegen Generates <code>std.json</code> compatible Zig code based on the official <a>LSP MetaModel</a> Installation <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> The minimum ...
[]
https://avatars.githubusercontent.com/u/1416077?v=4
zig-async
Jack-Ji/zig-async
2022-05-19T15:50:52Z
A simple and easy to use async task library for zig.
main
0
36
2
36
https://api.github.com/repos/Jack-Ji/zig-async/tags
MIT
[ "async", "zig" ]
36
false
2025-04-29T11:00:25Z
true
true
unknown
github
[]
zig-async An simple and easy to use async task library for zig. Async Task Task running in separate thread, returns <code>Future</code> after launched. <code>Future</code> represents task's return value in the future, which can be queried by using its waiting methods. The wrapped data within <code>Future</code> will...
[]
https://avatars.githubusercontent.com/u/10111?v=4
zig-tflite
mattn/zig-tflite
2022-08-17T13:33:56Z
Zig binding for TensorFlow Lite
main
0
36
1
36
https://api.github.com/repos/mattn/zig-tflite/tags
-
[ "deep-learning", "tensorflow-lite", "zig" ]
33
false
2025-05-05T18:19:53Z
true
false
unknown
github
[]
zig-tflite Zi binding for TensorFlow Lite Usage ```zig const std = @import("std"); const tflite = @import("zig-tflite"); pub fn main() anyerror!void { var m = try tflite.modelFromFile("testdata/xor_model.tflite"); defer m.deinit(); <code>var o = try tflite.interpreterOptions(); defer o.deinit(); var i = t...
[]
https://avatars.githubusercontent.com/u/36456999?v=4
zig-tools.nvim
NTBBloodbath/zig-tools.nvim
2022-08-06T18:46:28Z
Zig development tools for Neovim.
master
0
35
3
35
https://api.github.com/repos/NTBBloodbath/zig-tools.nvim/tags
GPL-3.0
[ "neovim", "tools", "zig" ]
67
false
2025-02-21T23:45:38Z
false
false
unknown
github
[]
zig-tools.nvim zig-tools.nvim is a Neovim (&gt;= 0.7.x) plugin that adds some Zig-specific features to Neovim. WIP. zig-tools.nvim aims to provide Zig integration to your favorite editor, and that integration is a swiss army knife, all-in-one. That means, zig-tools.nvim will provide an integration with Zig build syst...
[]
https://avatars.githubusercontent.com/u/9960133?v=4
zig-bl602-nuttx
lupyuen/zig-bl602-nuttx
2022-05-24T09:12:29Z
Zig on RISC-V BL602 with Apache NuttX RTOS and LoRaWAN
main
0
35
2
35
https://api.github.com/repos/lupyuen/zig-bl602-nuttx/tags
Apache-2.0
[ "bl602", "bl604", "iot", "lora", "lorawan", "nuttx", "pinecone", "pinedio", "riscv32", "zig" ]
814
false
2024-11-09T02:36:24Z
false
false
unknown
github
[]
Zig on RISC-V BL602 with Apache NuttX RTOS and LoRaWAN Read the articles... <ul> <li> <a>"Zig on RISC-V BL602: Quick Peek with Apache NuttX RTOS"</a> </li> <li> <a>"Build an IoT App with Zig and LoRaWAN"</a> </li> </ul> To build the Hello Zig App for NuttX on BL602... ```bash Enable Zig App in NuttX menuconfig m...
[]
https://avatars.githubusercontent.com/u/43040593?v=4
mruby-zig
dantecatalfamo/mruby-zig
2022-02-22T22:30:35Z
mruby bindings for zig
master
2
35
7
35
https://api.github.com/repos/dantecatalfamo/mruby-zig/tags
MIT
[ "bindings", "mruby", "ruby", "zig", "zig-library" ]
76
false
2025-02-22T11:26:56Z
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/1519747?v=4
zcoff
kubkon/zcoff
2022-08-21T13:17:14Z
Like dumpbin.exe but cross-platform
main
1
34
1
34
https://api.github.com/repos/kubkon/zcoff/tags
MIT
[ "coff", "dumpbin", "pe", "zig" ]
69
false
2024-12-28T00:07:58Z
true
false
unknown
github
[]
zcoff Like <code>dumpbin.exe</code> but cross-platform. Usage Available options: ``` <blockquote> zcoff /? Usage: zcoff [options] file </blockquote> General options: -archivemembers Print archive members summary. -archivesymbols Print archive symbol table. -directives Print li...
[]
https://avatars.githubusercontent.com/u/43040593?v=4
zig-git
dantecatalfamo/zig-git
2022-12-15T21:52:33Z
Implementing git structures and functions in zig
master
0
34
2
34
https://api.github.com/repos/dantecatalfamo/zig-git/tags
MIT
[ "git", "zig" ]
124
false
2025-02-05T05:40:40Z
true
false
unknown
github
[]
zig-git Implementing git structures and functions in pure zig. Still very much a work in progress. Some commands are redundant and some will get replaced. This project is primarily for learning purposes and not meant to be a replacement for something like libgit2. It doesn't support pack deltas yet. Command The <...
[]
https://avatars.githubusercontent.com/u/12962448?v=4
pgz
star-tek-mb/pgz
2023-01-23T14:07:24Z
Postgres driver written in pure Zig
master
0
34
6
34
https://api.github.com/repos/star-tek-mb/pgz/tags
MIT
[ "postgres", "postgresql", "zig" ]
109
false
2025-05-01T17:30:57Z
true
false
unknown
github
[]
Overview <strong>pgz</strong> - postgres driver/connector written in Zig (status pre-alpha development) Package manager ready Add following lines to your <code>build.zig.zon</code> dependencies: <code>zig .pgz = .{ .url = "git+https://github.com/star-tek-mb/pgz#master", }</code> Run <code>zig build</code> ...
[]
https://avatars.githubusercontent.com/u/32851089?v=4
limine-zig-template
48cf/limine-zig-template
2022-07-31T01:05:17Z
A simple template for building a Limine-compliant kernel in Zig.
trunk
1
34
3
34
https://api.github.com/repos/48cf/limine-zig-template/tags
0BSD
[ "amd64", "bare-bones", "barebones", "kernel", "limine", "limine-bootloader", "template", "x86-64", "zig", "ziglang" ]
7
false
2025-05-18T15:33:22Z
false
false
unknown
github
[]
Limine Zig Template This repository will demonstrate how to set up a basic kernel in Zig using Limine. How to use this? Dependencies Any <code>make</code> command depends on GNU make (<code>gmake</code>) and is expected to be run using it. This usually means using <code>make</code> on most GNU/Linux distros, or <co...
[]
https://avatars.githubusercontent.com/u/26302304?v=4
ecez
Avokadoen/ecez
2022-07-04T11:19:39Z
An ECS API for Zig!
main
23
32
2
32
https://api.github.com/repos/Avokadoen/ecez/tags
MIT
[ "data-oriented-programming", "ecs", "zig" ]
1,601
false
2025-05-10T07:18:32Z
true
true
unknown
github
[ { "commit": "master", "name": "ztracy", "tar_url": "https://github.com/zig-gamedev/ztracy/archive/master.tar.gz", "type": "remote", "url": "https://github.com/zig-gamedev/ztracy" } ]
ECEZ - An ECS API This is a ECS (Entity Component System) API for Zig. Try it yourself! Requirements The <a>zig compiler 0.14.0</a> You can use zigup to easily get this specific version Steps Run the following commands ```bash Clone the repo git clone https://github.com/Avokadoen/ecez.git Run tests zig bui...
[]
https://avatars.githubusercontent.com/u/15983269?v=4
zig-nanoid
SasLuca/zig-nanoid
2022-04-18T22:32:31Z
A tiny, secure, URL-friendly, unique string ID generator. Now available in pure Zig.
main
1
30
3
30
https://api.github.com/repos/SasLuca/zig-nanoid/tags
MIT
[ "id", "nanoid", "random", "unique-id", "unique-identifier", "uniqueid", "url", "uuid", "uuid-generator", "zig", "zig-package", "ziglang" ]
59
false
2025-03-27T18:32:48Z
true
false
unknown
github
[]
Nano ID in Zig <a></a> <a></a> A battle-tested, tiny, secure, URL-friendly, unique string ID generator. Now available in pure Zig. <ul> <li><strong>Freestanding.</strong> zig-nanoid is entirely freestanding.</li> <li><strong>Fast.</strong> The algorithm is very fast and relies just on basic math, speed will mostly...
[]
https://avatars.githubusercontent.com/u/1519747?v=4
zignature
kubkon/zignature
2022-04-01T18:35:10Z
codesign your Apple apps with Zig!
main
0
29
0
29
https://api.github.com/repos/kubkon/zignature/tags
MIT
[ "ios", "macos", "zig" ]
12
false
2025-05-16T00:28:16Z
true
false
unknown
github
[]
zignature <code>codesign</code> your Apple apps with Zig! Coming soon...
[]
https://avatars.githubusercontent.com/u/320322?v=4
zig-py-sample
ali5h/zig-py-sample
2022-03-03T01:49:38Z
sample python extension in zig
master
0
28
2
28
https://api.github.com/repos/ali5h/zig-py-sample/tags
-
[ "c-extensions", "python", "zig" ]
82
false
2025-05-03T12:32:12Z
true
false
unknown
github
[]
Sample Python Extension in Zig This is tested on Ubuntu with <code>python3.8</code> installed. ``` build the extension $ zig build run zig tests $ zig build test run python tests $ pytest ``` logical division of the code <ul> <li>Pure Zig part is in <code>src/sum.zig</code></li> <li>Python ffi is used in <code...
[]
https://avatars.githubusercontent.com/u/6693837?v=4
blog
thi-ng/blog
2022-12-03T21:24:20Z
Current blog posts and consolidated historical articles from various other blog platforms used previously
main
0
28
0
28
https://api.github.com/repos/thi-ng/blog/tags
CC-BY-SA-4.0
[ "blog", "clojure", "clojurescript", "typescript", "webgl", "zig" ]
56,915
false
2025-05-13T16:47:18Z
false
false
unknown
github
[]
blog.thi.ng Due to a current lack of a proper blog setup, this is a temporary place to host &amp; publish new blog posts (restarted in Dec 2022). My existing blogs with various long form articles originally published at <a>Medium</a> (2015-2020), the defunct <a>toxiclibs.org site</a> (2006-2011) and the ancient <a>tox...
[]
https://avatars.githubusercontent.com/u/35909?v=4
websocket.zig
ianic/websocket.zig
2023-01-02T13:55:10Z
websocket protocol in zig
main
3
27
5
27
https://api.github.com/repos/ianic/websocket.zig/tags
MIT
[ "autobahn", "websocket", "zig" ]
5,122
false
2025-05-12T14:46:41Z
true
true
unknown
github
[]
<ul> <li>passing all autobahn tests</li> <li>handles per message deflate, including sliding window bits size negotiation</li> <li>uses zlib for message compression/decompression</li> </ul> Include library in you project There is a minimal project in <a>examples/exe</a> which demonstrates how to use websocket client....
[]
https://avatars.githubusercontent.com/u/1560508?v=4
Ray-Tracing-in-One-Weekend.zig
ryoppippi/Ray-Tracing-in-One-Weekend.zig
2022-07-16T19:01:41Z
ray tracing in one weekend in zig
main
0
27
1
27
https://api.github.com/repos/ryoppippi/Ray-Tracing-in-One-Weekend.zig/tags
MIT
[ "raytracing-in-one-weekend", "raytracing-one-weekend", "zig" ]
5,039
false
2024-12-03T00:10:48Z
true
false
unknown
github
[]
Ray-Tracing-in-One-Weekend.zig <a>Ray Tracing in One Weekend</a> in Zig! How to execute <code>sh git clone https://github.com/ryoppippi/Ray-Tracing-in-One-Weekend.zig zig build -Drelease-fast=true run &gt;&gt; image.ppm</code> Note that this build works on zig 0.10.0 (because of async api is not work on self-host...
[]
https://avatars.githubusercontent.com/u/110336750?v=4
blockly-zig-nuttx
lupyuen3/blockly-zig-nuttx
2022-07-31T12:16:16Z
Visual Programming for Zig with NuttX Sensors
master
1
26
1
26
https://api.github.com/repos/lupyuen3/blockly-zig-nuttx/tags
Apache-2.0
[ "bl602", "bl604", "blockly", "bme280", "nuttx", "pinecone", "pinedio", "riscv32", "sensor", "visualprogramming", "zig" ]
123,024
true
2025-02-14T12:12:46Z
false
false
unknown
github
[]
Visual Programming for Zig with NuttX Sensors Read the articles... <ul> <li> <a>"Visual Programming with Zig and NuttX Sensors"</a> </li> <li> <a>"Zig Visual Programming with Blockly"</a> </li> <li> <a>"Read NuttX Sensor Data with Zig"</a> </li> </ul> Try the Work-in-Progress Demo... <ul> <li><a>lupyuen3.github....
[]
https://avatars.githubusercontent.com/u/65570835?v=4
zorm
ziglibs/zorm
2023-02-02T23:15:09Z
Lightweight and efficient object-relational mapping
main
0
26
0
26
https://api.github.com/repos/ziglibs/zorm/tags
MIT
[ "data-definition", "orm", "orm-framework", "typesafe", "zig", "ziglang" ]
2,430
false
2024-09-28T02:04:55Z
true
false
unknown
github
[]
Abstract Notice |- This library has <a>moved over to Snowflake.</a> zorm is not your traditional ORM tool. Unlike other ORMs, zorm is designed to provide types for making object-relational mapping within your scripts simple and not reliant on database table paradigms. In zorm, objects are cast on manually d...
[]
https://avatars.githubusercontent.com/u/25912761?v=4
uuid-zig
r4gus/uuid-zig
2022-10-29T22:05:18Z
A UUID library written in Zig
master
0
26
8
26
https://api.github.com/repos/r4gus/uuid-zig/tags
MIT
[ "c-library", "guid", "library", "rfc4122", "uuid", "uuid-v4", "uuid-v7", "uuidv4", "uuidv7", "zig", "zig-lang", "ziglang" ]
2,062
false
2025-05-01T14:44:05Z
true
true
0.12.0
github
[]
UUID Zig Universally Unique IDentifiers (UUIDs) are 128 bit long IDs that do not require a central registration process. Versions: | Zig version | uuid-zig version | |:-----------:|:----------------:| | 13.0 | 2.0, 2.1 | | 14.0 | 3.0 | To add the <code>uuid-zig</code> package to y...
[]
https://avatars.githubusercontent.com/u/43040593?v=4
wren-zig
dantecatalfamo/wren-zig
2022-04-08T23:38:35Z
wren bindings for zig
master
1
26
2
26
https://api.github.com/repos/dantecatalfamo/wren-zig/tags
MIT
[ "bindings", "wren", "wren-bindings", "zig", "zig-library" ]
103
false
2024-04-16T20:31:31Z
true
false
unknown
github
[]
wren-zig <a>Wren</a> bindings for <a>zig</a>! Wren is a fast lua-sized scripting language with classes and concurrency. Details on how embedding wren works <a>here</a>. Bindings In <code>src/wren.zig</code> Contains both bare bindings and a zig wrapper ```zig wrenGetSlotDouble(vm, 0); vm.getSlotDouble(0); ``` ...
[]
https://avatars.githubusercontent.com/u/61861965?v=4
pam_sauron
l1na-forever/pam_sauron
2022-10-03T21:16:39Z
FaceID for Linux 🌋🔒🪞 PAM module for Intel RealSense devices
main
0
25
0
25
https://api.github.com/repos/l1na-forever/pam_sauron/tags
-
[ "face-recognition", "login", "pam", "pam-authentication", "pam-module", "realsense", "realsense-camera", "zig" ]
13
false
2025-03-26T00:24:04Z
true
false
unknown
github
[]
pam_sauron 🌋🔒🪞 The provided <a>PAM module</a> can be used to introduce facial authentication as a PAM mode of authentication by making use of an Intel RealSense depth-sensing camera. https://user-images.githubusercontent.com/61861965/193917430-f35d8108-5ca9-4187-b869-2566104063be.mp4 Requirements <ul> <li>A Linux...
[]
https://avatars.githubusercontent.com/u/28735087?v=4
boxflow
LordMZTE/boxflow
2022-12-17T11:38:16Z
Unmaintained in favor of Zenolith - mirror of https://mzte.de/git/LordMZTE/boxflow
master
0
25
0
25
https://api.github.com/repos/LordMZTE/boxflow/tags
GPL-3.0
[ "gui", "layout", "layout-engine", "widgets", "zig" ]
80
false
2025-03-23T19:45:08Z
true
false
unknown
github
[]
Boxflow Boxflow is a layout engine implementing flexboxes as well as others in Zig. It aims to be universally usable for applications such as GUIs and window managers. NOTE: Boxflow is alpha software. Expect bugs and breaking changes! Usage To compile Boxflow, you need to use the latest master version of the Zig co...
[]
https://avatars.githubusercontent.com/u/37866329?v=4
rix101
reo101/rix101
2022-11-20T15:26:45Z
My NixOS, nix-on-droid and nix-darwin configs.
master
0
25
1
25
https://api.github.com/repos/reo101/rix101/tags
MIT
[ "agenix", "android", "home-manager", "home-manager-config", "homebrew", "linux", "lua", "macos", "neovim", "nix", "nix-darwin", "nix-flake", "nix-on-droid", "nixos", "nixos-config", "wezterm", "wezterm-config", "wireguard", "zig", "zsh" ]
795
false
2025-05-21T04:36:03Z
false
false
unknown
github
[]
Structure <ul> <li>Everything is built upon <a>flake-parts</a>, with <a>flake modules</a> for automatic <em>stuff</em> extraction</li> <li>Automatic classic (<code>callPackage</code>) and <code>dream2nix</code> packages extraction</li> <li>Automatic <code>nixos</code>, <code>nix-darwin</code>, <code>nix-on...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-mqtt
ikskuh/zig-mqtt
2022-05-18T06:37:23Z
A build package for mqtt-c.
master
0
23
5
23
https://api.github.com/repos/ikskuh/zig-mqtt/tags
MIT
[ "iot", "mqtt", "protocol", "zig", "zig-package" ]
5
false
2025-01-16T01:41:46Z
true
false
unknown
github
[]
zig-mqtt A build package for the awesome <a>mqtt-c</a> project by <a>Liam Bindle</a>. Right now only provides a build script API in <code>Sdk.zig</code>, but might contain a Zig frontend in the future. Usage ```zig const std = @import("std"); const Sdk = @import("Sdk.zig"); pub fn build(b: *std.build.Builder) void...
[]
https://avatars.githubusercontent.com/u/1560508?v=4
nyancat.zig
ryoppippi/nyancat.zig
2022-07-23T16:16:07Z
Nyancat in Zig
main
0
23
2
23
https://api.github.com/repos/ryoppippi/nyancat.zig/tags
MIT
[ "joke", "nyan-cat", "nyancat", "zig" ]
6,587
false
2025-04-17T09:02:06Z
true
false
unknown
github
[]
Nyancat.zig Nyancat written in Zig How to execute <code>sh git clone https://github.com/ryoppippi/nyancat.zig zig build -Drelease-fast=true run</code> License MIT Author Ryotaro "Justin" Kimura (a.k.a. ryoppippi)
[]
https://avatars.githubusercontent.com/u/9960133?v=4
pinephone-lvgl-zig
lupyuen/pinephone-lvgl-zig
2023-01-20T10:10:24Z
LVGL for PinePhone (and WebAssembly) with Zig and Apache NuttX RTOS
main
0
22
0
22
https://api.github.com/repos/lupyuen/pinephone-lvgl-zig/tags
Apache-2.0
[ "lvgl", "nuttx", "pinephone", "wasm", "zig" ]
20,408
false
2025-04-10T17:47:55Z
false
false
unknown
github
[]
LVGL for PinePhone (and WebAssembly) with Zig and Apache NuttX RTOS Read the articles... <ul> <li> <a>"NuttX RTOS for PinePhone: Feature Phone UI in LVGL, Zig and WebAssembly"</a> </li> <li> <a>"(Possibly) LVGL in WebAssembly with Zig Compiler"</a> </li> <li> <a>"NuttX RTOS for PinePhone: Boot to LVGL"</a> </li> ...
[]
https://avatars.githubusercontent.com/u/4075241?v=4
zig-stable-array
rdunnington/zig-stable-array
2022-08-26T14:17:35Z
Address-stable array with a max size that allocates directly from virtual memory.
main
0
22
1
22
https://api.github.com/repos/rdunnington/zig-stable-array/tags
NOASSERTION
[ "zig", "zig-package" ]
43
false
2025-04-21T06:21:55Z
true
true
unknown
github
[]
zig-stable-array Address-stable array with a max size that allocates directly from virtual memory. Memory is only committed when actually used, and virtual page table mappings are relatively cheap, so you only pay for the memory that you're actually using. Additionally, since all memory remains inplace, and new memory...
[ "https://github.com/rdunnington/bytebox" ]
https://avatars.githubusercontent.com/u/6693837?v=4
tpl-umbrella-zig
thi-ng/tpl-umbrella-zig
2022-11-24T22:14:10Z
Minimal thi.ng/umbrella browser project template for hybrid TypeScript & Zig apps, using thi.ng/wasm-api for bridging both worlds and Vite as dev tool/server & bundler...
main
1
21
0
21
https://api.github.com/repos/thi-ng/tpl-umbrella-zig/tags
MIT
[ "template-repository", "thing-umbrella", "typescript", "wasm", "webassembly", "zig" ]
302
false
2024-11-05T05:54:56Z
true
false
unknown
github
[]
tpl-umbrella-zig This is a bare-bones project template for hybrid <a>TypeScript</a> &amp; <a>Zig</a> apps, using <a>thi.ng/wasm-api</a> related infrastructure for bridging both worlds, and using <a>Vite</a> as dev tool/server &amp; bundler... Edit/delete everything as you see fit, see linked package readme files for ...
[]
https://avatars.githubusercontent.com/u/9960133?v=4
zig-pinephone-gui
lupyuen/zig-pinephone-gui
2022-06-22T00:39:19Z
Zig GUI App for PinePhone
main
0
21
1
21
https://api.github.com/repos/lupyuen/zig-pinephone-gui/tags
Apache-2.0
[ "gtk", "gui", "linux", "manjaro", "mobian", "phosh", "pinebookpro", "pinephone", "xfce", "zig" ]
73
false
2024-11-22T22:46:09Z
true
false
unknown
github
[]
Zig GUI App for PinePhone Read the article... <ul> <li><a>"Build a PinePhone App with Zig and capy"</a></li> </ul> Can we build a Zig GUI App for PinePhone with the capy library? <ul> <li><a>capy-ui/capy</a></li> </ul> Let's find out! <a>(More about Zig)</a> Install Zig Compiler On PinePhone, download the lates...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
libvlc-zig
kassane/libvlc-zig
2022-12-08T17:13:15Z
Zig bindings for libVLC media framework.
main
7
20
0
20
https://api.github.com/repos/kassane/libvlc-zig/tags
BSD-2-Clause
[ "bindings", "libvlc", "libvlc-zig", "zig", "zig-library", "zig-package" ]
449
false
2025-03-06T14:00:03Z
true
true
unknown
github
[ { "commit": "00424d823873612c795f59eb1fc9a29c7360782a.tar.gz", "name": "libvlcpp", "tar_url": "https://github.com/kassane/libvlcpp/archive/00424d823873612c795f59eb1fc9a29c7360782a.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/kassane/libvlcpp" } ]
<a> </a> <a> </a> <a> </a> <a> </a> <a> </a> libvlc-zig Zig bindings for libVLC media framework. Some of the features provided by libVLC include the ability to play local files and network streams, as well as to tra...
[]
https://avatars.githubusercontent.com/u/51416554?v=4
.dotfiles
hendriknielaender/.dotfiles
2022-04-13T17:41:46Z
🧑‍💻 aerospace + ghostty + neovim
main
4
20
0
20
https://api.github.com/repos/hendriknielaender/.dotfiles/tags
-
[ "aerospace", "dotfiles", "ghostty", "golang", "i3", "i3-config", "i3wm", "neovim", "neovim-dotfiles", "rust", "typescript", "vim", "vimrc", "wm", "zig" ]
10,968
false
2025-05-17T07:23:53Z
false
false
unknown
github
[]
.dotfiles This repository contains my personal dotfiles, including preconfigured settings for Neovim, tailored specifically for TypeScript, Rust, Zig, Go development. It includes a curated selection of plugins, key mappings, and customizations to enhance productivity and streamline coding workflows. Vim re-maps <a>C...
[]
https://avatars.githubusercontent.com/u/12962448?v=4
zig-tray
star-tek-mb/zig-tray
2022-10-18T11:48:05Z
Create tray applications with zig
master
3
20
4
20
https://api.github.com/repos/star-tek-mb/zig-tray/tags
-
[ "notifications", "tray", "tray-menu", "zig" ]
106
false
2025-03-24T07:08:15Z
true
true
0.12.0
github
[]
zig-tray zig-tray is a library for creating tray applications. Supports tray and notifications. Features <ul> <li>tray witch <code>.ico</code> support!</li> <li>left click callback support</li> <li>right click callback support</li> <li>sending notification and notification click callback support</li> </ul> Supported...
[]
https://avatars.githubusercontent.com/u/43246943?v=4
setup-zig
korandoru/setup-zig
2022-09-09T04:20:25Z
Set up your GitHub Actions workflow with a specific version of Zig (https://ziglang.org/).
main
0
19
3
19
https://api.github.com/repos/korandoru/setup-zig/tags
Apache-2.0
[ "github-actions", "zig", "ziglang" ]
2,141
false
2025-02-12T05:22:39Z
false
false
unknown
github
[]
Setup Zig Archived Use <a>mlugg/setup-zig</a> instead. Original <a></a> <a></a> <a></a> This action provides the following functionality for GitHub Actions users: <ul> <li>Downloading and caching distribution of the requested Zig version, and adding it to the PATH</li> </ul> Usage See <a>action.yml</a>. <strong...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
zig-xlsxwriter
kassane/zig-xlsxwriter
2022-11-26T14:06:06Z
A Zig library for writing files in the Excel 2007+ XLSX file format
main
1
19
5
19
https://api.github.com/repos/kassane/zig-xlsxwriter/tags
Apache-2.0
[ "bindings", "libxlsxwriter", "xlsx", "xlsxwriter", "zig" ]
70
false
2025-02-20T14:19:58Z
true
true
unknown
github
[ { "commit": "caf41581f14c6fc0b9f957cc05c2a7fbb9e4d9eb", "name": "xlsxwriter", "tar_url": "https://github.com/jmcnamara/libxlsxwriter/archive/caf41581f14c6fc0b9f957cc05c2a7fbb9e4d9eb.tar.gz", "type": "remote", "url": "https://github.com/jmcnamara/libxlsxwriter" } ]
zig-xlsxwriter The <code>zig-xlsxwriter</code> is a wrapper of <a><code>libxlsxwriter</code></a> that can be used to write text, numbers, dates and formulas to multiple worksheets in a new Excel 2007+ xlsx file. It has a focus on performance and on fidelity with the file format created by Excel. It cannot be used to m...
[]
https://avatars.githubusercontent.com/u/206480?v=4
http.zig
karlseguin/http.zig
2023-03-13T08:51:53Z
An HTTP/1.1 server for zig
master
5
1,005
67
1,005
https://api.github.com/repos/karlseguin/http.zig/tags
MIT
[ "http-server", "zig", "zig-library", "zig-package" ]
986
false
2025-05-21T05:46:03Z
true
true
unknown
github
[ { "commit": "cf2797bcb3aea7e5cdaf4de39c5550c70796e7b1.tar.gz", "name": "metrics", "tar_url": "https://github.com/karlseguin/metrics.zig/archive/cf2797bcb3aea7e5cdaf4de39c5550c70796e7b1.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/metrics.zig" }, { "commit": "7c...
An HTTP/1.1 server for Zig. ```zig const std = @import("std"); const httpz = @import("httpz"); pub fn main() !void { var gpa = std.heap.GeneralPurposeAllocator(.{}){}; const allocator = gpa.allocator(); // More advance cases will use a custom "Handler" instead of "void". // The last parameter is our handler in...
[]
https://avatars.githubusercontent.com/u/476352?v=4
libvaxis
rockorager/libvaxis
2024-01-20T03:57:33Z
a modern tui library written in zig
main
4
937
55
937
https://api.github.com/repos/rockorager/libvaxis/tags
MIT
[ "tui", "zig", "zig-package" ]
6,041
false
2025-05-20T18:56:11Z
true
true
0.14.0
github
[ { "commit": "31268548fe3276c0e95f318a6c0d2ab10565b58d", "name": "zigimg", "tar_url": "https://github.com/TUSF/zigimg/archive/31268548fe3276c0e95f318a6c0d2ab10565b58d.tar.gz", "type": "remote", "url": "https://github.com/TUSF/zigimg" }, { "commit": "4a002763419a34d61dcbb1f415821b83b9bf8dd...
libvaxis <code>It begins with them, but ends with me. Their son, Vaxis</code> Libvaxis <em>does not use terminfo</em>. Support for vt features is detected through terminal queries. Vaxis uses zig <code>0.14.0</code>. Features libvaxis supports all major platforms: macOS, Windows, Linux/BSD/and other Unix-likes. ...
[]
https://avatars.githubusercontent.com/u/109492796?v=4
zig-cookbook
zigcc/zig-cookbook
2023-12-10T02:43:39Z
Simple Zig programs that demonstrate good practices to accomplish common programming tasks.
main
2
930
39
930
https://api.github.com/repos/zigcc/zig-cookbook/tags
MIT
[ "zig", "ziglang" ]
223
false
2025-05-21T09:40:53Z
true
true
unknown
github
[ { "commit": "refs", "name": "zigcli", "tar_url": "https://github.com/jiacai2050/zigcli/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/jiacai2050/zigcli" } ]
book-src/intro.md
[]
https://avatars.githubusercontent.com/u/3357792?v=4
compiler.nvim
Zeioth/compiler.nvim
2023-06-16T04:08:47Z
Neovim compiler for building and running your code without having to configure anything
main
4
589
40
589
https://api.github.com/repos/Zeioth/compiler.nvim/tags
GPL-3.0
[ "build-automation-tool", "build-tool", "built-tools", "compiler", "csharp", "elixir", "go", "golang", "javascript", "lua", "neovim-plugin", "neovim-plugins", "nvim-plugin", "nvim-plugins", "python", "rlanguage", "rust", "typescript", "zig" ]
3,086
false
2025-05-19T13:44:58Z
false
false
unknown
github
[]
<a>Compiler.nvim</a> Neovim compiler for building and running your code without having to configure anything. <a> </a> Table of contents <ul> <li><a>Why</a></li> <li><a>Supported languages</a></li> <li><a>Required system dependencies</a></li> <li><a>How to install</a></li> <li><a>Commands</a></li> ...
[]
https://avatars.githubusercontent.com/u/133399259?v=4
zig-webui
webui-dev/zig-webui
2023-05-12T20:21:26Z
Use any web browser or WebView as GUI, with Zig in the backend and modern web technologies in the frontend, all in a lightweight portable library.
main
4
588
24
588
https://api.github.com/repos/webui-dev/zig-webui/tags
MIT
[ "cross-platform-gui", "gui", "gui-library", "linux", "webui", "windows", "zig", "zig-package", "zig-webui" ]
1,853
false
2025-05-21T09:41:32Z
true
true
0.14.0
github
[]
![Logo](https://raw.githubusercontent.com/webui-dev/webui-logo/main/webui_zig.png) # WebUI Zig v2.5.0-beta.4 [last-commit]: https://img.shields.io/github/last-commit/webui-dev/zig-webui?style=for-the-badge&amp;logo=github&amp;logoColor=C0CAF5&amp;labelColor=414868 [license]: https://img.shields.io/github/license...
[ "https://github.com/OsakiTsukiko/jellyfish" ]
https://avatars.githubusercontent.com/u/24392180?v=4
linuxwave
orhun/linuxwave
2023-03-13T22:57:52Z
Generate music from the entropy of Linux 🐧🎵
main
7
580
19
580
https://api.github.com/repos/orhun/linuxwave/tags
MIT
[ "entropy", "linux", "linuxwave", "music", "music-generation", "music-generator", "random", "random-music", "retrowave", "synthwave", "tune-generator", "vaporwave", "wav", "waveform", "waveform-generator", "zig", "zig-package", "ziglang" ]
542
false
2025-05-20T21:29:34Z
true
true
0.14.0
github
[ { "commit": "refs", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" } ]
<code>linuxwave</code> 🐧🎵 <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a><strong>Click here to watch the demo!</strong></a> <a>Listen to "linuxwave" on Spotify!</a> Table of Contents - [Motivation ✨](#motivation-) - [Installation 🤖](#installation-) - [Build from source](#build-from-source) ...
[]
https://avatars.githubusercontent.com/u/125191897?v=4
mewz
mewz-project/mewz
2023-12-28T05:40:06Z
A unikernel designed specifically for running Wasm applications and compatible with WASI
main
11
576
15
576
https://api.github.com/repos/mewz-project/mewz/tags
GPL-3.0
[ "kernel", "unikernel", "wasm", "webassembly", "webassembly-runtime", "zig" ]
1,250
false
2025-05-22T03:19:23Z
true
false
unknown
github
[]
<a></a> Mewz Mewz is a unikernel designed specifically for running Wasm applications and compatible with WASI. What's new with Mewz There are now various Wasm runtimes, but they operate on general-purpose operating systems such as Linux or Windows. Mewz is <strong>a specialized kernel designed for running Wasm</...
[]
https://avatars.githubusercontent.com/u/119983202?v=4
ziggy-pydust
spiraldb/ziggy-pydust
2023-08-31T10:09:27Z
A toolkit for building Python extensions in Zig.
develop
29
565
24
565
https://api.github.com/repos/spiraldb/ziggy-pydust/tags
Apache-2.0
[ "python", "zig" ]
43,310
false
2025-05-21T14:13:53Z
true
false
unknown
github
[]
Ziggy Pydust <a> </a> <em>A framework for writing and packaging native Python extension modules written in Zig.</em> <a target="_blank"> </a> <a target="_blank"> </a> <a target="_blank"> </a> <a target="_blank"> </a> <strong>Documentation</strong>: <a target="_blank">https:...
[]
https://avatars.githubusercontent.com/u/206480?v=4
pg.zig
karlseguin/pg.zig
2023-10-26T02:13:32Z
Native PostgreSQL driver / client for Zig
master
1
369
27
369
https://api.github.com/repos/karlseguin/pg.zig/tags
MIT
[ "postgresql-client", "zig", "zig-library", "zig-package" ]
537
false
2025-05-20T19:11:22Z
true
true
unknown
github
[ { "commit": "e9c95a7719996ce5e1e6a9a6eb3945dda9d98e28.tar.gz", "name": "buffer", "tar_url": "https://github.com/karlseguin/buffer.zig/archive/e9c95a7719996ce5e1e6a9a6eb3945dda9d98e28.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/buffer.zig" }, { "commit": "cf279...
Native PostgreSQL driver for Zig A native PostgresSQL driver / client for Zig. Supports <a>LISTEN</a>. See or run <a>example/main.zig</a> for a number of examples. Install 1) Add pg.zig as a dependency in your <code>build.zig.zon</code>: <code>bash zig fetch --save git+https://github.com/karlseguin/pg.zig#master</...
[]
https://avatars.githubusercontent.com/u/103538756?v=4
lyceum
Dr-Nekoma/lyceum
2024-01-13T05:00:44Z
An MMO game written in Erlang (+ PostgreSQL) + Zig (+ Raylib)
master
17
301
9
301
https://api.github.com/repos/Dr-Nekoma/lyceum/tags
Apache-2.0
[ "devenv", "erlang", "erlang-otp", "game", "justfile", "nix", "nix-flake", "postgresql", "raylib", "raylib-zig", "zerl", "zig", "ziglang" ]
18,449
false
2025-05-09T14:54:36Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/2793150?v=4
zigar
chung-leong/zigar
2023-05-10T21:05:44Z
Toolkit enabling the use of Zig code in JavaScript projects
main
13
260
3
260
https://api.github.com/repos/chung-leong/zigar/tags
MIT
[ "bunjs", "electron", "javascript", "nodejs", "nwjs", "rollup-plugin", "wasm", "webpack-plugin", "zig", "zig-package" ]
53,322
false
2025-05-17T19:04:12Z
false
false
unknown
github
[]
Zigar A software tool set that lets you utilize <a>Zig</a> code in your JavaScript projects. Consult the <a>project wiki</a> for installation instructions and tutorials. Features <ul> <li>Access to all Zig data types in JavaScript</li> <li>Zig-to-JavaScript, JavaScript-to-Zig call marshalling</li> <li>Async task m...
[]
https://avatars.githubusercontent.com/u/61841960?v=4
hevi
Arnau478/hevi
2023-09-15T14:41:34Z
Hex viewer
master
7
255
9
255
https://api.github.com/repos/Arnau478/hevi/tags
GPL-3.0
[ "binary", "hex", "hex-viewer", "hexdump", "zig", "zig-package", "zig-program" ]
1,028
false
2025-05-20T08:45:46Z
true
true
0.14.0
github
[ { "commit": "af41bdb5b1d64404c2ec7eb1d9de01083c0d2596", "name": "ziggy", "tar_url": "https://github.com/kristoff-it/ziggy/archive/af41bdb5b1d64404c2ec7eb1d9de01083c0d2596.tar.gz", "type": "remote", "url": "https://github.com/kristoff-it/ziggy" }, { "commit": "67aee7c4761afe74d6ff9e2bc4a0...
hevi a hex viewer What is hevi? Hevi (pronounced like "heavy") is a hex viewer, just like <code>xxd</code> or <code>hexdump</code>. Features Parsers Hevi can parse things like ELF or PE files and give you syntax-highlighting. Custom color palettes You can specify custom color palettes. Color pa...
[]
https://avatars.githubusercontent.com/u/206480?v=4
zul
karlseguin/zul
2023-11-16T13:04:09Z
zig utility library
master
0
227
10
227
https://api.github.com/repos/karlseguin/zul/tags
MIT
[ "uuidv4", "uuidv7", "zig", "zig-package" ]
218
false
2025-05-19T12:03:59Z
true
true
unknown
github
[]
Zig Utility Library The purpose of this library is to enhance Zig's standard library. Much of zul wraps Zig's std to provide simpler APIs for common tasks (e.g. reading lines from a file). In other cases, new functionality has been added (e.g. a UUID type). Besides Zig's standard library, there are no dependencies. M...
[ "https://github.com/karlseguin/aolium-api", "https://github.com/kawana77b/docker-tags-zig", "https://github.com/liskvork/liskvork", "https://github.com/malaow3/PokeBin", "https://github.com/peterhellberg/adr" ]
https://avatars.githubusercontent.com/u/109492796?v=4
zig-course
zigcc/zig-course
2023-09-10T13:11:28Z
Zig 语言圣经:简单、快速地学习 Zig, Zig Chinese tutorial, learn zig simply and quickly
main
4
211
36
211
https://api.github.com/repos/zigcc/zig-course/tags
MIT
[ "tutorial", "tutorials", "zig", "zig-lang", "zig-package", "ziglang" ]
2,922
false
2025-05-21T02:20:36Z
true
false
unknown
github
[]
Zig 语言圣经 <blockquote> Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software. Zig 是一种通用的编程语言和工具链,用于维护健壮、最优和可重用的软件 </blockquote> 参与贡献 欢迎各位志同道合的“道友”参与贡献本文档,并一起壮大 zig 中文社区! 本仓库使用的文档工具是 vitepress,建议了解一下 <a>vitepress 的 markdown 扩展</a>。 贡献方法: <ul> <li>fork 本文...
[]
https://avatars.githubusercontent.com/u/19855629?v=4
zig-patterns
SuperAuguste/zig-patterns
2023-12-06T21:22:02Z
Common Zig patterns for you and your friends :)
main
1
194
6
194
https://api.github.com/repos/SuperAuguste/zig-patterns/tags
MIT
[ "learning", "zig", "ziglang" ]
37
false
2025-05-20T10:59:40Z
true
true
unknown
github
[]
Zig Patterns <ul> <li><a>Zig Patterns</a></li> <li><a>About</a></li> <li><a>The Patterns</a></li> <li><a>License</a></li> </ul> About This repository contains examples of common patterns found in Zig's standard library and many community projects. Note that copying (one of) these patterns verbatim into your project ...
[]
https://avatars.githubusercontent.com/u/9002722?v=4
llama2.zig
cgbur/llama2.zig
2023-07-30T02:40:54Z
Inference Llama 2 in one file of pure Zig
main
2
183
17
183
https://api.github.com/repos/cgbur/llama2.zig/tags
MIT
[ "llama", "llama2", "llm", "llm-inference", "simd", "zig", "ziglang" ]
55,479
false
2025-05-19T20:14:53Z
true
false
unknown
github
[]
llama2.zig This is the Zig version of <a>llama2.c</a> by Andrej Karpathy. It runs inference for the <a>llama2</a> model architecture recently published by Meta. It currently supports: <ul> <li>Inference of llama2 model checkpoints</li> <li>Temperature control</li> <li>Top-p (nucleus) sampling</li> <li>Prompt h...
[]
https://avatars.githubusercontent.com/u/30945458?v=4
ZigBrains
FalsePattern/ZigBrains
2023-07-29T10:29:50Z
The zig language plugin for intellij
master
14
176
13
176
https://api.github.com/repos/FalsePattern/ZigBrains/tags
NOASSERTION
[ "intellij-plugin", "lsp-client", "zig" ]
2,730
false
2025-05-21T18:57:25Z
false
false
unknown
github
[]
ZigBrains Zig language support for IntelliJ IDEA, CLion, and other JetBrains IDEs. Now written in Kotlin! Installing You can either install this plugin from the <a>JetBrains Marketplace</a>, or from <a>FalsePattern's website</a>. See <a>the quick setup guide</a> for how to set up language server integration. Note:...
[]
https://avatars.githubusercontent.com/u/587972?v=4
zbpf
tw4452852/zbpf
2023-04-11T01:46:45Z
Writing eBPF in Zig
main
2
161
8
161
https://api.github.com/repos/tw4452852/zbpf/tags
GPL-3.0
[ "bpf", "ebpf", "tracing", "zig" ]
5,035
false
2025-05-19T19:20:35Z
true
true
unknown
github
[ { "commit": "refs", "name": "libbpf", "tar_url": "https://github.com/tw4452852/libbpf_zig/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/tw4452852/libbpf_zig" }, { "commit": "refs", "name": "libelf", "tar_url": "https://github.com/tw4452852/elfutils/archive/re...
zbpf Writing eBPF in Zig. Thanks to Zig's comptime and BTF, we can equip eBPF with strong type system both at comptime and runtime! Notable advantages when writing eBPF program with <code>zbpf</code> Different available methods based on the type of program's context Suppose you want to trace the kernel function <a>...
[]
https://avatars.githubusercontent.com/u/98668553?v=4
LibreScroll
EsportToys/LibreScroll
2023-07-19T07:46:15Z
Smooth inertial scrolling with any regular mouse.
main
0
145
4
145
https://api.github.com/repos/EsportToys/LibreScroll/tags
GPL-3.0
[ "accessibility", "autoit", "ergonomics", "infinite-scroll", "middle-click", "momentum", "momentum-scrolling", "mouse", "rawinput", "sendinput", "thinkpad", "tpmiddle", "trackball", "trackpoint", "winapi", "windows", "zig", "zig-package" ]
70
false
2025-05-21T15:42:41Z
false
false
unknown
github
[]
LibreScroll Smooth inertial scrolling on Windows with any regular mouse. <a>Download Here</a> https://github.com/EsportToys/LibreScroll/assets/98432183/c7fc05a5-6b10-4b91-9984-0d809a52b025 Instructions <ol> <li>Run LibreScroll</li> <li>Hold Mouse 3 and move your mouse, the cursor will stay in-place, mouse motion is...
[]
https://avatars.githubusercontent.com/u/206480?v=4
log.zig
karlseguin/log.zig
2023-03-22T07:49:50Z
A structured logger for Zig
master
0
136
8
136
https://api.github.com/repos/karlseguin/log.zig/tags
MIT
[ "logging-library", "structured-logging", "zig", "zig-library", "zig-package" ]
167
false
2025-05-20T10:41:52Z
true
true
unknown
github
[ { "commit": "cf2797bcb3aea7e5cdaf4de39c5550c70796e7b1.tar.gz", "name": "metrics", "tar_url": "https://github.com/karlseguin/metrics.zig/archive/cf2797bcb3aea7e5cdaf4de39c5550c70796e7b1.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/metrics.zig" } ]
Structured Logging for Zig logz is an opinionated structured logger that outputs to stdout, stderr, a file or a custom writer using logfmt or JSON. It aims to minimize runtime memory allocation by using a pool of pre-allocated loggers. Metrics If you're looking for metrics, check out my <a>prometheus library for Zi...
[]
https://avatars.githubusercontent.com/u/51416554?v=4
zBench
hendriknielaender/zBench
2023-05-25T13:57:54Z
📊 zig benchmark
main
16
130
10
130
https://api.github.com/repos/hendriknielaender/zBench/tags
MIT
[ "bench", "benchmark", "benchmarking", "performance", "stdout", "testing", "zig", "zig-package", "ziglang" ]
3,717
false
2025-05-10T21:13:43Z
true
true
unknown
github
[]
⚡ zBench - A Zig Benchmarking Library <a></a> <a></a> zBench is a benchmarking library for the Zig programming language. It is designed to provide easy-to-use functionality to measure and compare the performance of your code. Content <ul> <li><a>Installation</a></li> <li><a>Usage</a></li> <li><a>Configuration</a><...
[]
https://avatars.githubusercontent.com/u/206480?v=4
zuckdb.zig
karlseguin/zuckdb.zig
2023-05-08T09:53:52Z
A DuckDB driver for Zig
master
2
130
4
130
https://api.github.com/repos/karlseguin/zuckdb.zig/tags
MIT
[ "duckdb", "duckdb-driver", "zig", "zig-library", "zig-package" ]
317
false
2025-05-17T17:07:24Z
true
true
unknown
github
[]
Zig driver for DuckDB. Quick Example ```zig const db = try zuckdb.DB.init(allocator, "/tmp/db.duck", .{}); defer db.deinit(); var conn = try db.conn(); defer conn.deinit(); // for insert/update/delete returns the # changed rows // returns 0 for other statements _ = try conn.exec("create table users(id int)", .{}); ...
[]
https://avatars.githubusercontent.com/u/68087632?v=4
cova
00JCIV00/cova
2023-05-02T23:42:13Z
Commands, Options, Values, Arguments. A simple yet robust cross-platform command line argument parsing library for Zig.
main
12
127
7
127
https://api.github.com/repos/00JCIV00/cova/tags
MIT
[ "clap", "cli", "command-line", "terminal", "zig", "zig-package", "ziglang" ]
69,879
false
2025-05-18T01:44:31Z
true
true
unknown
github
[]
Commands <strong>⋅</strong> Options <strong>⋅</strong> Values <strong>⋅</strong> Arguments A simple yet robust cross-platform command line argument parsing library for Zig. <a></a> <a></a> <a></a> <a></a> Overview <code>command --option value</code> Cova is based on the idea that Arguments will fall into one o...
[]
https://avatars.githubusercontent.com/u/44057100?v=4
zimdjson
EzequielRamis/zimdjson
2023-11-27T02:33:48Z
Parsing gigabytes of JSON per second. Zig port of simdjson with fundamental features.
main
7
126
2
126
https://api.github.com/repos/EzequielRamis/zimdjson/tags
MIT
[ "json", "json-parser", "simd", "simdjson", "zig", "zig-package", "ziglang" ]
2,527
false
2025-05-17T21:58:29Z
true
true
0.14.0
github
[ { "commit": "55d79b184b7d8fac2e143e89dc19b766ec4e54b8.tar.gz", "name": "parse_number_fxx", "tar_url": "https://github.com/nigeltao/parse-number-fxx-test-data/archive/55d79b184b7d8fac2e143e89dc19b766ec4e54b8.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/nigeltao/parse-number-fxx-te...
zimdjson <blockquote> JSON is everywhere on the Internet. Servers spend a <em>lot</em> of time parsing it. We need a fresh approach. </blockquote> Welcome to zimdjson: a high-performance JSON parser that takes advantage of SIMD vector instructions, based on the paper <a>Parsing Gigabytes of JSON per Second</a>. The ...
[]
https://avatars.githubusercontent.com/u/480330?v=4
zig2nix
Cloudef/zig2nix
2024-01-11T05:16:46Z
Flake for packaging, building and running Zig projects.
master
4
122
5
122
https://api.github.com/repos/Cloudef/zig2nix/tags
MIT
[ "automation", "build", "ci", "cross-compiling", "dependencies", "developer-tools", "nix", "packaging", "release", "releases", "reproducible", "zig" ]
992
false
2025-05-22T01:50:31Z
false
false
unknown
github
[]
zig2nix flake Flake for packaging, building and running Zig projects. https://ziglang.org/ <ul> <li>Cachix: <code>cachix use zig2nix</code></li> </ul> <a></a> <ul> <li>Zig master: <code>0.15.0-dev.621+a63f7875f @ 2025-05-21</code></li> <li>Zig latest: <code>0.14.0 @ 2025-03-05</code></li> </ul> Examples Zig proj...
[]
https://avatars.githubusercontent.com/u/11288757?v=4
zigrad
Marco-Christiani/zigrad
2023-12-01T18:38:16Z
A deep learning framework built on an autograd engine with high level abstractions and low level control.
main
11
116
4
116
https://api.github.com/repos/Marco-Christiani/zigrad/tags
LGPL-3.0
[ "autograd", "deep-learning", "machine-learning", "neural-network", "tensor", "zig", "zig-package", "ziglang" ]
12,288
false
2025-05-20T00:27:57Z
true
true
unknown
github
[ { "commit": "master", "name": "tracy", "tar_url": "https://github.com/wolfpld/tracy//archive/master.tar.gz", "type": "remote", "url": "https://github.com/wolfpld/tracy/" } ]
<strong><i>Supporting AI innovation from ideation to results.</i></strong> AI frameworks optimized for rapid research iteration do not seamlessly transition into the infrastructure required for large-scale training. This fragmented pipeline creates redundant engineering ...
[]
https://avatars.githubusercontent.com/u/13811862?v=4
webview-zig
thechampagne/webview-zig
2023-09-01T13:17:15Z
⚡ Zig binding & wrapper for a tiny cross-platform webview library to build modern cross-platform GUIs.
main
3
114
14
114
https://api.github.com/repos/thechampagne/webview-zig/tags
MIT
[ "library", "webview", "zig", "zig-package", "ziglang" ]
276
false
2025-05-20T18:19:28Z
true
true
unknown
github
[ { "commit": "refs", "name": "webview", "tar_url": "https://github.com/webview/webview/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/webview/webview" } ]
webview-zig <a></a> <a></a> Zig binding for a tiny cross-platform <strong>webview</strong> library to build modern cross-platform GUIs. Requirements <ul> <li><a>Zig Compiler</a> - <strong>0.13.0</strong></li> <li>Unix</li> <li><a>GTK3</a> and <a>WebKitGTK</a></li> <li>Windows</li> <li><a>WebView2 Runtime</a></l...
[]
https://avatars.githubusercontent.com/u/1338143?v=4
Deecy
Senryoku/Deecy
2023-12-04T23:09:01Z
Experimental Dreamcast emulator written in Zig
main
11
105
0
105
https://api.github.com/repos/Senryoku/Deecy/tags
MIT
[ "dreamcast", "emulation", "emulator", "zig", "zig-program" ]
97,516
false
2025-05-21T21:48:13Z
true
true
0.14.0
github
[ { "commit": "d860e2b4a333cacffb168fab49a233c5d2f1bca2", "name": "zgpu", "tar_url": "https://github.com/zig-gamedev/zgpu/archive/d860e2b4a333cacffb168fab49a233c5d2f1bca2.tar.gz", "type": "remote", "url": "https://github.com/zig-gamedev/zgpu" }, { "commit": "d3a68014e6b6b53fd330a0ccba99e4d...
Deecy Deecy is an experimental Dreamcast emulator written in Zig. Videos: <a>Soul Calibur</a> (May 2024), <a>Grandia II</a> (July 2024), <a>DCA3</a> (January 2025) Installation <ul> <li>Download the latest version for your platform from the <a>Release Page</a>.</li> <li>Decompress the zip archive.</li...
[]
https://avatars.githubusercontent.com/u/3848910?v=4
zig-curl
jiacai2050/zig-curl
2023-09-16T15:13:59Z
Zig bindings for libcurl
main
2
104
16
104
https://api.github.com/repos/jiacai2050/zig-curl/tags
MIT
[ "libcurl", "libcurl-binding", "libcurl-bindings", "zig", "zig-lib", "zig-package", "ziglang" ]
3,158
false
2025-05-19T00:33:37Z
true
true
unknown
github
[ { "commit": "master", "name": "zlib", "tar_url": "https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz/archive/master.tar.gz", "type": "remote", "url": "https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz" }, { "commit": "refs", "name": "mbe...
404
[]
https://avatars.githubusercontent.com/u/86865279?v=4
chameleon
tr1ckydev/chameleon
2023-10-04T11:51:56Z
🦎 Terminal string styling for zig.
main
1
103
12
103
https://api.github.com/repos/tr1ckydev/chameleon/tags
MIT
[ "terminal", "terminal-styling", "zig", "zig-package" ]
1,028
false
2025-05-16T11:56:29Z
true
true
0.15.0-dev.97+677b2d62e
github
[]
chameleon 🦎 Terminal string styling for zig. <em>Currently the only fully featured terminal color solution for zig. ⚡</em> <ul> <li>Expressive API</li> <li>Highly performant</li> <li>Ability to nest styles</li> <li>Ability for custom themes</li> <li>No dependencies</li> <li>Clean and focused</li> <li>Truecolor sup...
[ "https://github.com/4zv4l/zfs", "https://github.com/4zv4l/zig_colored_logger", "https://github.com/haha-systems/phage", "https://github.com/tr1ckydev/zoop", "https://github.com/yhdgms1/openwrt-led-night-mode" ]
https://avatars.githubusercontent.com/u/206480?v=4
zqlite.zig
karlseguin/zqlite.zig
2023-04-03T07:29:30Z
A thin SQLite wrapper for Zig
master
0
101
15
101
https://api.github.com/repos/karlseguin/zqlite.zig/tags
MIT
[ "sqlite3", "zig", "zig-library", "zig-package" ]
3,025
false
2025-05-20T19:13:48Z
true
true
unknown
github
[]
A thin SQLite wrapper for Zig ```zig // good idea to pass EXResCode to get extended result codes (more detailed error codes) const flags = zqlite.OpenFlags.Create | zqlite.OpenFlags.EXResCode; var conn = try zqlite.open("/tmp/test.sqlite", flags); defer conn.close(); try conn.exec("create table if not exists test (n...
[]
https://avatars.githubusercontent.com/u/33221035?v=4
zon2nix
nix-community/zon2nix
2023-08-08T19:18:56Z
Convert the dependencies in `build.zig.zon` to a Nix expression [maintainer=@figsoda]
main
7
93
13
93
https://api.github.com/repos/nix-community/zon2nix/tags
MPL-2.0
[ "build", "nix", "vendor", "zig", "zon" ]
71
false
2025-05-13T14:11:15Z
true
false
unknown
github
[]
zon2nix Convert the dependencies in <code>build.zig.zon</code> to a Nix expression Usage <code>bash zon2nix &gt; deps.nix zon2nix zls &gt; deps.nix zon2nix zls/build.zig.zon &gt; deps.nix</code> To use the generated file, add this to your Nix expression: <code>nix postPatch = '' ln -s ${callPackage ./deps.nix { ...
[]
https://avatars.githubusercontent.com/u/67233402?v=4
zabi
Raiden1411/zabi
2023-12-07T22:41:56Z
Interact with ethereum and EVM based chains via Zig!
main
10
88
12
88
https://api.github.com/repos/Raiden1411/zabi/tags
MIT
[ "abi", "blockchain", "ethereum", "evm", "optimism", "web3", "zabi", "zig", "zig-package" ]
4,603
false
2025-05-19T13:29:24Z
true
true
unknown
github
[ { "commit": null, "name": "c_kzg_4844", "tar_url": null, "type": "relative", "url": "./pkg/c-kzg-4844" } ]
A zig library to interact with EVM blockchains ### Overview Zabi aims to add support for interacting with ethereum or any compatible EVM based chain. ### Zig Versions Zabi will support zig v0.14 in separate branches. If you would like to use it you can find i...
[]
https://avatars.githubusercontent.com/u/24697112?v=4
example-zig-cgo
goreleaser/example-zig-cgo
2023-02-27T18:57:07Z
A showcase of using Zig to cross-compile Go application with GoReleaser
master
0
86
3
86
https://api.github.com/repos/goreleaser/example-zig-cgo/tags
-
[ "amd64", "arm64", "cross-compilation", "golang", "goreleaser", "linux", "macos", "windows", "zig" ]
6
false
2025-05-16T22:53:48Z
false
false
unknown
github
[]
Cross-compile Go application for major platforms with Zig and GoReleaser with CGO Cross-compilation in Go refers to building a Go program on one platform and for another platform. It allows you to create binaries that can be run on systems with different operating systems or architectures from the one on which the pro...
[]
https://avatars.githubusercontent.com/u/118723009?v=4
ziggy-starkdust
keep-starknet-strange/ziggy-starkdust
2023-09-26T16:13:58Z
⚡ Cairo VM in Zig ⚡
main
18
86
38
86
https://api.github.com/repos/keep-starknet-strange/ziggy-starkdust/tags
MIT
[ "cairo", "starknet", "virtual-machine", "zig", "zig-lang" ]
38,288
false
2025-02-26T11:44:58Z
true
true
unknown
github
[ { "commit": "9a94c4803a52e54c26b198096d63fb5bde752da2.zip", "name": "zig-cli", "tar_url": "https://github.com/sam701/zig-cli/archive/9a94c4803a52e54c26b198096d63fb5bde752da2.zip.tar.gz", "type": "remote", "url": "https://github.com/sam701/zig-cli" }, { "commit": "d9e95579ce9f61a8acf42da0...
ziggy-starkdust <a></a> <a></a> <a></a> <a></a> [![Exploration_Team](https://img.shields.io/badge/Exploration_Team-29296E.svg?&amp;style=for-the-badge&amp;logo=data:image/svg%2bxml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZp...
[]
https://avatars.githubusercontent.com/u/132705474?v=4
CascadeOS
CascadeOS/CascadeOS
2023-05-20T15:44:41Z
General purpose operating system targeting standard desktops and laptops.
main
11
80
3
80
https://api.github.com/repos/CascadeOS/CascadeOS/tags
MIT
[ "aarch64", "arm64", "hobby-os", "operating-system", "osdev", "risc-v", "x64", "x86-64", "zig", "ziglang" ]
3,595
false
2025-05-21T14:50:06Z
true
true
0.15.0-dev.471+369177f0b
github
[ { "commit": "master", "name": "devicetree", "tar_url": "https://github.com/CascadeOS/zig-devicetree/archive/master.tar.gz", "type": "remote", "url": "https://github.com/CascadeOS/zig-devicetree" }, { "commit": "master", "name": "edk2", "tar_url": "https://github.com/CascadeOS/ovm...
CascadeOS <a></a> Cascade is a general purpose operating system targeting standard desktops and laptops. Short Term Goals <ul> <li>Good enough x64 support for QEMU (virtio drivers)</li> <li>Userspace, no GUI</li> <li>ext2 on NVMe</li> </ul> Planned Features <ul> <li>x64, ARM64 and RISCV64</li> <li>First class Zig s...
[]
https://avatars.githubusercontent.com/u/2883484?v=4
md4w
ije/md4w
2024-01-16T10:11:17Z
A Markdown renderer written in Zig & C, compiled to WebAssymbly.
main
3
77
0
77
https://api.github.com/repos/ije/md4w/tags
MIT
[ "html", "markdown", "md4c", "parser", "renderer", "streaming", "wasm", "webassembly", "zig" ]
321
false
2025-04-27T19:05:16Z
true
false
unknown
github
[]
md4w A <strong>Markdown</strong> renderer written in Zig &amp; C, compiled to <strong>WebAssymbly</strong>. <ul> <li><strong>Compliance</strong>: powered by <a>md4c</a> that is fully compliant to CommonMark 0.31, and partially supports GFM like task list, table, etc.</li> <li><strong>Fast</strong>: written in Zig ...
[]
https://avatars.githubusercontent.com/u/20110944?v=4
zig-wasm-audio-framebuffer
ringtailsoftware/zig-wasm-audio-framebuffer
2023-03-03T15:59:29Z
Examples of integrating Zig and Wasm (and C) for audio and graphics on the web
main
0
65
2
65
https://api.github.com/repos/ringtailsoftware/zig-wasm-audio-framebuffer/tags
NOASSERTION
[ "c", "doom", "wasm", "webassembly", "webaudio", "zig", "zig-package" ]
53,912
false
2025-05-21T11:59:51Z
true
true
unknown
github
[ { "commit": "refs", "name": "mime", "tar_url": "https://github.com/andrewrk/mime/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/andrewrk/mime" }, { "commit": "7617c3610f0dd491c197ba03f3149c4040ff6845", "name": "zvterm", "tar_url": "https://github.com/ringtails...
zig-wasm-audio-framebuffer Toby Jaffey https://mastodon.me.uk/@tobyjaffey Straightforward examples of integrating Zig and Wasm for audio and graphics on the web. Compiling against Zig v0.14.0. Where C code requires functions from the C library, https://github.com/ringtailsoftware/zeptolibc is used. Demos Visit ht...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-xml
nektro/zig-xml
2023-11-04T04:27:01Z
A pure-Zig fully spec-compliant XML parser.
master
0
61
11
61
https://api.github.com/repos/nektro/zig-xml/tags
MPL-2.0
[ "zig", "zig-package" ]
177
false
2025-05-22T06:29:33Z
true
false
unknown
github
[]
zig-xml <a></a> <a></a> <a></a> <a></a> A pure-zig spec-compliant XML parser. https://www.w3.org/TR/xml/ Passes all standalone tests from https://www.w3.org/XML/Test/xmlconf-20020606.htm, even more coverage coming soon. One caveat is that this parser expects UTF-8. <code>Build Summary: 3/3 steps succeeded; 120/1...
[]
https://avatars.githubusercontent.com/u/206480?v=4
cache.zig
karlseguin/cache.zig
2023-05-28T10:55:45Z
A thread-safe, expiration-aware, LRU cache for Zig
master
0
61
4
61
https://api.github.com/repos/karlseguin/cache.zig/tags
MIT
[ "cache", "caching-library", "lru-cache", "zig", "zig-library", "zig-package" ]
96
false
2025-05-14T06:16:23Z
true
true
0.14.0
github
[]
A thread-safe, expiration-aware, LRU(ish) cache for Zig ```zig // package available using Zig's built-in package manager const user_cache = @import("cache"); var user_cache = try cache.Cache(User).init(allocator, .{.max_size = 10000}); defer user_cache.deinit(); try user_cache.put("user1", user1, .{.ttl = 300}); ......
[]
https://avatars.githubusercontent.com/u/60897190?v=4
zigplotlib
Remy2701/zigplotlib
2024-01-03T16:17:21Z
A simple library for plotting graphs in Zig
main
1
59
7
59
https://api.github.com/repos/Remy2701/zigplotlib/tags
-
[ "graph", "plot", "svg", "zig" ]
211,524
false
2025-05-02T21:44:46Z
true
true
0.13.0
github
[]
Zig Plot Lib <blockquote> This project is currently stalled as I don't have much time to work on it. Anybody can freely create a PR to add new features and I'll review it; or you can also fork it yourself and add whatever you would like. </blockquote> The Zig Plot Lib is a library for plotting data in Zig. It is desi...
[]
https://avatars.githubusercontent.com/u/3526922?v=4
fridge
cztomsik/fridge
2023-12-25T13:24:18Z
A small, batteries-included database library for Zig.
main
1
55
7
55
https://api.github.com/repos/cztomsik/fridge/tags
MIT
[ "database", "sqlite", "sqlite3", "zig", "zig-package" ]
162
false
2025-05-21T02:03:02Z
true
true
unknown
github
[ { "commit": null, "name": "sqlite_source", "tar_url": null, "type": "remote", "url": "https://sqlite.org/2025/sqlite-autoconf-3490100.tar.gz" } ]
Fridge A small, batteries-included database library for Zig. It offers a type-safe query builder, connection pooling, shorthands for common tasks, migrations, and more. Features <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 ...
[]
https://avatars.githubusercontent.com/u/24392180?v=4
zig-http-benchmarks
orhun/zig-http-benchmarks
2023-07-11T10:30:13Z
Benchmarking Zig HTTP client against Rust, Go, Python, C++ and curl
master
3
54
3
54
https://api.github.com/repos/orhun/zig-http-benchmarks/tags
MIT
[ "benchmarking", "curl", "http", "http-benchmarking", "http-client", "http-requests", "http-server", "python", "rust", "zig", "zig-http", "ziglang" ]
642
false
2025-05-12T22:13:15Z
false
false
unknown
github
[]
<code>zig-http-benchmarks</code> ⚡ Read the blog post: <a><strong>Zig Bits 0x4</strong></a> This repository contains a HTTP server/client implementation using Zig's standard library and benchmarks for comparing the client's performance with implementations in other programming languages such as Rust and Go. Prerequi...
[]
https://avatars.githubusercontent.com/u/22280250?v=4
raylib-zig-examples
Durobot/raylib-zig-examples
2023-05-17T13:16:46Z
Raylib examples ported to Zig
main
0
54
2
54
https://api.github.com/repos/Durobot/raylib-zig-examples/tags
-
[ "raylib", "raylib-zig", "zig", "ziglang" ]
1,708
false
2025-03-28T16:21:00Z
false
false
unknown
github
[]
Raylib Zig Examples These are some of <a>raylib</a> (<a>raylib on github</a>) <a>examples</a> ported to <a>Zig</a>. <a>See the screenshot gallery</a>! Please note these are <strong>raylib 4.5</strong> examples, they have been updated to compile with either raylib <strong>4.5</strong>, raylib <strong>5.0</strong> or ...
[]
https://avatars.githubusercontent.com/u/2326560?v=4
creek
nmeum/creek
2024-01-17T19:31:28Z
A malleable and minimalist status bar for the River compositor
main
4
53
3
53
https://api.github.com/repos/nmeum/creek/tags
MIT
[ "river", "riverwm", "statusbar", "wayland", "zig" ]
254
false
2025-05-21T18:50:35Z
true
true
unknown
github
[ { "commit": "v0.3.0.tar.gz", "name": "pixman", "tar_url": "https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz.tar.gz", "type": "remote", "url": "https://codeberg.org/ifreund/zig-pixman" }, { "commit": "v0.3.0.tar.gz", "name": "wayland", "tar_url": "https://codeberg.org...
README Creek is a <a>dwm</a>-inspired <a>malleable</a> and minimalist status bar for the <a>River</a> Wayland compositor. The implementation is a hard fork of version 0.1.3 of the <a>levee</a> status bar. Compared to levee, the main objective is to ease <a>recombination and reuse</a> by providing a simpler interface f...
[]