Zig
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. There is no hidden control flow, no hidden memory allocations, no preprocessor, and no macros.
- GitHub: https://github.com/topics/zig
- Wikipedia: https://en.wikipedia.org/wiki/Zig_(programming_language)
- Repo: https://github.com/ziglang/zig
- Created by: Andrew Kelley
- Released: February 8, 2016
- Aliases: ziglang, zig-lang, zig-language,
- Last updated: 2026-06-26 00:29:54 UTC
- JSON Representation
https://github.com/tsunaminoai/tinyradio
A simple software-defined radio (SDR) receiver with a terminal UI, built in Zig.
Last synced: 09 Mar 2026
https://github.com/tsunaminoai/lastchoice
A FirstChoice database file reader written in zig. Written for my dad as an exercise, but hopefully helpful for others looking to use FOL files in data archeology.
Last synced: 09 Mar 2026
https://github.com/twfksh/base64
base64 encoder-decoder written in Zig
base64 base64-decoding base64-encoding zig ziglang
Last synced: 24 Mar 2025
https://github.com/nicolasbauw/tzfile
Low level parsing of system timezone files.
iana parse timezome tz tzfile zig zig-package
Last synced: 24 Mar 2025
https://github.com/andreiyard/ipcalc
Simple command line utility that takes network CIDR (in prefix format or netmask format) and prints information about this network.
Last synced: 24 Mar 2025
https://github.com/brandonhowe/aoc-2024-zig
My solutions for Advent of Code in 2024, written in Zig
Last synced: 27 Mar 2025
https://github.com/boricj/hang-os
An educational operating system whose development was pledged while drunk at a bar.
Last synced: 21 Feb 2026
https://github.com/xpdojo/zig
Zig is an imperative, general-purpose, statically typed, compiled system programming language designed by Andrew Kelley.
Last synced: 29 Jun 2025
https://github.com/reykjalin/fn
TUI editor and editor backend written in Zig
Last synced: 29 Mar 2025
https://github.com/ashinsan/zigwordcount
A simple `wc` clone written in Zig for learning purposes
cli learning system-programming wc word-count zig
Last synced: 14 Jul 2025
https://github.com/pedrorevesmd/ziglings-solutions
My Ziglings Solutions
zig ziglang ziglings ziglings-exercises
Last synced: 14 Sep 2025
https://github.com/tomboddaert/zig_minion
A Little Minion Computer implementation in Zig
Last synced: 12 Jun 2026
https://github.com/thekorn/snowballstem.zig
zig wrapper for the snowball stemmer
bindings snowball stemmer zig zig-package
Last synced: 04 Jun 2026
https://github.com/bcrist/zig-intel-hex
Intel Hex format library in Zig
encoding ihex intel-hex intelhex zig zig-library zig-package ziglang
Last synced: 24 Mar 2025
https://github.com/ang3lerr404/hololang
A new semi-toy programming language written in zig
programming-language programming-language-development zig
Last synced: 22 May 2026
https://github.com/bcrist/zig-fmthelper
Some std.fmt helpers for Zig programs
formatting gigabytes kilobytes megabytes units utilities utility-library zig zig-library zig-package ziglang
Last synced: 24 Mar 2025
https://github.com/bcrist/zig-sx
S-Expression [de]serialization in Zig
encoding s-expression s-expressions sexp zig zig-library zig-package ziglang
Last synced: 12 Jul 2025
https://github.com/Yukaii/ykmx
Yukai's take on terminal multiplexer
bun libghostty plugin terminal-multiplexer zig
Last synced: 12 Jun 2026
https://github.com/earthmanmuons/clefcraft
Exploration of Western music theory concepts with Zig
midi music music-theory theory zig ziglang
Last synced: 02 Sep 2025
https://github.com/harry-heath/micro
A little arcade game running on the esp32c3, made with zig
Last synced: 11 Apr 2026
https://github.com/BitPatty/zig-zag-zoe
An implementation of Tic Tac Toe using Zig and SDL3
Last synced: 10 Aug 2025
https://github.com/soheil-01/coff_loader
An experimental COFF loader for executing Cobalt Strike Beacon Object Files (BOFs)
beacon-object-file cobalt-strike coff-loader zig
Last synced: 27 Mar 2025
https://github.com/respitefromreality/template-zig-window
A barebones Zig app window template using GLFW and ZLFW
Last synced: 14 Jul 2025
https://github.com/talinthedev/zig-mcl
A MCL simulation implementation in Zig using Raylib
localization mcl monte-carlo monte-carlo-localization monte-carlo-simulation raylib robotics robotics-competition robotics-programming robotics-simulation simulation vex-robotics vex-v5 zig
Last synced: 19 May 2026
https://github.com/kvoli/zmcdata
mcdata code generator for zig. 1.8-1.17.1 packets supported. Serde and utility functions provided.
Last synced: 10 Aug 2025
https://framagit.org/haberman/zig-clap
A zig argument parser for CLI driven program.
Last synced: 12 Mar 2025
https://github.com/nukkeldev/unordered_dense
unordered_dense, packaged with zig.
Last synced: 10 Jun 2025
https://github.com/DenizBasgoren/zig-libterm
A small library for writing CLI games in Zig
Last synced: 12 Mar 2025
https://github.com/zon-dev/zon.dev
zon.dev is a website for a decentralized community.
Last synced: 15 Mar 2025
https://github.com/as400jplpc/zig_crypt
chiffrement : undecipherable
ciphering ciphering-algorithms zig
Last synced: 22 Mar 2025
https://github.com/cryptocode/zig-cast
Zig convenience functions for numeric casting
Last synced: 28 Mar 2025
https://github.com/zewenn/loom
loom is a declarative, entity component system based game engine, written in zig.
declarative entity-component-system game-engine zig
Last synced: 10 Aug 2025
https://github.com/svelterust/switch
Simple switch development setup that uses Nix and Zig
Last synced: 18 Mar 2025
https://github.com/caiocdcs/probz
A Zig library for probabilistic data structures, like Bloom Filter, HyperLogLog, etc.
bloom-filter probabilistic-data-structures zig zig-package ziglang
Last synced: 13 Aug 2025
https://github.com/krish-r/caps2esc
Remap `CAPS LOCK` to `ESC` in Linux systems.
Last synced: 08 Apr 2025
https://github.com/dennis-krasnov/sqlitez
Another thin SQLite wrapper for Zig
Last synced: 15 Jul 2025
https://github.com/insolor/game-of-life.zig
WIP: Game of life with infinite (sparse) field implemented in zig
game-of-life game-of-life-zig zig ziglang
Last synced: 17 Mar 2025
https://github.com/cherninlab/zna
zna (Zen Navigation Assistant) is a minimal, lightning-fast command-line directory navigator written in Zig.
Last synced: 17 Mar 2025
https://github.com/odigij/zig-type-erased-tree
Type erased tree in Zig.
experimental low-level-programming plain-old-data tree-structure zig
Last synced: 18 Aug 2025
https://github.com/fautore/scratchapixel-code-zig
WIP Unofficial Scratchapixel website's code repo ported to the Zig programming language.
graphics-programming scratchapixel zig zig-build ziglang
Last synced: 24 Aug 2025
https://github.com/nzrsky/lsp-mcp-server
LSP-MCP Server written in Zig
lsp lsp-client lsp-server mcp mcp-server zig
Last synced: 15 May 2026
https://github.com/soheil-01/css-parser
A very incomplete CSS parser in Zig
Last synced: 17 May 2026
https://github.com/dan149/noice
OTP (one-time pad) encryption CLI tool.
blazingly-fast cipher cli cryptography encryption encryption-decryption one-time-pad open-source otp zig ziglang
Last synced: 24 Mar 2025
https://github.com/alaminkouser/learning-zig
A repo to take note for learning zig.
Last synced: 08 Feb 2026
https://github.com/jafagervik/zinalg
Linear algebra datatypes in zig
linalg zig zig-library ziglang
Last synced: 04 Aug 2025
https://github.com/lambdachad/saltos
Tutorial for creating an x86 operating system from scratch using Zig
Last synced: 15 May 2026
https://github.com/dbtreasure/zig-bpe
Byte Pair Encoding (BPE) in the Zig programming language (0.13.0)
Last synced: 20 Jan 2026
https://github.com/zenith391/don-carlos
A small platformer for WASM-4 fantasy console
Last synced: 22 Mar 2025
https://github.com/insolor/aoc2024.zig
Advent of Code 2024 in zig
advent-of-code advent-of-code-2024 advent-of-code-2024-zig zig ziglang
Last synced: 27 Sep 2025
https://github.com/jameserrington/advent-of-code-2022
Advent of Code 2022 - Go + Zig
advent-of-code-2022 golang zig
Last synced: 08 May 2026
https://github.com/peterbocan/zig-rules
ZIg rules for the Please build system
Last synced: 20 May 2026
https://github.com/roy-corentin/proceduralanimation
Expirmentation of procedural animation in Zig with Raylib
Last synced: 28 May 2026
https://github.com/jeansidharta/nix-zon-parser
A nix library to parse build.zig.zon files into a nix expression
Last synced: 17 May 2026
https://github.com/jomy10/advent-of-code-2021
My code for Advent Of Code 2021. The first few days were written in Rust, as that is what I was learning at the time. It all is quite messy (hence the learning).
advent-of-code advent-of-code-2021 javascript ruby rust swift zig
Last synced: 09 Apr 2026
https://github.com/sendilkumarn/aoc2021InZig
advent-of-code advent-of-code-2021 adventofcode adventofcode2021 zig ziglang
Last synced: 12 Mar 2025
https://github.com/gthvn1/zanzibar
🐵 An interpreter of Monkey lang in Zig 🦎
Last synced: 17 Jan 2026
https://github.com/zigzedd/zollections
[MIRROR] Zig collections library.
collections zig zig-library zig-package
Last synced: 01 Aug 2025
https://gitlab.com/Scr0nch/zig-mandelbrot-set-visualizer
A cross-platform application that can visualize the Mandelbrot Set with GPU acceleration.
Mandelbrot set fractal glfw vulkan zig
Last synced: 12 Mar 2025
https://github.com/ghostiam/minichlink-ocd
A wrapper around `minichlink` that converts commands for `openocd` to `minichlink`. Also contains binaries for `minichlink` and `minichlink-ocd`.
ch32 ch32v ch32v003 embedded minichlink wch wch-link zig
Last synced: 05 May 2025
https://github.com/henriquencmt/zig-win32-vulkan
vulkan-tutorial.com, but using zig and win32
Last synced: 18 May 2026
https://github.com/mactsouk/tsdist-zig
Time Series Distances in Zig
book time-series timeseries zig zig-package ziglang
Last synced: 03 Sep 2025
https://github.com/corvusant/splixel
Splixel is a small CLI tool which allows creation of an image diff using base64 encoded images in and html page. The main use is convenient sharing of diffs using a single file, allowing for direct comparison.
diff html image images zig ziglang
Last synced: 03 Sep 2025
https://github.com/kassane/zwid
[WIP] Utilities for embedding CoSWID tags in EFI binaries - written on Zig
Last synced: 31 Jul 2025
https://github.com/jnbdz/zig-quickstarts
🇿 Zig | Quicstarts 🇿
quickstart quickstarts zig ziglang
Last synced: 06 Mar 2026
https://github.com/Kelpsy/aoc-2021
Solutions for Advent of Code 2021, (badly) written in Zig
advent-of-code advent-of-code-2021 zig ziglang
Last synced: 12 Mar 2025
https://github.com/aarvinr/zigsort
Selection, bubble, & insertion sort in Zig.
bubble-sort insertion-sort selection-sort sorting-algorithms zig
Last synced: 01 Sep 2025
https://github.com/aarvinr/zigzag
A space where I experiment with & learn the Zig programming language.
experiments learning projects zig
Last synced: 23 Mar 2025
https://github.com/applejag/adventofcode-2023-zig
My attempt at Advent of Code 2023 using Zig
advent-of-code advent-of-code-2023 advent-of-code-zig zig ziglang
Last synced: 03 Sep 2025
https://github.com/iokg04/cfmt
sprintf() like formatting entirely in zig - sometimes std.fmt is just too weak
Last synced: 31 Jul 2025