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/200686?v=4 | DrSbaitsoUi | deckarep/DrSbaitsoUi | 2024-11-24T23:40:31Z | A front-end for Dr. Sbaitso done in Zig and Raylib. | main | 1 | 5 | 0 | 5 | https://api.github.com/repos/deckarep/DrSbaitsoUi/tags | MIT | [
"ai",
"chatbot",
"drsbaitso",
"raylib",
"soundblaster",
"speech-synthesizer",
"speechsynthesis",
"text-to-speech",
"zig",
"ziglang"
] | 3,071 | false | 2025-05-19T03:34:24Z | true | true | 0.11.0 | github | [] | Dr. Sbaitso: Reborn
<strong>Welcome to 2024 Dr. Sbaitso. We've been waiting for you.</strong>
An unofficial, fan-made modern recreation for retro-computing enthusiasts.
HELLO <code><YOUR NAME HERE></code>, MY NAME IS DOCTOR SBAITSO.
I AM HERE TO HELP YOU.
SAY WHATEVER IS IN YOUR MIND FREELY,
OUR CONV... | [] |
https://avatars.githubusercontent.com/u/26812563?v=4 | shamir-zig | aidanaden/shamir-zig | 2024-08-24T21:37:41Z | secret sharing (shamir, feldman, pedersen) in zig | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/aidanaden/shamir-zig/tags | Apache-2.0 | [
"shamir-secret-sharing",
"zig"
] | 88 | false | 2025-03-12T20:09:56Z | true | true | 0.14.0 | github | [
{
"commit": "71490491b8f1b0741218160b88cf0a87d2a941ce",
"name": "yazap",
"tar_url": "https://github.com/prajwalch/yazap/archive/71490491b8f1b0741218160b88cf0a87d2a941ce.tar.gz",
"type": "remote",
"url": "https://github.com/prajwalch/yazap"
}
] | shamir-secret-sharing
Simple zig implementation of <a>Shamir's Secret Sharing algorithm</a>.
2 implementations exist:
<ol>
<li>
Uses GF(2^8). Implementation inspired by <a>privy-io/shamir-secret-sharing</a> and <a>hashicorp/vault</a>.
</li>
<li>
Uses Ristretto255. Implementation inspired by <a>coinbase/kryptology</... | [] |
https://avatars.githubusercontent.com/u/72735402?v=4 | vkuroko | evanlin96069/vkuroko | 2024-08-23T23:28:01Z | Integrating Kuroko with Source | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/evanlin96069/vkuroko/tags | 0BSD | [
"half-life-2",
"kuroko",
"portal",
"source-engine",
"zig"
] | 604 | false | 2025-05-21T14:09:17Z | true | false | unknown | github | [] | vkuroko
<a></a>
A Source Engine plugin that integrates <a>Kuroko</a> (a dialect of Python).
More bindings and TAS support are still being developed.
Supported Games
<ul>
<li>Portal (3420)</li>
<li>Portal (4104)</li>
<li>Portal (5135)</li>
<li>Portal (latest)</li>
<li>Half-Life 2 (5135)</li>
<li>Half-Life 2 (latest)... | [] |
https://avatars.githubusercontent.com/u/124217829?v=4 | prettizy | javiorfo/prettizy | 2025-01-07T15:03:01Z | Zig library to prettify JSON and XML strings | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/javiorfo/prettizy/tags | MIT | [
"json",
"prettifier",
"xml",
"zig",
"zig-library",
"zig-package"
] | 14 | false | 2025-05-13T17:25:21Z | true | true | 0.13.0 | github | [] | prettizy
<em>Zig library to prettify JSON and XML strings</em>
Caveats
<ul>
<li>Required Zig version: <strong>0.13</strong></li>
<li>This library has been developed on and for Linux following open source philosophy.</li>
</ul>
Usage
```zig
const std = @import("std");
const prettizy = @import("prettizy");
pub fn ma... | [] |
https://avatars.githubusercontent.com/u/200686?v=4 | freegemas | deckarep/freegemas | 2024-12-17T04:55:10Z | Freegemas is an open source version of the well known Bejeweled, built in Zig using SDL2 ported from the original C++ version | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/deckarep/freegemas/tags | GPL-2.0 | [
"bejeweled",
"casual-game",
"clone",
"game",
"match-3",
"port",
"sdl",
"sdl2",
"zig",
"ziglang"
] | 28,688 | true | 2024-12-31T20:49:35Z | true | true | unknown | github | [] |
<strong>Freegemas</strong> is a GPL2.0 open source version of the well known Bejeweled, for MacOS and ~GNU/Linux, Windows, Playstation Vita~. It's written in <a>Zig 0.13.0</a> using <a>SDL2</a>. This version is a Zig-based port of the <a>original C++ version by Jose Tomas Tocino</a>. Since the original li... | [] |
https://avatars.githubusercontent.com/u/77690906?v=4 | zage | KhoaNguyen55/zage | 2025-01-27T16:28:44Z | A work in progress age implementation in zig | main | 2 | 4 | 2 | 4 | https://api.github.com/repos/KhoaNguyen55/zage/tags | MIT | [
"age-encryption",
"zig"
] | 219 | false | 2025-03-23T23:57:43Z | true | true | 0.13.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"
}
] | zage: zig implementation of age
The format specification is at <a>age-encryption.org/v1</a>. age was designed by <a>@Benjojo</a> and <a>@FiloSottile</a>.
Installation
Download executable from <a>here</a>.
Build from source
Clone the repo: <code>git clone https://github.com/KhoaNguyen55/zage.git</code>
Use zig bui... | [] |
https://avatars.githubusercontent.com/u/77928207?v=4 | micrograd.zig | mattzcarey/micrograd.zig | 2024-08-27T17:24:34Z | small (and partial) autograd engine inspired from Karpathy's micrograd and PyTorch, written in Zig | main | 1 | 4 | 0 | 4 | https://api.github.com/repos/mattzcarey/micrograd.zig/tags | - | [
"autograd",
"llm",
"llvm",
"machine-learning",
"micrograd",
"pytorch",
"zig"
] | 9 | false | 2025-02-18T16:19:19Z | true | true | 0.13.0 | github | [] | ziggrad
A very simple autograd like library built in Zig. Inspired by <code>micrograd</code> by Andrej Karpathy and <code>autograd</code>.
Usage
install zig and run:
<code>bash
zig build run</code>
<code>bash
zig build test</code> | [] |
https://avatars.githubusercontent.com/u/70143303?v=4 | zerogrep | bo1led-owl/zerogrep | 2024-08-12T13:01:28Z | Yet another grep, built with Zig | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/bo1led-owl/zerogrep/tags | GPL-3.0 | [
"cli",
"grep-like",
"zig"
] | 248 | false | 2025-04-05T08:51:20Z | true | true | unknown | github | [] | Zerogrep
A <code>grep</code> with custom regex engine written in Zig
Usage
<code>zg [flags]... PATTERN FILES...
</code>
or instead of <code>FILES</code> you can redirect <code>zg</code>'s input and it will read from stdin.
For more details see <code>zg --help</code>
Supported regex features
<ul>
<li>Grouping (<cod... | [] |
https://avatars.githubusercontent.com/u/11700503?v=4 | ada-zig | braheezy/ada-zig | 2024-12-30T05:30:29Z | Zig bindings for Ada URL library. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/braheezy/ada-zig/tags | MIT | [
"zig"
] | 2,942 | false | 2025-05-05T05:17:45Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "ada",
"tar_url": "https://github.com/braheezy/ada/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/braheezy/ada"
}
] | Ada Zig
<a></a>
<a>Ada</a> is a fast and spec-compliant URL parser written in C++. Specification for URL parser can be found from the WHATWG website.
This project contains Zig language bindings. That means instead of linking the C library directly in your project and interacting with the C API, <code>adazig</code> d... | [] |
https://avatars.githubusercontent.com/u/24697112?v=4 | goreleaser-rust-cross | goreleaser/goreleaser-rust-cross | 2024-12-02T19:38:30Z | Docker image for cross-compiling Rust projects with GoReleaser. | main | 1 | 4 | 0 | 4 | https://api.github.com/repos/goreleaser/goreleaser-rust-cross/tags | MIT | [
"cargo",
"cargo-xwin",
"cargo-zigbuild",
"clang-cl",
"cross-compilation",
"docker",
"goreleaser",
"lld",
"lld-link",
"msvc",
"msvcrt",
"rust",
"windows",
"xwin",
"zig"
] | 45 | false | 2025-05-16T05:18:26Z | false | false | unknown | github | [] | goreleaser-rust-cross
<blockquote>
🚀 Help me to become a full-time open-source developer by <a>sponsoring me on GitHub</a>
</blockquote>
Docker image for cross-compiling Rust projects with GoReleaser.
TODO:
<br/><input type='checkbox' class='w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-... | [] |
https://avatars.githubusercontent.com/u/322030?v=4 | pakboy | edubart/pakboy | 2024-08-11T19:25:05Z | PacMan demake for RIVES in Zig programming language. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/edubart/pakboy/tags | MIT | [
"demake",
"game",
"pacman",
"riv",
"rives",
"zig"
] | 679 | true | 2024-09-12T20:12:37Z | false | false | unknown | github | [] | PakBoy
PacMan demake for <a>RIVES</a>.
You can play in your browser at its
<a>emulator page</a>.
Code originally based on https://github.com/floooh/pacman.zig.
Build and Run
Make sure you have <a>Zig</a> and <a>RIV SDK</a> installed first, then:
<code>bash
make
rivemu pakboy.sqfs</code>
Notes
The original pacm... | [] |
https://avatars.githubusercontent.com/u/21108320?v=4 | zig-ring-buffer | SarthakMakhija/zig-ring-buffer | 2024-10-04T15:54:52Z | Tiny concurrent RingBuffer in Zig to understand atomics and memory ordering. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/SarthakMakhija/zig-ring-buffer/tags | - | [
"ring-buffer",
"zig",
"ziglang"
] | 16 | false | 2025-05-03T10:54:52Z | true | true | unknown | github | [] | zig-ring-buffer
<a></a>
Tiny concurrent RingBuffer in Zig to understand atomics and memory ordering.
It demonstrates various language concepts:
<ul>
<li>Memory ordering</li>
<li>Compare and exchange operation</li>
<li>Structs</li>
<li>Pointers</li>
<li>Functions and methods</li>
<li>Functions as method parameters</l... | [] |
https://avatars.githubusercontent.com/u/65465380?v=4 | zig-s3 | algoflows/zig-s3 | 2025-01-19T17:39:16Z | A simple and efficient Zig native S3 client library, supporting AWS S3 and S3-compatible services like MINIO. | main | 1 | 4 | 1 | 4 | https://api.github.com/repos/algoflows/zig-s3/tags | MIT | [
"minio",
"s3",
"s3-bucket",
"s3-storage",
"zig",
"ziglang"
] | 101,840 | false | 2025-05-11T00:01:11Z | true | true | 0.13.0 | github | [
{
"commit": "refs",
"name": "dotenv",
"tar_url": "https://github.com/dying-will-bullet/dotenv/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/dying-will-bullet/dotenv"
}
] | 🚧 Under Construction
This project is currently under construction and subject to changes.
S3 Client for Zig 🚀
<a></a>
<a></a>
<a></a>
A simple and efficient S3 client library for Zig, supporting AWS S3 and
S3-compatible services.
📑 Table of Contents
<ul>
<li><a>Features</a></li>
<li><a>Prerequisites</a></li>
<l... | [] |
https://avatars.githubusercontent.com/u/47033578?v=4 | Zig-Math-Algorithms | ramsyana/Zig-Math-Algorithms | 2024-12-13T07:10:11Z | A collection of mathematical algorithms implemented in Zig, designed to address specific mathematical problems with simple command-line interfaces. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/ramsyana/Zig-Math-Algorithms/tags | - | [
"algorithms",
"math",
"zig",
"ziglang"
] | 138 | false | 2025-04-17T02:52:53Z | true | true | unknown | github | [] | Zig Math Algorithms
A collection of mathematical algorithms implemented in Zig, designed for educational purposes and showcasing Zig's performance.
🚀 Table of Contents
<ul>
<li><a>Zig Math Algorithms</a></li>
<li><a>🚀 Table of Contents</a></li>
<li><a>🔢 Available Algorithms</a></li>
<li><a>🚀 Prerequisites</a></li... | [] |
https://avatars.githubusercontent.com/u/53349189?v=4 | bitmatch | freakmangd/bitmatch | 2024-08-13T22:01:35Z | Bitmatching in zig | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/freakmangd/bitmatch/tags | MIT | [
"zig",
"zig-package"
] | 14 | false | 2024-08-30T05:08:38Z | true | true | unknown | github | [] | bitmatch
Simple zig library based off of the rust crate <a>bitmatch</a>.
<code>zig
const match = bitmatch("00oo_aabb", 0b0011_1001) orelse return error.ExpectedNonNull;
try std.testing.expectEqual(0b11, match.o);
try std.testing.expectEqual(0b10, match.a);
try std.testing.expectEqual(0b01, match.b);</code>
Installing... | [] |
https://avatars.githubusercontent.com/u/104794884?v=4 | jellyfish | OsakiTsukiko/jellyfish | 2024-10-10T08:25:59Z | A simple one-source zig IDE targeted towards algorithmics. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/OsakiTsukiko/jellyfish/tags | MIT | [
"editor",
"monaco-editor",
"zig"
] | 3,887 | false | 2025-03-12T22:35:21Z | true | true | unknown | github | [
{
"commit": "main.tar.gz",
"name": "scroll",
"tar_url": "https://github.com/OsakiTsukiko/scroll/archive/main.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/OsakiTsukiko/scroll"
},
{
"commit": "2.5.0-beta.2.tar.gz",
"name": "zig-webui",
"tar_url": "https://github.com... |
Jellyfish
🪼 A simple <b>one-source</b> zig <b>IDE</b> targeted towards algorithmics. 🪼
📖 About
This is mainly a project to further develop my skills in <code>zig</code> and <code>web technologies</code> and try out <code>webui</code>.
It is very targeted towards algorithmics and will probably neve... | [] |
https://avatars.githubusercontent.com/u/193787365?v=4 | zup | openSVM/zup | 2025-01-06T04:44:16Z | zig api server | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/openSVM/zup/tags | - | [
"bunjs",
"high-load",
"high-performance",
"nodejs",
"zig",
"zig-http",
"zig-package"
] | 219 | false | 2025-05-08T15:25:51Z | true | true | unknown | github | [] | Zup Server
A high-performance HTTP and WebSocket server framework written in Zig, designed for building scalable web applications with built-in parallel computing capabilities via SPICE integration.
Features
<ul>
<li>🚀 Multi-threaded HTTP server with automatic CPU core detection</li>
<li>🔌 WebSocket support with au... | [] |
https://avatars.githubusercontent.com/u/554766?v=4 | gamedev-playground | zoeesilcock/gamedev-playground | 2025-01-12T08:16:38Z | Playground for exploring ways of making game development a more pleasurable experience. | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/zoeesilcock/gamedev-playground/tags | - | [
"game-development",
"zig"
] | 3,524 | false | 2025-05-18T10:03:36Z | true | true | 0.14.0 | github | [
{
"commit": "v0.2.1+3.2.10",
"name": "sdl",
"tar_url": "https://github.com/castholm/SDL/archive/v0.2.1+3.2.10.tar.gz",
"type": "remote",
"url": "https://github.com/castholm/SDL"
},
{
"commit": "master",
"name": "imgui",
"tar_url": "https://github.com/ocornut/imgui/archive/master.... | Gamedev Playground
Playground for exploring ways of making game development a more pleasurable experience.
Editor
This approach aims to do as much of the editing directly in-game and offload to external editors for more complicated tasks.
Hovering over entities with the mouse will highlight them.
Clicking on the... | [] |
https://avatars.githubusercontent.com/u/7220778?v=4 | mcm | darkyzhou/mcm | 2024-09-06T14:01:35Z | Generate well-formed commit messages based on your staged changes | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/darkyzhou/mcm/tags | MIT | [
"commit",
"commit-message",
"conventional-commits",
"git",
"llm",
"zig"
] | 317 | false | 2025-01-13T12:08:13Z | true | true | unknown | github | [
{
"commit": "67e35c75c5d11caf398bccae39d14d7187d1a952.zip",
"name": "zig-toml",
"tar_url": "https://github.com/sam701/zig-toml/archive/67e35c75c5d11caf398bccae39d14d7187d1a952.zip.tar.gz",
"type": "remote",
"url": "https://github.com/sam701/zig-toml"
},
{
"commit": "refs",
"name": "m... | MCM - Make Commit Message
A command-line tool that generates well-formed commit messages based on your staged changes and then commits with them.
To use MCM, you need <code>git</code> installed and access to an LLM service.
Key Features
<ul>
<li>🤖 AI-powered commit message generation based on staged changes</li>
... | [] |
https://avatars.githubusercontent.com/u/20110944?v=4 | zvterm | ringtailsoftware/zvterm | 2024-12-08T19:36:46Z | Zig binding for libvterm, a terminal emulator core | main | 0 | 4 | 1 | 4 | https://api.github.com/repos/ringtailsoftware/zvterm/tags | NOASSERTION | [
"libvterm",
"terminal",
"terminal-emulator",
"zig",
"zig-package"
] | 1,614 | false | 2025-03-17T21:21:22Z | true | true | unknown | github | [] | ZVTerm
A Zig wrapper for <a>libvterm</a>, exposing a small subset in a native Zig API.
Build with zig 0.14.0
(Just enough to build a working toy terminal emulator)
See <code>examples/helloworld.zig</code> for usage.
See <code>sdlzvterm/</code> for a janky terminal implementation in SDL.
```zig
// setup an 8... | [
"https://github.com/ringtailsoftware/commy",
"https://github.com/ringtailsoftware/zig-wasm-audio-framebuffer"
] |
https://avatars.githubusercontent.com/u/113083639?v=4 | znoise | zig-gamedev/znoise | 2024-11-03T23:25:49Z | Zig build package and bindings for https://github.com/Auburn/FastNoiseLite | main | 1 | 4 | 4 | 4 | https://api.github.com/repos/zig-gamedev/znoise/tags | MIT | [
"bindings",
"fastnoiselite",
"gamedev",
"noise-generator",
"zig"
] | 29 | false | 2025-05-06T22:04:50Z | true | true | unknown | github | [] | <a>znoise</a>
Zig build package and bindings for <a>FastNoiseLite</a>
Getting started
Example <code>build.zig</code>:
```zig
pub fn build(b: *std.Build) void {
const exe = b.addExecutable(.{ ... });
<code>const znoise = b.dependency("znoise", .{});
exe.root_module.addImport("znoise", znoise.module("root"));
ex... | [
"https://github.com/Game4all/unnamed-voxel-tracer",
"https://github.com/JadonBelair/voxel_renderer",
"https://github.com/zig-gamedev/zig-gamedev"
] |
https://avatars.githubusercontent.com/u/163546630?v=4 | oauth2 | zon-dev/oauth2 | 2024-08-10T09:43:35Z | Implementation of OAuth 2.0 in Zig. | main | 0 | 4 | 1 | 4 | https://api.github.com/repos/zon-dev/oauth2/tags | - | [
"authorization",
"oauth2",
"oauth2-client",
"oauth2-server",
"zig",
"ziglang"
] | 14 | false | 2025-04-10T07:27:49Z | true | true | unknown | github | [
{
"commit": null,
"name": "zinc",
"tar_url": null,
"type": "relative",
"url": "../zinc"
},
{
"commit": "refs",
"name": "url",
"tar_url": "https://github.com/zon-dev/url/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/zon-dev/url"
}
] | OAuth2
An extensible, strongly-typed implementation of OAuth 2.0 in Zig.
It supports the following grants:
<ul>
<li>Authorization code grant</li>
<li>Client credentials grant</li>
<li>Device authorization grant</li>
<li>Implicit grant</li>
<li>Refresh grant</li>
<li>Resource owner password credentials grant</li>
</ul... | [] |
https://avatars.githubusercontent.com/u/47111091?v=4 | norn | smallkirby/norn | 2024-11-24T08:49:55Z | The x64 Operating System written in Zig language from scratch. Under development. | master | 1 | 4 | 0 | 4 | https://api.github.com/repos/smallkirby/norn/tags | MIT | [
"os",
"zig"
] | 737 | false | 2025-05-11T11:17:24Z | true | true | 0.14.0 | github | [] | Norn
Development
```bash
Run on QEMU
zig build run -Dlog_level=debug --summary all -Druntime_test -Doptimize=Debug
Unit Test
zig build test --summary all -Druntime_test=true
```
Options
| Option | Type | Description | Default |
|---|---|---|---|
| <code>debug_exit</code> | Flag | Add <code>isa-debug-exit... | [] |
https://avatars.githubusercontent.com/u/24245170?v=4 | shared-memory-zig | Peter-Barrow/shared-memory-zig | 2024-12-09T17:49:04Z | Unified interface to shared memory on Linux, macOS and Windows | main | 0 | 4 | 1 | 4 | https://api.github.com/repos/Peter-Barrow/shared-memory-zig/tags | MIT | [
"shared-memory",
"zig",
"zig-package"
] | 40 | false | 2025-05-04T18:41:37Z | true | true | unknown | github | [
{
"commit": "aa24df42183ad415d10bc0a33e6238c437fc0f59",
"name": "known_folders",
"tar_url": "https://github.com/ziglibs/known-folders/archive/aa24df42183ad415d10bc0a33e6238c437fc0f59.tar.gz",
"type": "remote",
"url": "https://github.com/ziglibs/known-folders"
},
{
"commit": "7b434a47c2b8... | Shared Memory Zig
<strong>Overview</strong>
This library implements a unified interface to shared memory on Linux, macOS and Windows
Features
<ul>
<li>Cross-platform support (Linux, FreeBSD, Windows)</li>
<li>Multiple implementation strategies (memfd, POSIX shm, Windows file mapping)</li>
<li>Type-safe shared memory... | [] |
https://avatars.githubusercontent.com/u/1625198?v=4 | psx-emu-zig | Ryp/psx-emu-zig | 2024-09-18T18:21:06Z | PSX emulator written in Zig | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/Ryp/psx-emu-zig/tags | MIT | [
"emulator",
"psx",
"zig"
] | 211 | false | 2025-04-03T06:00:16Z | true | true | 0.14.0 | github | [
{
"commit": null,
"name": "vulkan_zig",
"tar_url": null,
"type": "relative",
"url": "external/vulkan-zig"
},
{
"commit": null,
"name": "vulkan_headers",
"tar_url": null,
"type": "relative",
"url": "external/Vulkan-Headers"
}
] | PSX Emulator
This is WIP.
How to run
<code>bash
git clone --recurse-submodules https://github.com/Ryp/psx-emu-zig
zig build run</code> | [] |
https://avatars.githubusercontent.com/u/25912761?v=4 | crypto | r4gus/crypto | 2024-10-11T20:11:51Z | Cryptographic algorithms in Zig | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/r4gus/crypto/tags | MIT | [
"cryptography",
"vrf",
"zig",
"ziglang"
] | 37 | false | 2024-10-18T22:53:16Z | true | true | unknown | github | [] | Crypto
Cryptographic algorithms in <a>Zig</a>.
Algorithms
<ul>
<li>Verifiable Random Functions (VRFs) <a>RFC 9381</a>
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dar... | [] |
https://avatars.githubusercontent.com/u/105325988?v=4 | Kobold | TalonFloof/Kobold | 2024-09-11T15:06:40Z | 🚧WIP🚧 | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/TalonFloof/Kobold/tags | LGPL-3.0 | [
"hobby-kernel",
"hobby-os",
"kernel",
"operating-system",
"zig"
] | 523 | false | 2025-05-03T17:27:14Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/193787365?v=4 | supabase-zig | openSVM/supabase-zig | 2025-01-10T10:56:53Z | supabase zig client | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/openSVM/supabase-zig/tags | Unlicense | [
"supabase-client",
"supabase-db",
"supabse",
"zig",
"zig-package",
"zig-supabase"
] | 12 | false | 2025-01-23T21:30:30Z | true | false | unknown | github | [] | supabase-zig
A Zig client library for <a>Supabase</a>, providing a type-safe and memory-efficient way to interact with your Supabase backend.
Features
<ul>
<li>🔐 <strong>Authentication</strong>: Full support for email/password authentication</li>
<li>📊 <strong>Database Operations</strong>: Powerful query builder fo... | [] |
https://avatars.githubusercontent.com/u/24832873?v=4 | zig-mnist | cernockyd/zig-mnist | 2024-09-12T08:53:45Z | trains a MNIST classifier (CPU only) | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/cernockyd/zig-mnist/tags | - | [
"machine-learning",
"mnist",
"zig",
"zig-program",
"ziglang"
] | 27 | false | 2025-03-13T01:07:05Z | true | true | unknown | github | [] | MNIST Neural Classifier from scratch
A classifier of MNIST created as subgoal of implementing Rumelhart et al. 1986 paper on backpropagation.
Get started
get data
<code>bash
curl -L -o data.zip https://www.kaggle.com/api/v1/datasets/download/oddrationale/mnist-in-csv
mkdir data && tar xf data.zip -C data</c... | [] |
https://avatars.githubusercontent.com/u/91746947?v=4 | huge_alloc | ozgrakkurt/huge_alloc | 2024-10-21T17:05:17Z | Memory allocator for allocating (huge) pages of memory | main | 0 | 3 | 1 | 3 | https://api.github.com/repos/ozgrakkurt/huge_alloc/tags | Apache-2.0 | [
"allocator",
"allocators",
"data",
"database",
"datatools",
"zig",
"ziglang"
] | 45 | false | 2024-11-18T10:11:13Z | true | true | unknown | github | [
{
"commit": "master",
"name": "zstd",
"tar_url": "https://github.com/allyourcodebase/zstd/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/allyourcodebase/zstd"
}
] | huge_alloc
Memory allocator for allocating (huge) pages of memory.
This is a library that provides two allocators:
- HugePageAlloc is designed to minimize page faults and TLB cache misses.
- BumpAlloc is a simple bump allocator that can be used to group allocations together and to optionally impose an allocation budg... | [
"https://github.com/ozgrakkurt/filterz"
] |
https://avatars.githubusercontent.com/u/108661125?v=4 | zig-sweeper | Frost-Phoenix/zig-sweeper | 2025-01-28T21:19:30Z | Minesweeper in zig using raylib | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/Frost-Phoenix/zig-sweeper/tags | MIT | [
"game",
"minesweeper",
"raylib",
"raylib-zig",
"zig"
] | 142 | false | 2025-05-01T18:24:33Z | true | true | unknown | github | [
{
"commit": "master",
"name": "raylib-zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
}
] | Zig-sweeper
A Windows XP inspired Minesweeper game in Zig, using Raylib for graphics.
Features
<ul>
<li>All 3 classic minesweeper modes:<ul>
<li>beginner: 9x9 with 10 bombs</li>
<li>intermediate: 16x16 with 40 bombs</li>
<li>expert: 30x16 with 99 bombs</li>
</ul>
</li>
<li>Custom grid.</li>
<li>Scalable window.</li>
... | [] |
https://avatars.githubusercontent.com/u/190158618?v=4 | multiformats-zig | zen-eth/multiformats-zig | 2024-11-30T04:53:13Z | Zig implementation of the multiformats https://github.com/multiformats/multiformats. | main | 3 | 3 | 1 | 3 | https://api.github.com/repos/zen-eth/multiformats-zig/tags | MIT | [
"cid",
"multiaddr",
"multiaddress",
"multibase",
"multicodec",
"multiformats",
"multihash",
"zig"
] | 1,788 | false | 2025-05-16T11:46:44Z | true | true | 0.11.0 | github | [] | <a></a>
Multiformats zig
This is the zig implementation of the multiformats <a>spec</a>.
Build
<code>bash
git clone --recurse-submodules git@github.com:zen-eth/multiformats-zig.git
cd multiformats-zig
zig build test --summary all</code>
Generate the code
<code>bash
zig build-exe src/generate.zig
./generate</code>... | [] |
https://avatars.githubusercontent.com/u/179144860?v=4 | jwt.zig | furpu/jwt.zig | 2024-08-28T22:49:57Z | Zig JSON Web Token package. | main | 4 | 3 | 0 | 3 | https://api.github.com/repos/furpu/jwt.zig/tags | MIT | [
"jsonwebtoken",
"jwt",
"zig",
"zig-library",
"zig-package"
] | 43 | false | 2025-01-21T00:43:35Z | true | true | 0.14.0-dev.1232+61919fe63 | github | [
{
"commit": "4297ee5c845a8486191806fa102302695d3ff941",
"name": "cricket",
"tar_url": "https://github.com/furpu/cricket.zig/archive/4297ee5c845a8486191806fa102302695d3ff941.tar.gz",
"type": "remote",
"url": "https://github.com/furpu/cricket.zig"
}
] | jwt.zig
Zig implementation of JSON Web Tokens (<a>RFC 7519</a>).
Claims
Claim verification is not implemented yet.
Future work includes adding features to verify <code>aud</code>, <code>exp</code>, <code>iat</code> and <code>nbf</code> claims as described in <a>Section 4</a> of the RFC.
Algorithms
| Supported | a... | [] |
https://avatars.githubusercontent.com/u/46653655?v=4 | zlog | BitlyTwiser/zlog | 2024-08-11T16:15:59Z | A personal blog for the lazy, written purely in zig and html | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/BitlyTwiser/zlog/tags | - | [
"blog-engine",
"static-site-generator",
"zig",
"ziglang"
] | 45 | false | 2025-03-24T06:31:04Z | true | true | unknown | github | [
{
"commit": "v0.8.0.tar.gz",
"name": "zap",
"tar_url": "https://github.com/zigzap/zap/archive/v0.8.0.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/zigzap/zap"
},
{
"commit": "0151bb37714d93688f31e3d7a3d0369106818f26.tar.gz",
"name": "koino",
"tar_url": "https://git... | zlog
A personal blog for the lazy, written purely in Zig, Markdown, and HTML
See it in action: https://bitlytwiser.com
Goals:
The goal of this project is a small, simple blog written purely in zig, markdown, and some HTML using some type of static site generation tool.
There are certainly <em>much</em> better way... | [
"https://github.com/malaow3/PokeBin"
] |
https://avatars.githubusercontent.com/u/717754?v=4 | zig-x86-baremetal | HRuivo/zig-x86-baremetal | 2024-09-15T13:45:23Z | Barebones x86 kernel written in Zig. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/HRuivo/zig-x86-baremetal/tags | MIT | [
"baremetal",
"freestanding",
"zig"
] | 6 | false | 2024-12-07T06:29:09Z | true | false | unknown | github | [] | zig-x86-baremetal
Barebones x86 kernel written in <a>Zig</a> with a custom build system to run in Qemu.
Heavily based on the amazing Austin Hanson article. <a>Bare Metal Zig</a>
Zig Version
<code>zig 0.14.0</code>
Build and run
To build the kernel:
<code>zig build-exe src/freestanding.zig -target x86-freestanding... | [] |
https://avatars.githubusercontent.com/u/123812634?v=4 | wyhash | NikoMalik/wyhash | 2025-01-29T22:04:23Z | wyhash implementation in zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/NikoMalik/wyhash/tags | MIT | [
"wyhash",
"zig",
"zig-lib",
"zig-package",
"zig-wyhash",
"ziglang"
] | 8 | false | 2025-03-10T21:25:13Z | true | true | unknown | github | [] | WYHASH - Zig Implementation
🚀 Overview
Wyhash is a fast, high-quality, portable non-cryptographic hash function known for its exceptional speed and randomness quality.
This repository provides a native Zig implementation of Wyhash.Project is also open for people to add to and improve. Please check the issues to ... | [] |
https://avatars.githubusercontent.com/u/9116281?v=4 | syslog | g41797/syslog | 2024-10-07T15:30:47Z | Zig syslog client | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/g41797/syslog/tags | MIT | [
"rfc5424",
"syslog",
"syslog-client",
"tcp",
"udp",
"zig",
"zig-library",
"zig-package"
] | 408 | false | 2025-01-30T00:19:37Z | true | true | unknown | github | [
{
"commit": "master.tar.gz",
"name": "mailbox",
"tar_url": "https://github.com/g41797/mailbox/archive/master.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/g41797/mailbox"
},
{
"commit": "805ce63eec48373ec497542f18f19d7c484b9b2e",
"name": "network",
"tar_url": "http... |
Zig syslog client
[](https://github.com/g41797/syslog/actions/workflows/ci.yml)[](https://en.wikipedia.org/wiki/Syslog)
&n... | [] |
https://avatars.githubusercontent.com/u/40296771?v=4 | jzvm | pprettysimpple/jzvm | 2024-10-14T06:33:49Z | JVM Implementation in Zig | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/pprettysimpple/jzvm/tags | GPL-3.0 | [
"jvm",
"pet-project",
"zig"
] | 107 | false | 2025-04-19T15:42:00Z | true | true | unknown | github | [] | JVM Implementation in Zig
This is a pet project that implements a JVM (Java Virtual Machine) in Zig. It is not guaranteed to work and is under active development. Use at your own risk.
Project Overview
Class Loader
The class loader provides "raw" class files with minimal resolution of constant pool fields. It acts ... | [] |
https://avatars.githubusercontent.com/u/598416?v=4 | wggr | marionauta/wggr | 2024-10-23T21:58:12Z | Funtions to draw colors, rectangles, sprites and text onto a CGContext. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/marionauta/wggr/tags | MIT | [
"coregraphics",
"graphics-programming",
"raylib",
"zig"
] | 43 | false | 2025-01-14T17:46:31Z | true | true | unknown | github | [] | wggr
<em>(pronounced wagger) — <strong>W</strong>atch <strong>G</strong>ame <strong>GR</strong>aphics</em>
A set of functions to ease drawing colors, rectangles, sprites and text onto a
<a><code>CGContext</code></a>. This library contains bindings to some of Apple's Core
Graphics framework functions. This library als... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | tracy | allyourcodebase/tracy | 2024-12-18T20:56:55Z | Tracy ported to the zig build system | master | 0 | 3 | 2 | 3 | https://api.github.com/repos/allyourcodebase/tracy/tags | NOASSERTION | [
"zig",
"zig-package"
] | 28,467 | true | 2025-05-21T22:23:09Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "wayland",
"tar_url": "https://github.com/allyourcodebase/wayland/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/allyourcodebase/wayland"
},
{
"commit": null,
"name": "wayland_protocols",
"tar_url": null,
"type": "remote",
... | <a></a>
Tracy Profiler
This is <a>Tracy</a>, packaged for <a>Zig</a>.
Installation
Install Zig 0.14.0 and then run the following command:
<code>bash
zig build install-profiler
./zig-out/bin/tracy-profiler</code>
You can also directly run the Tracy Profiler with the "run" step:
<code>bash
zig build run</code>
Sy... | [
"https://github.com/Games-by-Mason/ZCS",
"https://github.com/Games-by-Mason/tracy_zig",
"https://github.com/Marco-Christiani/zigrad",
"https://github.com/kristoff-it/superhtml",
"https://github.com/kristoff-it/zine",
"https://github.com/leecannon/zig-coreutils",
"https://github.com/llogick/zigscient",
... |
https://avatars.githubusercontent.com/u/3088277?v=4 | ChibiHash-zig | thevilledev/ChibiHash-zig | 2024-11-27T21:33:50Z | ChibiHash in Zig - a small, fast 64-bit hash function | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/thevilledev/ChibiHash-zig/tags | MIT | [
"hash-functions",
"zig",
"zig-package"
] | 12 | false | 2025-03-11T19:47:52Z | true | false | unknown | github | [] | ChibiHash64-Zig
A Zig port of <a>ChibiHash64</a> - a small, fast 64-bit hash function. See the article <a>ChibiHash: A small, fast 64-bit hash function</a> for more information.
All credit for the algorithm goes to <a>N-R-K</a>.
Features
<ul>
<li>Simple 64-bit hash function</li>
<li>Supports both v1 and v2 of the ha... | [] |
https://avatars.githubusercontent.com/u/24779436?v=4 | jaime | egegungordu/jaime | 2025-01-04T00:06:30Z | A fast, lightweight Japanese IME engine for Zig projects that converts romaji to hiragana, kanji, and full-width characters. Supports Google 日本語入力-style input patterns with an easy-to-use API. | main | 4 | 3 | 0 | 3 | https://api.github.com/repos/egegungordu/jaime/tags | MIT | [
"hiragana",
"ime",
"input-method-engine",
"kanji",
"romaji",
"text-conversion",
"transliteration",
"zig"
] | 18,215 | false | 2025-05-15T06:53:24Z | true | true | 0.13.0 | github | [] | Jaime
A headless Japanese IME (Input Method Editor) engine for Zig projects that provides:
<ul>
<li>Romaji to hiragana/katakana conversion</li>
</ul>
eiennni → えいえんに
<ul>
<li>Full-width character conversion</li>
</ul>
abc123 → abc123
<ul>
<li>Dictionary-based word conversion</li>
</ul>
かんじ → 漢字
<ul>
<li>Built-in cu... | [] |
https://avatars.githubusercontent.com/u/45130910?v=4 | neocities-zig | Ratakor/neocities-zig | 2024-09-04T17:57:57Z | Zig CLI and API for neocities.org | master | 0 | 3 | 1 | 3 | https://api.github.com/repos/Ratakor/neocities-zig/tags | ISC | [
"api",
"cli",
"neocities",
"zig"
] | 26 | false | 2025-04-28T04:12:46Z | true | true | 0.13.0 | github | [] | neocities-zig
neocities-zig is a CLI and a library for the <a>Neocities</a>
REST <a>API</a>.
CLI Installation
<a>AUR</a> (Arch Linux)
<code>git clone https://aur.archlinux.org/neocities-zig-bin.git
cd neocities-zig-bin
makepkg -si</code>
Manual Installation
Grab one of the <a>release</a>
according to your system.... | [] |
https://avatars.githubusercontent.com/u/46927550?v=4 | zig-sqlite | conscious-puppet/zig-sqlite | 2025-01-13T15:44:47Z | A toy SQLite implementation in Zig | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/conscious-puppet/zig-sqlite/tags | - | [
"database",
"sqlite",
"zig"
] | 20 | false | 2025-03-05T19:28:33Z | true | true | unknown | github | [] | A toy SQLite implementation in Zig
Following the <a>Let's Build a Simple Database</a> tutorial to understand the database internals.
Notes on Zig:
<ul>
<li><a>Segmentation Fault from GeneralPurposeAllocator</a></li>
<li><a>Allocation is not Initialization</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/184997771?v=4 | ectf-osu-2025 | OSU-embedded-security-club/ectf-osu-2025 | 2024-11-11T07:14:36Z | It's ziggin time *procedes to zig all over the place* | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/OSU-embedded-security-club/ectf-osu-2025/tags | - | [
"ectf",
"embedded",
"max78000",
"zig"
] | 3,425 | false | 2025-04-28T21:30:53Z | false | false | unknown | github | [] | OSU Satellite TV for MITRE eCTF 2025
<a></a> <a></a> <a></a> <a></a>
This repo contains all the code and documentation for team <code>scriptohio</code> from The Ohio State University in <a>MITRE's eCTF 2025</a>.
Highlights of our design:
<ul>
<li>🔐 <strong>Strong cryptography</strong></li>
<li>💃 The <a>Salsa20</a>... | [] |
https://avatars.githubusercontent.com/u/4930991?v=4 | codingbunker-zig-meetup | inge4pres/codingbunker-zig-meetup | 2025-01-09T08:41:12Z | Slides and code used for the CodingBunker meetup: "Zig: Cosa, Come e Perche". | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/inge4pres/codingbunker-zig-meetup/tags | - | [
"software-engineering",
"zig"
] | 12 | false | 2025-02-07T08:10:44Z | true | true | unknown | github | [] | Zig: cosa, come e perche
<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>
Contenuto in Italiano 🇮🇹
</blockquote>
<a>Evento</a> | <a>Slides</a>
Questo progetto usa <a>Zig 0.13</a>
Eseguire i tests
Per vedere in azio... | [] |
https://avatars.githubusercontent.com/u/131738078?v=4 | zkinder | TheHonestHare/zkinder | 2024-08-16T05:34:00Z | A pattern matching library for zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/TheHonestHare/zkinder/tags | - | [
"zig",
"zig-library",
"zig-package"
] | 32 | false | 2025-01-20T00:48:19Z | true | true | unknown | github | [] | A library that implements pattern matching in fully userland zig. Tested on zig version 0.14.0-dev.1391+e084c46ed but should probably work on master
Code example
```zig
const ki = @import("zkinder");
const bind = ki.bind;
const __ = ki.__;
const thing: struct {
age: u32,
birth: u64,
pos: struct { x: u8, ... | [] |
https://avatars.githubusercontent.com/u/92104930?v=4 | ZBody | pyranota/ZBody | 2024-10-02T20:06:44Z | [mirror] Concurrent N-body simulation using Barnes-Hut Algorithm and Zig. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/pyranota/ZBody/tags | MIT | [
"graphics",
"n-body",
"nix",
"raylib",
"raylib-zig",
"simulation",
"zig",
"ziglang"
] | 25,861 | false | 2025-03-22T16:51:48Z | true | true | 0.12.0 | github | [
{
"commit": "devel.tar.gz",
"name": "raylib-zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/devel.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
},
{
"commit": null,
"name": "zb-core",
"tar_url": null,
"type": "relative",
... |
Concurrent N-body simulation using Barnes-Hut Algorithm in Zig.
<a>Key Features</a> •
<a>How To Use</a> •
<a>Download</a> •
<a>Credits</a> •
<a>License</a>
Key Features
<ul>
<li>Barnes-Hut Algorithm</li>
<li>Concurrent</li>
<li><em>Faaast</em></li>
<li>Many presets</li>
<li>Intuitive and smoo... | [] |
https://avatars.githubusercontent.com/u/200686?v=4 | raylib-coro-demo | deckarep/raylib-coro-demo | 2024-10-13T15:24:19Z | Raylib with coroutines using the C-based neco project | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/deckarep/raylib-coro-demo/tags | MIT | [
"benchmark",
"bunnymark",
"concurrency",
"cooperative-multitasking",
"coroutines",
"neco",
"raylib",
"zig",
"ziglang"
] | 5,766 | false | 2025-02-21T21:13:43Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/35655145?v=4 | Flow | EngineersBox/Flow | 2025-01-11T03:44:59Z | A neovim-esque text editor | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/EngineersBox/Flow/tags | MIT | [
"text-editor",
"zig"
] | 1,189 | false | 2025-03-14T06:31:06Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "vaxis",
"tar_url": "https://github.com/rockorager/libvaxis/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/rockorager/libvaxis"
},
{
"commit": "201fe116147e21c077ad450629e25630e8cb9423.tar.gz",
"name": "piecetable",
"tar_url": "http... | Flow
A neovim-esque text editor
Preview
Here it is running inside a terminal within neovim:
| [] |
https://avatars.githubusercontent.com/u/13835680?v=4 | log_to_file | reykjalin/log_to_file | 2024-11-29T19:29:24Z | Have Zig's `std.log` log to a file instead of to stderr | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/reykjalin/log_to_file/tags | BSD-3-Clause | [
"logging",
"zig",
"zig-package"
] | 29 | false | 2025-04-26T01:13:24Z | true | true | 0.14.0 | github | [] | log_to_file
<a>API docs</a>
An easy way to change Zig's default <code>std.log</code> functions to write to a file instead of logging to
stderr.
<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>
<strong>This is not a log... | [] |
https://avatars.githubusercontent.com/u/164784529?v=4 | zgram | bstrdlord/zgram | 2024-08-13T20:22:11Z | the best (as of 2024) zig framework for creating telegram bots | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/bstrdlord/zgram/tags | - | [
"framework",
"telegram",
"telegram-bot",
"telegram-framework",
"zig"
] | 13 | false | 2024-10-18T22:52:53Z | true | true | unknown | github | [] | zgram
💡 Info
In development. use at your own risk
🚀 Example
full example: <a>src/main.zig</a>
```zig
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
const allocator = gpa.allocator();
<code>var tg = try Client.init(allocator, TOKEN, .{});
{
try tg.handleAll(handleKeyboard); // handle all messages... | [] |
https://avatars.githubusercontent.com/u/88050465?v=4 | waveboard | x07x08/waveboard | 2024-11-13T15:10:27Z | A simple cross-platform soundboard | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/x07x08/waveboard/tags | Unlicense | [
"cross-platform",
"soundboard",
"team-fortress-2",
"text-to-speech",
"tts",
"zig",
"ziglang"
] | 4,572 | false | 2025-03-19T12:35:30Z | true | true | 0.15.0-dev.65+074dd4d08 | github | [
{
"commit": null,
"name": "_regex",
"tar_url": null,
"type": "relative",
"url": "external/zig-regex-master"
},
{
"commit": null,
"name": "zig_webui",
"tar_url": null,
"type": "relative",
"url": "external/zig-webui-main"
}
] | This is a rewrite of the old <a>waveboard</a> project to make it cross-platform
and easier to work with for the end-user.
The application is now a command line interface with a web UI.
Tested on Fedora 40 and Windows 10. Unsure about Mac support.
Installation
<ol>
<li>Get a <a>binary</a> or preferably compile one yo... | [] |
https://avatars.githubusercontent.com/u/166938213?v=4 | FOZOS | OranGot/FOZOS | 2024-12-02T08:38:27Z | x64 os made with limine in zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/OranGot/FOZOS/tags | BSD-4-Clause | [
"limine",
"os",
"osdev",
"x64",
"zig",
"ziglang"
] | 140 | false | 2025-04-17T16:01:14Z | true | true | unknown | github | [
{
"commit": "master",
"name": "limine",
"tar_url": "https://github.com/48cf/limine-zig/archive/7b29b6e6f6d35052f01ed3831085a39aae131705.tar.gz/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/48cf/limine-zig/archive/7b29b6e6f6d35052f01ed3831085a39aae131705.tar.gz"
}
] | FOZOS
This is an os I am making for fun and it's not intended for any use so far.
Info
Made with limine.
Supported platforms: x86-64
Written in: zig, c, assembly
Goals
<ol>
<li>Stable</li>
<li>Built in desktop enviroment</li>
<li>Customisable</li>
</ol>
Features implimented:
<ol>
<li>tty</li>
<li>debug printing</l... | [] |
https://avatars.githubusercontent.com/u/40190339?v=4 | WolframLanguageRuntimeZigDemo | daneelsan/WolframLanguageRuntimeZigDemo | 2024-08-20T01:44:29Z | WolframLanguageRuntime demo in Zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/daneelsan/WolframLanguageRuntimeZigDemo/tags | - | [
"wolfram-language",
"wolfram-mathematica",
"zig"
] | 309 | false | 2025-03-27T19:30:53Z | true | true | 0.14.0 | github | [] | Wolfram Language Runtime (SDK) demo in Zig
A demo of the new <a>Wolfram Language Runtime</a> written in <a>Zig</a>.
I wrote a Wolfram community post expanding on the details <a>Wolfram Language Runtime (SDK) demo in Zig</a>.
Demo
We will create two standalone executables that run the <a>Transliterate</a> function f... | [] |
https://avatars.githubusercontent.com/u/49213919?v=4 | zigchr | LukasPietzschmann/zigchr | 2024-09-17T19:23:34Z | A FreeCHR instance written in Zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/LukasPietzschmann/zigchr/tags | BSD-3-Clause | [
"constraint-programming",
"zig"
] | 63 | false | 2024-11-12T08:06:34Z | true | true | 0.13.0 | github | [] | ZigCHR
For the <a>talk</a> I gave at Zigtoberfest 2024, I coded up a CHR embedding for Zig using the
FreeCHR framework.
If you want to learn more about FreeCHR, go ahead and read <a>this
paper</a>. If you want to know more about
cool properties that CHR can bring to your algorithms, visit <a>my website for the
talk</... | [] |
https://avatars.githubusercontent.com/u/108814993?v=4 | zime | Hato1125/zime | 2025-01-25T16:06:43Z | 🎮 A small and simple 2D game framework written in Zig. | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/Hato1125/zime/tags | - | [
"game",
"sdl3",
"sdl3-image",
"zig"
] | 21 | false | 2025-03-23T12:21:38Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | sanitizers-zig | kassane/sanitizers-zig | 2024-09-24T16:19:02Z | LLVM sanitizers for zig-toolchain | main | 1 | 3 | 0 | 3 | https://api.github.com/repos/kassane/sanitizers-zig/tags | Apache-2.0 | [
"cpp",
"cpp-libraries",
"llvm-sanitizer",
"zig",
"zig-package"
] | 36 | false | 2025-04-16T13:48:47Z | true | true | 0.13.0 | github | [] | LLVM Sanitizers for Zig
Description
This is a collection of sanitizers for Zig. It is a work in progress.
Requirements
<ul>
<li><a>Zig</a> v0.15.0-dev</li>
</ul>
Add
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-... | [] |
https://avatars.githubusercontent.com/u/910428?v=4 | xterm256.zig | zhuyadong/xterm256.zig | 2024-10-14T23:41:30Z | print text with xterm256 style | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/zhuyadong/xterm256.zig/tags | MIT | [
"color",
"print",
"xterm",
"xterm256",
"zig",
"zig-package"
] | 9 | false | 2025-03-08T10:57:03Z | true | true | 0.11.0 | github | [] | <a>中文</a> | <a>English</a>
Print Text with <code>xterm256</code> Colors and Styles
Install
In the project root directory:
<code>shell
zig fetch "git+https://github.com/zhuyadong/xterm256.zig" --save=xterm256</code>
If you want to install a specific version:
<code>shell
zig fetch "git+https://github.com/zhuyadong/xte... | [] |
https://avatars.githubusercontent.com/u/182816200?v=4 | liskvork | liskvork/liskvork | 2024-09-01T09:28:10Z | Modern multi-platform gomoku game server | master | 9 | 3 | 1 | 3 | https://api.github.com/repos/liskvork/liskvork/tags | EUPL-1.2 | [
"ai",
"gomoku",
"zig"
] | 351 | false | 2025-03-30T09:33:17Z | true | true | 0.14.0 | github | [
{
"commit": "30afc2fc875ff817af0ffe490481f6f8aa3b5cd4.tar.gz",
"name": "ini",
"tar_url": "https://github.com/ziglibs/ini/archive/30afc2fc875ff817af0ffe490481f6f8aa3b5cd4.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/ziglibs/ini"
},
{
"commit": "d9142c73aedc5698beba58b3fbf2... | liskvork
Modern multi-platform gomoku game server.
Main repository URL: <a>https://github.com/liskvork/liskvork</a>
<a></a>
License
liskvork is licensed under the
<a>European Union Public License 1.2</a>
or later.
Support
| | x86-64 | aarch64 |
|--------------|--------|---------|
| Linux (GNU) | 🟢... | [] |
https://avatars.githubusercontent.com/u/90518536?v=4 | zig-playground | Decryptu/zig-playground | 2024-11-30T22:31:36Z | A hands-on learning repository showcasing Zig programming language features through practical examples. Features both a command-line and GUI application demonstrating core Zig concepts, modern systems programming practices, and SDL2 integration. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/Decryptu/zig-playground/tags | MIT | [
"hello-world",
"helloworld",
"sdl2",
"zig",
"zig-lang",
"ziglang"
] | 1,776 | false | 2024-12-01T20:26:43Z | true | false | unknown | github | [] | Zig Examples
This project contains four examples demonstrating different aspects of the Zig programming language:
<ol>
<li>A basic command-line program showcasing fundamental Zig features</li>
<li>A simple GUI application using SDL2</li>
<li>A vector operations example with interactive visualization</li>
<li>A matrix ... | [] |
https://avatars.githubusercontent.com/u/32991121?v=4 | java-all-in-native | Enaium/java-all-in-native | 2025-01-25T13:37:13Z | This project is a Java application that uses native code to perform some operations. | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/Enaium/java-all-in-native/tags | CC0-1.0 | [
"cpp",
"csharp",
"ffm",
"ffm-api",
"go",
"jep424",
"jep434",
"jep442",
"jep454",
"kotlin",
"rust",
"zig"
] | 72 | false | 2025-04-30T17:30:33Z | false | false | unknown | github | [] | java-all-in-native
This project is a Java application that uses native code to perform some operations. The native code is written in C++,
C#, Rust and Go etc. The project is a demonstration of how to use native code in Java applications. | [] |
https://avatars.githubusercontent.com/u/122831?v=4 | uuidv7 | coolaj86/uuidv7 | 2024-09-21T06:58:19Z | UUIDv7, written in Zig (and Go, and JS, and Swift - just for good measure, of course) | main | 3 | 2 | 1 | 2 | https://api.github.com/repos/coolaj86/uuidv7/tags | NOASSERTION | [
"go",
"golang",
"javascript",
"swift",
"uuid",
"uuid-generator",
"uuidv7",
"zig",
"ziglang"
] | 59 | false | 2025-05-06T08:54:03Z | false | false | unknown | github | [] | <a>uuidv7</a>
Generate UUID v7 strings, like <code>019212d3-87f4-7d25-902e-b8d39fe07f08</code>.
<code>sh
uuidv7 > uuidv7.txt</code>
<code>text
019212d3-87f4-7d25-902e-b8d39fe07f08</code>
| 32-bit time | 16-bit time | 4 ver + 12 rnd | 2 var + 14 rnd | 16 rnd + 32 rnd |
| ... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | ansi-escape.zig | hendriknielaender/ansi-escape.zig | 2025-01-03T16:32:25Z | ANSI escape codes for manipulating the terminal | main | 3 | 2 | 0 | 2 | https://api.github.com/repos/hendriknielaender/ansi-escape.zig/tags | MIT | [
"ansi",
"ansi-escape-codes",
"terminal",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 5,225 | false | 2025-03-14T22:32:37Z | true | true | unknown | github | [] |
A minimalistic Zig library for working with ANSI escape sequences. This library provides utilities for cursor control, screen manipulation, and terminal resetting through a simple and efficient API.
[](https://github.com/hendriknielaender/ansi-... | [] |
https://avatars.githubusercontent.com/u/26812563?v=4 | schnorr-zig | aidanaden/schnorr-zig | 2024-08-31T19:56:54Z | schnorr signatures in zig (Ristretto255) | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/aidanaden/schnorr-zig/tags | Apache-2.0 | [
"ed25519",
"ristretto255",
"schnorr",
"schnorr-signatures",
"zig"
] | 55 | false | 2024-09-23T01:13:17Z | true | true | unknown | github | [
{
"commit": "master",
"name": "yazap",
"tar_url": "https://github.com/prajwalch/yazap/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/prajwalch/yazap"
}
] | schnorr signatures + musig2 (N/N multisigs)
Simple zig implementation of <a>Schnorr Signatures</a> and <a>MuSig2</a>.
Implementation partially inspired by <a>https://github.com/VictoriaGrasshopper/schnorr_signature</a>
Includes a CLI app for independent/one-time using of schnorr and musig2 signing.
Security conside... | [] |
https://avatars.githubusercontent.com/u/21108320?v=4 | zig-list | SarthakMakhija/zig-list | 2024-09-29T09:53:30Z | Sort-of port of Java's Arraylist to Zig, for learning Zig. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/SarthakMakhija/zig-list/tags | - | [
"arraylist",
"zig",
"ziglang"
] | 24 | false | 2024-10-03T10:04:46Z | true | true | unknown | github | [] | zig-list
<a></a>
<strong>zig-list</strong> is a sort-of port of Java's Arraylist to Zig, for learning Zig.
The ported <a>ArrayList</a> demonstrates various language concepts including:
<ul>
<li>Language syntax</li>
<li>Loops and conditionals</li>
<li>Structs </li>
<li>Pointers</li>
<li>Functions and methods</li>
<l... | [] |
https://avatars.githubusercontent.com/u/4605603?v=4 | zig-scandum | tiehuis/zig-scandum | 2024-11-12T07:05:33Z | Zig implementation of scandum sorting algorithms | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/tiehuis/zig-scandum/tags | MIT | [
"sorting",
"zig"
] | 43 | false | 2025-01-24T17:21:41Z | true | true | unknown | github | [] | Zig port of sorting functions by @scandum: https://github.com/scandum/quadsort
This aims to be a fairly straight-forward port, however there are key changes
made such as replacing all pointer usages with slices and refactoring goto
control-flow.
<code>zig build run -Dtrace=true</code>
Status
<strong>This is not ful... | [] |
https://avatars.githubusercontent.com/u/16268616?v=4 | zig-ipld | nDimensional/zig-ipld | 2024-11-22T22:34:48Z | Zig implementation of the IPLD data model | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/nDimensional/zig-ipld/tags | MIT | [
"dag-cbor",
"dag-json",
"ipld",
"zig"
] | 89 | false | 2025-05-06T05:42:00Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "multiformats",
"tar_url": "https://github.com/nDimensional/zig-multiformats/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/nDimensional/zig-multiformats"
}
] | zig-ipld
Zig implementation of the <a>IPLD</a> data model, with dag-cbor and dag-json codecs.
Provides two parallel APIs:
<ul>
<li>a "dynamic" heap-allocated <code>Value</code> type for manipulating arbitrary/heterogenous values</li>
<li>a "static" API for generating encoders and decoders for native Zig types at comp... | [] |
https://avatars.githubusercontent.com/u/30970706?v=4 | mimalloc.zig | theseyan/mimalloc.zig | 2024-12-17T15:03:59Z | Simple Zig Allocator interface over mimalloc. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/theseyan/mimalloc.zig/tags | MIT | [
"mimalloc",
"zig",
"zig-package"
] | 3 | false | 2025-05-11T09:36:56Z | true | true | 0.13.0 | github | [
{
"commit": "refs",
"name": "macos_sdk",
"tar_url": "https://github.com/mitchellh/zig-build-macos-sdk/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/mitchellh/zig-build-macos-sdk"
},
{
"commit": "refs",
"name": "mimalloc_c",
"tar_url": "https://github.com/micr... | mimalloc.zig
A simple implementation of Zig's <code>std.mem.Allocator</code> interface over the excellent <a>mimalloc</a> by Microsoft.
Usage
```
const mimalloc = @import("mimalloc").Allocator{};
const allocator = mimalloc.allocator();
// Use <code>allocator</code> here...
```
Tests
Run the tests:
<code>zig build... | [] |
https://avatars.githubusercontent.com/u/187193730?v=4 | ztp | solomonarul/ztp | 2024-12-25T18:53:01Z | A simple FTP server and client implementation in Zig. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/solomonarul/ztp/tags | - | [
"ftp",
"zig"
] | 9 | false | 2025-01-05T23:16:15Z | true | true | unknown | github | [] | ZTP
ZTP is a simple FTP server and client implementation in Zig.
It can be used as a standalone executable or be compiled as a library if needed in one's own application.
The server is intentionally designed with a single client logged in and working at all times, thus prone to blocking. (TODO: maybe multithread?)
... | [] |
https://avatars.githubusercontent.com/u/73006620?v=4 | zig-gol | rozukke/zig-gol | 2024-10-10T08:42:38Z | Game of Life implemented with Raylib and Zig. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/rozukke/zig-gol/tags | MIT | [
"game-of-life",
"raylib",
"zig"
] | 91 | false | 2024-10-22T14:39:36Z | true | true | unknown | github | [
{
"commit": "devel.tar.gz",
"name": "raylib-zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/devel.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
}
] |
zig-gol (Game of Life in Zig)
This is a simple implementation of Conway's game of life using Raylib bindings in Zig.
Current features
<ul>
<li>Pan, zoom, camera clamp</li>
<li>Pause sim</li>
<li>Clear and randomize cells</li>
<li>Draw cells</li>
</ul>
Planned features
<ul>
<li>Screen resize/fps change</li>
<li>Pre... | [] |
https://avatars.githubusercontent.com/u/61627919?v=4 | farbe | nuIIpointerexception/farbe | 2024-12-09T22:37:28Z | A optimized color module and library for high performance applications. | main | 1 | 2 | 1 | 2 | https://api.github.com/repos/nuIIpointerexception/farbe/tags | GPL-3.0 | [
"cpp",
"rust",
"zig",
"zig-library",
"zig-package"
] | 56 | false | 2024-12-16T01:11:50Z | true | true | unknown | github | [] | Farbe
A optimized color module and library for high performance applications.
Features
Various different color formats are supported:
- RGBA
- HSLA
- HSV
also we can:
- Blending between colors
- Hexadecimal color parsing
- Comptime checks (Zig only)
Build
Zig
<code>sh
zig build [-Dtype=(static|dynamic] [-Dbindin... | [
"https://github.com/fjebaker/zorro"
] |
https://avatars.githubusercontent.com/u/6328046?v=4 | oracle_tocsv | ceyhunkerti/oracle_tocsv | 2024-12-15T13:37:48Z | oracle query to csv fast extraction utility | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/ceyhunkerti/oracle_tocsv/tags | - | [
"csv",
"extraction",
"oci",
"odpi-c",
"oracle",
"zig"
] | 50 | false | 2025-01-01T18:46:25Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "zdt",
"tar_url": "https://github.com/FObersteiner/zdt/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/FObersteiner/zdt"
},
{
"commit": "refs",
"name": "ymlz",
"tar_url": "https://github.com/pwbh/ymlz/archive/refs.tar.gz",
"type"... | Oracle to CSV Extraction Utility
<ul>
<li>Extracts data from an oracle query and outputs to csv.</li>
<li>~3.7x faster than a plugin based JDBC implementation. (with same parameters.)</li>
</ul>
Build from source
You may need to setup instant client paths if you don't have it already.
<ul>
<li>Download oracle instant... | [] |
https://avatars.githubusercontent.com/u/150271141?v=4 | z-tree-sitter | lfcm64/z-tree-sitter | 2024-09-07T16:26:41Z | Zig wrapper for tree-sitter C API | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/lfcm64/z-tree-sitter/tags | MIT | [
"tree-sitter",
"wrapper",
"zig"
] | 15 | false | 2025-01-11T06:08:21Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "tree_sitter_api",
"tar_url": "https://github.com/tree-sitter/tree-sitter/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/tree-sitter/tree-sitter"
},
{
"commit": "refs",
"name": "bash",
"tar_url": "https://github.com/tree-sitter/tree... | z-tree-sitter 🌳
A Zig package that provides a complete wrapper around <a>tree-sitter API</a>, along with built-in support for well-known languages grammar (see <a>supported languages grammar</a>). The current version of z-tree-sitter supports tree-sitter 0.23.0.
Documentation
You can find documentation directly fro... | [] |
https://avatars.githubusercontent.com/u/87294692?v=4 | tellme-dev | vspefs/tellme-dev | 2024-12-21T17:22:43Z | A Zig package that (sort of) allows comptime polymorphism | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/vspefs/tellme-dev/tags | GPL-3.0 | [
"zig",
"zig-package"
] | 20 | false | 2025-02-22T10:46:37Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/116913262?v=4 | leetcode | sebastiandotdev/leetcode | 2024-11-24T03:20:08Z | An environment with open source resources and exercises. | main | 4 | 2 | 0 | 2 | https://api.github.com/repos/sebastiandotdev/leetcode/tags | MIT | [
"c",
"leetcode",
"python",
"shell",
"typescript",
"zig"
] | 149 | false | 2025-05-16T02:54:39Z | false | false | unknown | github | [] | Leetcode
Leetcode exercises for programming skills.
Resources
<strong>JavaScript</strong>
<ul>
<li>https://swapy.tahazsh.com/</li>
<li>https://github.com/hexagoncircle/pixel-canvas</li>
<li>https://pdfslick.dev/</li>
<li>https://base-ui.com/</li>
<li>https://originui.com/</li>
<li>https://uipub.com/</li>
</ul>
<str... | [] |
https://avatars.githubusercontent.com/u/101195284?v=4 | clickhouse-zig | 0xrinegade/clickhouse-zig | 2024-10-31T10:27:34Z | blazigly fast Clickhouse client ⚡️ | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/0xrinegade/clickhouse-zig/tags | Unlicense | [
"blazigly",
"clickhouse",
"zig",
"ziglang"
] | 20 | false | 2024-12-14T11:38:40Z | true | false | unknown | github | [] | clickhouse-zig
clickhouse client for zig | [] |
https://avatars.githubusercontent.com/u/38505104?v=4 | kirin-chess | strvdr/kirin-chess | 2024-12-10T19:30:11Z | Kirin Chess is my second chess engine, this time written in Zig. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/strvdr/kirin-chess/tags | GPL-3.0 | [
"chess",
"chess-engine",
"zig",
"ziglang"
] | 33,705 | false | 2025-04-16T04:41:01Z | true | false | unknown | github | [] | Kirin Chess Engine
<a></a>
The original Kirin Chess Engine was written in C and the source code is available <a>here</a>. I have since deprecated this project and am now writing the Kirin Chess Engine in Zig.
Authors
<ul>
<li><a>Strydr Silverberg - @strvdr</a></li>
</ul>
Documentation
I write a weekly devlog whic... | [] |
https://avatars.githubusercontent.com/u/113565070?v=4 | zgll | Darkfllame/zgll | 2024-08-19T23:28:29Z | Simple zig OpenGL loader | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/Darkfllame/zgll/tags | MIT | [
"opengl",
"zig"
] | 339 | false | 2025-03-19T21:37:24Z | true | true | unknown | github | [] | Zig openGL Loader
Simple opengl loader, entirely written in Zig. All functions are under <code>zgll.GL</code>, all constants and function got their prefix removed (<code>GL_</code> and <code>gl</code>) for easier typing. Don't expect much updates, might do extension loader soon...
Beware though
This library was most... | [
"https://github.com/Darkfllame/ZWL"
] |
https://avatars.githubusercontent.com/u/1916079?v=4 | zig-picohttpparser | vrischmann/zig-picohttpparser | 2024-12-22T00:50:58Z | Small Zig wrapper for picohttpparser | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/vrischmann/zig-picohttpparser/tags | MIT | [
"http",
"picohttpparser",
"zig"
] | 19 | false | 2025-04-29T18:29:09Z | true | true | unknown | github | [
{
"commit": "master",
"name": "picohttpparser",
"tar_url": "https://github.com/allyourcodebase/picohttpparser/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/allyourcodebase/picohttpparser"
}
] | zig-picohttpparser
This is a small Zig wrapper to use <a>picohttpparser</a>.
<code>picohttpparser</code> could be used directly but this wrapper makes it feel more idiomatic Zig.
This package leverages the Zig build system and is based on <a>zig-picohttpparser-sys</a>.
Supported Zig version
Only Zig master is curr... | [] |
https://avatars.githubusercontent.com/u/42117154?v=4 | love-you-mom | ona-li-toki-e-jan-Epiphany-tawa-mi/love-you-mom | 2024-11-13T21:35:37Z | Tells your mom (or dad) that you love them | Mirror of https://paltepuk.xyz/cgit/love-you-mom.git/about/ | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/ona-li-toki-e-jan-Epiphany-tawa-mi/love-you-mom/tags | GPL-3.0 | [
"fun",
"posix",
"terminal",
"termios",
"zig"
] | 63 | false | 2025-03-07T01:59:26Z | true | false | unknown | github | [] | love-you-mom
Tells your mom (or dad) that you love them.
Press ANY KEY to exit.
How to build
Depdenencies:
<ul>
<li>libc.</li>
<li>zig 0.13.0 (other versions may work) - <a>https://ziglang.org</a></li>
<li>POSIX system.</li>
</ul>
There's a <code>flake.nix</code> you can use to generate a development enviroment wi... | [] |
https://avatars.githubusercontent.com/u/57362253?v=4 | oniguruma.zig | tiawl/oniguruma.zig | 2024-11-02T17:18:47Z | oniguruma packaged for @ziglang | trunk | 0 | 2 | 0 | 2 | https://api.github.com/repos/tiawl/oniguruma.zig/tags | Unlicense | [
"binding",
"oniguruma",
"zig",
"zig-package",
"ziglang"
] | 620 | false | 2025-05-07T10:12:51Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "toolbox",
"tar_url": "https://github.com/tiawl/toolbox/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/tiawl/toolbox"
}
] | oniguruma.zig
This is a fork of <a>kkos/oniguruma</a> to package the libonig C API for <a>Zig</a>
Why this fork ?
The intention under this fork is to package <a>kkos/oniguruma</a> for <a>Zig</a>. So:
* Unnecessary files have been deleted,
* The build system has been replaced with <code>build.zig</code>,
* A cron run... | [] |
https://avatars.githubusercontent.com/u/79549577?v=4 | zart | ross96D/zart | 2024-11-04T21:56:25Z | Implementation of the adaptive radix tree | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/ross96D/zart/tags | MIT | [
"radix-tree",
"tree",
"zig"
] | 2,871 | false | 2025-05-08T20:22:05Z | true | true | 0.14.0 | github | [] | Summary
This repository is an implementation of the adaptive radix tree described on <a>The adaptive radix tree: ARTful indexing for main-memory databases</a>.
TODO
<br/><input type='checkbox' class='w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-off... | [] |
https://avatars.githubusercontent.com/u/100069060?v=4 | cogito | Dok8tavo/cogito | 2024-12-05T20:36:21Z | Cogito is a zig module that provides comptime only types for high-level metaprogramming. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/Dok8tavo/cogito/tags | MIT | [
"metapr",
"module",
"types",
"zig"
] | 164 | false | 2025-03-12T21:24:42Z | true | true | 0.13.0 | github | [] | Cogito
Cogito is a zig module that offers compile-time only types for high-level metaprogramming.
Since zig's <code>comptime</code> can compute types as it goes and allocate memory at will, it should be able
to use the same kind of abstractions as dynamically-typed languages. Cogito implement the
following types:
<u... | [] |
https://avatars.githubusercontent.com/u/61068799?v=4 | zig-cosmo | jcbhmr/zig-cosmo | 2024-11-11T01:21:36Z | ⚡ All-in-one multiplatform Zig binary | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/jcbhmr/zig-cosmo/tags | MIT | [
"cosmopolitan",
"single-executable",
"zig",
"ziglang"
] | 18 | false | 2025-03-01T23:00:37Z | false | false | unknown | github | [] | Zig as an <a>Actually Portable Executable</a>
⚡ All-in-one multiplatform Zig binary
```sh
wget https://github.com/jcbhmr/zig-ape/releases/download/0.13.0/zig-ape-0.13.0.zip
unzip zig-ape-0.13.0.zip
./zig-ape-0.13.0/zig zen
```
🌌 Uses <a><code>cosmocc</code></a> to build a multiplatform binary \
📂 Extracts the... | [] |
https://avatars.githubusercontent.com/u/196515647?v=4 | GZZG | MinervasRefuge/GZZG | 2025-01-26T08:34:01Z | A typed Zig wrapper for the Guile (scheme) C API. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/MinervasRefuge/GZZG/tags | BSD-3-Clause | [
"guile",
"guile-scheme",
"zig",
"zig-package",
"ziglang"
] | 311 | false | 2025-04-16T22:38:07Z | true | true | 0.14.0 | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/46354333?v=4 | kafka.zig | vspaz/kafka.zig | 2025-01-24T20:19:36Z | kafka.zig is a simple-to-use Apache Kafka Zig client built on top of C/C++ librdkafka. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/vspaz/kafka.zig/tags | - | [
"apache-kafka",
"kafka-zig",
"librdkafka",
"zig",
"zig-kafka",
"zig-kafka-client",
"zig-kafka-consumer",
"zig-kafka-producer",
"ziglang"
] | 133 | false | 2025-03-29T23:59:52Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "kafka",
"tar_url": "https://github.com/vspaz/kafka.zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/vspaz/kafka.zig"
}
] | kafka.zig
<code>kafka.zig</code> is the <strong>Apache Kafka Zig</strong> client library built on top of <strong>C/C++</strong> <a>librdkafka</a>.
This lib makes it plain simple to write your own <strong>Apache Kafka</strong> producers and consumers in <strong>Zig</strong>.
<code>kafka.zig</code> is also very lean and... | [] |
https://avatars.githubusercontent.com/u/70143303?v=4 | spalloc | bo1led-owl/spalloc | 2024-11-04T12:05:16Z | Toy allocator with C interface written in Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/bo1led-owl/spalloc/tags | GPL-3.0 | [
"allocators",
"c",
"memory-managament",
"zig"
] | 66 | false | 2025-02-19T07:08:28Z | true | false | unknown | github | [] | spalloc
Toy allocator written in Zig, inspired by <a>Sys.Pro</a> C programming language course task.
Features
<ul>
<li>No chunk headers</li>
<li>Using additional memory only when chunks get allocated</li>
<li>Special treatment of different types of chunks for better performance</li>
</ul>
Usage
<code>spalloc.h</cod... | [] |
https://avatars.githubusercontent.com/u/2773256?v=4 | zig_pkg_tool | dasimmet/zig_pkg_tool | 2024-11-13T15:32:46Z | a command line tool to work with build.zig dependencies and build graphs | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/dasimmet/zig_pkg_tool/tags | MIT | [
"zig",
"zig-package"
] | 277 | false | 2025-05-02T00:35:41Z | true | true | 0.14.0 | github | [
{
"commit": "aa24df42183ad415d10bc0a33e6238c437fc0f59",
"name": "known_folders",
"tar_url": "https://github.com/ziglibs/known-folders/archive/aa24df42183ad415d10bc0a33e6238c437fc0f59.tar.gz",
"type": "remote",
"url": "https://github.com/ziglibs/known-folders"
}
] | Zig Package tool
a command line tool to work with <code>build.zig</code> dependencies and build graphs.
It embeds custom build runners to retrieve build graph information,
used to backup dependencies, output a graphviz <code>dot</code> file etc.
The repo vendors zig's <code>build-runner.zig</code> with an inserted h... | [] |
https://avatars.githubusercontent.com/u/77130613?v=4 | zig-codeblocks | trag1c/zig-codeblocks | 2025-02-05T17:10:38Z | Zig ANSI syntax highlighting library for Python | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/trag1c/zig-codeblocks/tags | MIT | [
"ansi",
"discord",
"library",
"python",
"syntax-highlighting",
"zig"
] | 783 | false | 2025-05-08T07:56:11Z | false | false | unknown | github | [] | <a></a>
<a></a>
zig-codeblocks
<code>zig-codeblocks</code> is a Rust-powered CPython 3.9+ library for adding syntax
highlighting to Zig code blocks in Markdown files through ANSI escape codes.
Originally intended for patching the lack of syntax highlighting for Zig on
Discord.
<ul>
<li><a>Installation</a></li>
<li><a... | [] |
https://avatars.githubusercontent.com/u/91746947?v=4 | filterz | ozgrakkurt/filterz | 2024-10-28T18:49:48Z | Probabilistic filter implementations. Ribbon, bloom, xor filters. | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/ozgrakkurt/filterz/tags | Apache-2.0 | [
"bloom-filter",
"probabilistic-data-structures",
"ribbon",
"xor",
"zig",
"ziglang"
] | 81 | false | 2024-12-02T22:28:12Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "huge_alloc",
"tar_url": "https://github.com/ozgrakkurt/huge_alloc/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/ozgrakkurt/huge_alloc"
}
] | filterz
Implementations of some probabilistic filter structures. Implemented with <code>build once, use many times</code> use case in mind.
All filters export a <code>Filter</code> interface that can be used like this:
```zig
const Filter = filterz.ribbon.Filter(u10);
var my_filter = try Filter.init(alloc, hashes);
... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | ulid.zig | hendriknielaender/ulid.zig | 2024-10-27T20:55:33Z | Zig Universally Unique Lexicographically Sortable Identifier | main | 6 | 2 | 0 | 2 | https://api.github.com/repos/hendriknielaender/ulid.zig/tags | MIT | [
"ulid",
"ulid-generator",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 28 | false | 2025-03-15T17:00:38Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "zbench",
"tar_url": "https://github.com/hendriknielaender/zbench/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/hendriknielaender/zbench"
}
] | ulid.zig
<a></a>
<a></a>
A <strong>Universally Unique Lexicographically Sortable Identifier (ULID)</strong> implementation for Zig, providing a robust and efficient way to generate unique identifiers that are both time-based and random.
Why ULID?
UUID can be suboptimal for many uses-cases because:
<ul>
<li>It isn... | [] |
https://avatars.githubusercontent.com/u/47335043?v=4 | tinycompiler | williamfedele/tinycompiler | 2024-09-25T03:38:27Z | ⚡ Compiler written in Zig for fun | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/williamfedele/tinycompiler/tags | MIT | [
"compiler",
"compiler-design",
"zig",
"ziglang"
] | 34 | false | 2025-01-18T05:59:09Z | true | true | unknown | github | [] |
⚡ TinyCompiler
A compiler written for fun to learn about Zig.
<strong>Disclaimer</strong>: The grammar, found in <code>grammar.ebnf</code>, has not been validated to reject erroneous code. There is also no semantic error handling at the moment so variables are not checked for existence fo... | [] |
https://avatars.githubusercontent.com/u/83881873?v=4 | di.zig | AleksandrShadrin/di.zig | 2024-11-09T06:41:58Z | A simple and lightweight dependency injection container for Zig. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/AleksandrShadrin/di.zig/tags | MIT | [
"dependency-injection",
"ioc-container",
"zig",
"zig-library",
"zig-package"
] | 144 | false | 2025-01-16T17:48:08Z | true | true | unknown | github | [] | <a></a>
Zig DI Container 🚀
A simple and lightweight dependency injection (DI) container for Zig. Manage your dependencies effortlessly and keep your code clean!
📦 Features
* Singletons: One instance throughout the app.
* Transients: New instance every time.
* Scoped Services: Manage lifetimes within scopes.
* Gene... | [] |
https://avatars.githubusercontent.com/u/65524156?v=4 | zig-baremetal | RecursiveError/zig-baremetal | 2025-01-09T18:45:14Z | a small Zig test on baremetal with STM32F103 | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/RecursiveError/zig-baremetal/tags | - | [
"bare-metal",
"stm32",
"stm32f103",
"zig"
] | 93 | false | 2025-01-26T20:20:06Z | false | false | unknown | github | [] | Zig baremetal
this is an example of Zig-baremetal for STM32F103
<a>linkerscript source</a>
bootloader: a simple bootloader that just configures the VTOR and jumps to the application.
app: a basic example of blinky using systick.
app2: example with UART and WiFi connection with ESPAT (compile in release mode) | [] |
https://avatars.githubusercontent.com/u/2773256?v=4 | zig-raspberry-pico-sdk | dasimmet/zig-raspberry-pico-sdk | 2024-11-07T21:46:55Z | null | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/dasimmet/zig-raspberry-pico-sdk/tags | MIT | [
"microzig",
"pico",
"raspberry",
"zig",
"zig-package"
] | 35 | false | 2024-12-14T12:30:00Z | true | true | 0.13.0 | github | [
{
"commit": "95ea6acad131124694cda1c162c52cd30e0aece0",
"name": "pico-sdk",
"tar_url": "https://github.com/raspberrypi/pico-sdk/archive/95ea6acad131124694cda1c162c52cd30e0aece0.tar.gz",
"type": "remote",
"url": "https://github.com/raspberrypi/pico-sdk"
},
{
"commit": "df21059f7ca6f1babc7... | raspberry pico-sdk on the zig buildsystem
Requirements
<ul>
<li>zig 0.13.0 or higher</li>
<li>~~libudev-dev for libusb on linux~~</li>
</ul>
The last zig version i built against (ubuntu linux 24.04 x86_64):
<code>console
foo@bar:~$ zig version
0.14.0-dev.2164+6b2c8fc68</code>
Picotool
this repo builds the raspberr... | [] |
https://avatars.githubusercontent.com/u/6199588?v=4 | protohackers_zig | rlopzc/protohackers_zig | 2024-10-15T00:53:41Z | Solving protohackers.com problems with Zig | main | 1 | 2 | 0 | 2 | https://api.github.com/repos/rlopzc/protohackers_zig/tags | - | [
"networking",
"protohackers",
"zig",
"ziglang"
] | 215 | false | 2025-04-20T12:57:08Z | true | true | unknown | github | [] | Protohackers in Zig
I'm solving the <a>protohackers</a> in Zig to learn more about networking and continue learning
Zig.
Each problem has it's corresponding file in <code>src</code>, e.g. <code>src/01_smoke_test.zig</code>. The common logic is extracted in
different files, e.g. <code>src/tcp_server.zig</code>.
I use... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | libexpat | allyourcodebase/libexpat | 2024-12-18T18:15:55Z | libexpat ported to the zig build system | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/allyourcodebase/libexpat/tags | MIT | [
"zig",
"zig-package"
] | 17 | false | 2025-05-20T22:39:40Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "libexpat",
"tar_url": "https://github.com/libexpat/libexpat/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/libexpat/libexpat"
}
] | <a></a>
Expat
This is <a>Expat</a>, packaged for <a>Zig</a>.
Installation
First, update your <code>build.zig.zon</code>:
```
Initialize a <code>zig build</code> project if you haven't already
zig init
zig fetch --save git+https://github.com/allyourcodebase/libexpat.git#2.7.1
```
You can then import <code>expat<... | [
"https://github.com/allyourcodebase/libexpat",
"https://github.com/allyourcodebase/wayland"
] |
https://avatars.githubusercontent.com/u/160618?v=4 | zettings | ntd/zettings | 2024-10-16T15:04:35Z | A simple peristence layer for open62541 based OPC/UA servers in Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/ntd/zettings/tags | MIT | [
"linux",
"mmap",
"persistence",
"zig"
] | 45 | false | 2024-12-06T19:22:56Z | true | true | unknown | github | [] | <em>Zettings</em> is the simplest persistence layer I can think of. Its name is
a portmanteau of <a>Zig</a>, the language I
used to implement it, and <strong>settings</strong>.
At its core, it maps (via POSIX <code>mmap</code>) a struct with fixed-length
members to a fixed-length file. It is intended to be used as the... | [] |
https://avatars.githubusercontent.com/u/11727247?v=4 | bitvmx_pkmn_bttl | fedejinich/bitvmx_pkmn_bttl | 2024-12-20T14:31:57Z | A Bitcoin-Pokemon game using BitVMX | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/fedejinich/bitvmx_pkmn_bttl/tags | - | [
"bitcoin",
"bitvmx",
"pokemon",
"risc-v",
"riscv32",
"zig"
] | 390 | false | 2025-04-21T12:36:46Z | false | false | unknown | github | [] | PKMN_BTTL
This project is a simple Bitcoin-Pokemon game created to showcase BitVMX, a protocol that enables verifying arbitrary computations on Bitcoin. In this game, players choose a Pokemon to battle against Charizard. If their Pokemon wins, they can validate the result using BitVMX and claim locked Bitcoin funds.... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.