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-25 00:31:56 UTC
- JSON Representation
https://github.com/krypciak/haversine
Haversine calculator for made as homework for the computerenhance.com course
Last synced: 07 Oct 2025
https://github.com/forentfraps/mft_reader
Direct NTFS file reader via $MFT (Master File Table) for Windows. Bypasses file locks and permissions with admin privileges. Zig library with C bindings.
admin-tools c-bindings file-recovery filesystem forensics low-level mft ntfs red-team system-programming windows windows-internals zig
Last synced: 07 Oct 2025
https://github.com/rrchelbi/uuiz
Because every identity deserves a unique one. 🆔
blazingly-fast library module uuid zig
Last synced: 15 Oct 2025
https://github.com/peterhellberg/zig-dos-like-minivectorballs
Zig port of minivectorballs by nzy in dos-like
Last synced: 07 Oct 2025
https://github.com/Gertkeno/sphagetti_adventure
christmas present for helena
Last synced: 12 Mar 2025
https://github.com/DenizBasgoren/zig-libterm
A small library for writing CLI games in Zig
Last synced: 12 Mar 2025
https://github.com/christianhelle/argiope
A web crawler for broken-link detection and image downloading
Last synced: 07 Mar 2026
https://github.com/neal-c/zigbyexample
A playground for curiosity, fun and very deep personal notes
Last synced: 16 Aug 2025
https://github.com/permutationlock/monocypher-zig
Zig bindings for the Monocypher cryptography library.
Last synced: 16 Oct 2025
https://github.com/permutationlock/sgs_zig
A simple game server using monocypher for encryption and s2s for serialization.
Last synced: 04 Mar 2025
https://github.com/42lm/zig-dockerfile
Zig ⚡️- Dockerfile examples (mainly for use in a Docker container github action 🐳)
container-actions dockerfile dockerfile-examples github-actions zig ziglang
Last synced: 19 May 2026
https://github.com/zblauser/ytcli
Youtube music from the terminal, no auth.
audio-player cli music music-player terminal terminal-music-player tui youtube youtube-music youtube-music-tui yt-dlp zig
Last synced: 25 Jun 2026
https://github.com/lispking/zvm
A fast, dependency-free version manager for Zig written in Zig.
Last synced: 15 Apr 2026
https://github.com/peterhellberg/zig-dos-like-rotozoom
Zig port of Mattias Gustavssons port of rotozoom code by seancode
Last synced: 27 Feb 2026
https://github.com/godsarmy/libversion-zig
libversion-zig is a small wrapper around libversion C API, making it easier to use with Zig.
Last synced: 29 Jan 2026
https://github.com/ixalender/req
A simple HTTP client
command-line-tool http-client zig ziglang
Last synced: 01 Feb 2026
https://github.com/partiallywritten/humans-formatter-py
Zig implementation of humans-formatter python extension
python-extension zig zig-python-bindings
Last synced: 01 Jun 2026
https://github.com/archisman-mridha/tcp-server
Building a TCP server from scratch in each of : Rust, Zig and C
Last synced: 15 Apr 2026
https://github.com/dylibso/testing-xtp-plugins
An end-to-end example of testing XTP plugins which call host functions + example mocked host functions.
example golang host mock testing typescript wasm xtp zig
Last synced: 11 Feb 2026
https://github.com/danprince/advent-of-code
🎄 Solutions to puzzles from Advent of Code
advent-of-code clojure golang julia nim rust zig
Last synced: 14 Feb 2026
https://github.com/eren23/synapse
Modular LLM inference engine in Rust + Zig SIMD kernels. Runs on desktop (Metal GPU), browser (WASM), and ESP32. INT8/Q4 quantization, speculative decoding, multi-model support.
apple-silicon edge-ai embedded esp32 inference llm local-inference local-llm machine-learning metal metal-gpu quantization rust simd transformer wasm zig
Last synced: 04 Apr 2026
https://github.com/midasdf/zplit
A <100KB terminal multiplexer in Zig. Zero dependencies. Light enough to run where others won't.
terminal-multiplexer tui zellij-alternative zig
Last synced: 04 Apr 2026
https://github.com/eddygarcas/zig_taining_program
Zig tranining program
coding-interviews training zig
Last synced: 04 Jun 2026
https://github.com/nathannncurtis/mdview-zig
Fast, native markdown viewer for Windows — Zig + DirectWrite, ~240KB
directwrite markdown viewer windows zig
Last synced: 04 Apr 2026
https://github.com/dravenk/ziglang.sh
install-script shell shell-script zig ziglang
Last synced: 18 Apr 2026
https://github.com/chgeuer/windows-dpapi-with-zig
dataprotection dpapi windows zig ziglang
Last synced: 21 Apr 2026
https://github.com/kennethchilds/zig-revolution
Celestial body revolution in Zig using Raylib
physics-simulation raylib-zig zig
Last synced: 24 Apr 2026
https://github.com/soheil-01/bitzig
Bitzig is a Zig port of the "Programming Bitcoin" book code.
Last synced: 24 Apr 2026
https://github.com/guuzaa/coreutils
A project to implement GNU coreutils in C++ and Zig.
Last synced: 25 Apr 2026
https://github.com/insolor/zig-collections
Implementation of some useful data structures in Zig. Inspired by Python's collections module.
zig zig-library zig-package ziglang
Last synced: 25 Apr 2026
https://github.com/silentspike/worldsynth
Professional multi-engine synthesizer — CLAP plugin + Standalone for Linux
audio clap-plugin dsp linux music-production svelte synthesizer zig
Last synced: 26 Apr 2026
https://github.com/htrmc/zig-concurrent-queue
Lock-free multi-producer multi-consumer concurrent queue for Zig. Block-based, zero-lock design.
concurrent-queue data-structures lock-free mpmc multi-producer-multi-consumer zig
Last synced: 27 Apr 2026
https://github.com/nktkt/zig-kernel
x86 OS kernel in Zig — 50,000 LOC, 136 files, 110+ subsystems. GUI, TCP/IP, FAT16/ext2, fork/exec, BSD sockets, firewall, CFS scheduler, 80+ shell commands. From 150 lines to hobby OS.
bare-metal kernel operating-system os os-development x86 zig
Last synced: 29 Apr 2026
https://github.com/fabriziosestito/kw-policy-zig
Kubewarden policy in Zig
kubewarden kubewarden-policy wapc wasm zig
Last synced: 30 Apr 2026
https://github.com/vhyran/openchat
ChatApp is a simple and intuitive chat application that allows users to communicate in real-time.
Last synced: 01 May 2026
https://github.com/muthhukumar/ds-algo
Implementation of Data structures and Algorithms in Rust, Zig, Go and Typescript
algorithms data-structures golang leetcode-solutions rust typescript zig
Last synced: 04 May 2026
https://github.com/sentrygunlv3/steam-hour-counter
counts steam playtime while using a program from outside steam
playtime playtime-tracking steam steam-hour-counter zig
Last synced: 09 Jun 2026
https://github.com/qubitsync/vidweave
Efficient Zig-based backend for video processing, handling transcoding, quality chunking, and optimization for seamless streaming applications
Last synced: 05 May 2026
https://github.com/oslook/awesome-envoy
The examples and SDK ( WASM in many languages as Go, C++, Typescript, etc) for Envoy and Envoy Mobiles, The Artifacts pushed by Github Action.
emscripten envoy envoy-mobile envoyproxy github-actions wasm webassembly zig
Last synced: 06 May 2026
https://github.com/shavit/zig-install-action
Action to download and use Zig
Last synced: 08 May 2026
https://github.com/maverik/aoc2024
Advent of Code 2024 Solutions
aoc-2024 aoc-2024-in-csharp aoc-2024-in-zig csharp dotnet linqpad zig
Last synced: 09 May 2026
https://github.com/phillvancejr/move-square-cpp-zig-ada
simple graphical app to test if I want to use Zig or Ada in addition to C++
Last synced: 09 May 2026
https://github.com/corendos/wasm-hot-loading
WASM Module hotloading in native apps
Last synced: 10 May 2026
https://github.com/asdf-community/asdf-zls
zls plugin for the asdf version manager.
asdf asdf-plugin asdf-vm zig ziglang zls
Last synced: 10 May 2026
https://github.com/glassesneo/zenithor
An Application Framework for Visual Computing
entity-component-system game-development game-engine sokol-zig zig
Last synced: 13 Jun 2026
https://github.com/tapman104/zig-nacap
Idiomatic Zig wrapper for Npcap — packet capture and protocol decoding on Windows
ncap networking packet-capture windows zig
Last synced: 15 Jun 2026
https://github.com/hanmahong5-arch/glint
a 4 MB fantasy console where every NPC runs its own local LLM. zig 0.16 + luau + llama.cpp. one binary, windows/linux/macos/wasm. mit licensed.
fantasy-console game-engine gamedev llama-cpp llm local-llm luau pico-8 pixel-art single-binary tic-80 zig
Last synced: 16 Jun 2026
https://github.com/ezekielbaniaga/zig-vb6_x86
Discover the compatibility of Zig and VB6 in this interoperability test. This project serves as a proof of concept, demonstrating how these technologies can work together effectively.
Last synced: 17 Jun 2026
https://github.com/chardoncs/zig-ansi-parse
Comptime-proof ANSI format parsing library for Zig
ansi-code ansi-colors ansi-terminal colorization parser zig ziglang
Last synced: 19 Jun 2026
https://github.com/caiocdcs/zig-toon
Zig - Token-Oriented Object Notation – JSON for LLMs at half the token cost
ai config llm toon zig zig-package
Last synced: 20 Jun 2026
https://github.com/qundao/mirror-zig
Mirror of zig lang <https://codeberg.org/ziglang/zig> | https://github.com/ziglang/zig has moved | General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Last synced: 23 Jun 2026
https://github.com/deblasis/zionoise
Noise generation for Zig: Perlin, Simplex, fBm. Seedable, comptime generic. 40 tests.
game-engine gamedev gamedev-library zig zig-lang
Last synced: 23 Jun 2026
https://github.com/deblasis/ziofsm
Comptime finite state machine for Zig games. Type-safe, zero allocation. 39 tests.
game-engine gamedev gamedev-library zig zig-lang
Last synced: 23 Jun 2026
https://github.com/acctress/znn
A neural network written from scratch in Zig
Last synced: 24 Jun 2026