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-22 00:31:49 UTC
- JSON Representation
https://github.com/peter-barrow/shared-memory-zig
Unified interface to shared memory on Linux, macOS and Windows
Last synced: 14 Jun 2026
https://github.com/tizee/zig-parser-combinator
A parser-combinator library in Zig
Last synced: 20 Jun 2026
https://github.com/ydah/zwgsl
Ruby-inspired shading language that compiles to WGSL and GLSL ES 3.0, with HM-style inference, pattern matching, an LSP server, and a WebGPU playground.
compiler glsl graphics-programming lsp playground programming-language shader shading-language type-inference webgpu wgsl zig
Last synced: 13 Jun 2026
https://github.com/bcrist/zig-percent-encoding
Percent (URL) Encoding and Decoding for Zig
encoding percent-encoding urlencode zig zig-library zig-package ziglang
Last synced: 06 Feb 2026
https://github.com/ryo-zen/zeicoin
ZeiCoin is a minimalist cryptocurrency blockchain written in Zig with cumulative proof-of-work consensus, RandomX ASIC-resistant mining and peer-to-peer networking.
Last synced: 04 Apr 2026
https://github.com/archaistvolts/roc-cli-platform-zig
An experimental roc lang cli platform in zig
Last synced: 09 Jun 2026
https://github.com/rbino/zanzara
Allocation-free, I/O-agnostic MQTT client written in Zig
Last synced: 23 Jan 2026
https://github.com/griush/zig-opengl-example
Minimal example using GFLW/OpenGL/zm made in Zig
Last synced: 24 Jan 2026
https://github.com/rlopzc/waybar-wise-fx-rate
Waybar module to display FX rate between two currencies using the Wise API.
cli fx-rate fx-rates waybar waybar-module zig
Last synced: 02 Apr 2026
https://github.com/vmvarela/sql-pipe
A blazing-fast, zero-dependency CLI that pipes CSV data from stdin into an in-memory SQLite database for instant SQL querying. Built with Zig.
Last synced: 01 May 2026
https://github.com/maximbilan/zatt
Minimal macOS CLI to control MacBook battery charging via SMC
apple-silicon battery charging cli homebrew macbook macos power-management smc zig
Last synced: 03 Jun 2026
https://github.com/robbielyman/uxn-zig
WIP implementation of the Uxn system in Zig
Last synced: 03 Mar 2026
https://github.com/duyquang6/zigtor
A torrent client written in Zig
torrent torrent-client zig ziglang
Last synced: 31 Jan 2026
https://github.com/mkashirin/pyzig
Create Python native extensions using Zig and Python C API!
c-python-extensions python python-c-api zig
Last synced: 01 Apr 2026
https://github.com/mnemnion/unicoder
Zig Un-Standard Unicode Library
transcode unicode utf-8 utf8 wtf-8 zig zig-package ziglang
Last synced: 01 Jun 2026
https://github.com/ruthenium-lang/ruthenium
The most perfect programming language ever.
befunge brainfuck dreamberd funny-coding funny-program go golang gulfofmexico intercal java malbolge nim piet programming-language programming-language-development rust ruthenium satyamshorrf zig
Last synced: 12 Oct 2025
https://github.com/ziglana/solana-zig-program-template
Minimal Solana Zig program template
solana zig zig-package ziglana ziglang zup
Last synced: 08 Feb 2026
https://github.com/miou-zora/raylib-zig-nix
Minimal project for Raylib + Zig (0.13.0) + Nix
Last synced: 27 Apr 2026
https://github.com/bkataru/comprezz
A single-file gzip/deflate compression library & binary for Zig, based on code from the Zig 0.14 standard library.
binary cli compression deflate gzip library zig
Last synced: 27 Feb 2026
https://github.com/daneelsan/tinylisp
A web-based Lisp interpreter with a "terminal" interface
Last synced: 12 Oct 2025
https://github.com/nooneknowspeter/cpplings
A terminal based learning experience for C++, inspired by Rustlings
Last synced: 20 Apr 2026
https://github.com/theonlysilverclaw/valdala
A 3D survival and building game in a world of procedurally generated hexagon tiles, built with Zig and wgpu.
3d-game game voxel-game webgpu wgpu wgpu-native zig
Last synced: 12 Feb 2026
https://github.com/evan-goode/batnotifyd
Lightweight daemon for low battery notifications on GNU/Linux
Last synced: 19 Jan 2026
https://github.com/thevilledev/chibihash-zig
ChibiHash in Zig - a small, fast 64-bit hash function
hash-functions zig zig-package
Last synced: 13 Feb 2026
https://github.com/lordaro/adventofcode
Some Advent of Code solutions
advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 cpp dlang nim rust zig
Last synced: 14 Feb 2026
https://github.com/rul1an/zig-cross-compile-action
Zig based cross compilation for C, C++, Rust and Go. No Docker.
c cplusplus cross-compilation cross-compile github-actions go golang rust rust-lang zig
Last synced: 24 Apr 2026
https://github.com/candrewlee14/tetris-raylib
Tetris clone built with Raylib
Last synced: 02 Mar 2026
https://github.com/jiripospisil/drtl
Yet another tldr client written in Zig
Last synced: 15 Feb 2026
https://github.com/soheil-01/zpe
A Portable Executable parser in Zig
parser portable-executable windows zig
Last synced: 16 Feb 2026
https://github.com/hruivo/zig-x86-baremetal
Barebones x86 kernel written in Zig.
Last synced: 24 Feb 2026
https://github.com/decryptu/zig-playground
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.
hello-world helloworld sdl2 zig zig-lang ziglang
Last synced: 29 Jan 2026
https://github.com/ceyhunkerti/oracle_tocsv
oracle query to csv fast extraction utility
csv extraction oci odpi-c oracle zig
Last synced: 14 Feb 2026
https://github.com/mikea/ztd
Zig Tower Defense
data-oriented-design game game-engine-2d tower-defense zig ziglang
Last synced: 11 May 2026
https://github.com/mrusme/whats
Command line tool for getting answers to everyday questions like `whats 2 meters in feet` or more importantly `whats 1.21 gigawatts in watts`
calculator cli command-line command-line-tool conversion converter tool tools zig
Last synced: 10 Feb 2026
https://github.com/nektro/zig-intrusive-parser
Core plumbing to make text or binary document parsers with Data Oriented Design
Last synced: 10 Oct 2025
https://github.com/ai-mindset/init.vim
A Neovim configuration for Python, Elixir and Zig development
catppucin-theme copilot elixir fzf mason-lspconfig neovim-dotfiles ollama piper-tts python ruff treesitter ty vim-slime zig
Last synced: 02 Apr 2026
https://github.com/0xrinegade/clickhouse-zig
blazigly fast Clickhouse client ⚡️
blazigly clickhouse zig ziglang
Last synced: 10 Feb 2026
https://github.com/ziglibs/wavefront-obj
A parser for wavefront object files
3d-format wavefront-obj zig zig-package ziglang
Last synced: 16 Mar 2026
https://github.com/arguablykomodo/zitrus
A set of opinionated system information fetchers written in Zig, for use in lemonbar.
Last synced: 06 Feb 2026
https://github.com/aleksandrshadrin/di.zig
A simple and lightweight dependency injection container for Zig.
dependency-injection ioc-container zig zig-library zig-package
Last synced: 06 Feb 2026
https://github.com/ncode/yaml
A native Zig library for reading and writing YAML 1.2.2
yaml zig zig-library zig-package
Last synced: 10 Jun 2026
https://github.com/notcalle/parzig
Parser Combinator library for Zig
parser-combinators parser-library zig zig-lang zig-library zig-package
Last synced: 19 Jan 2026
https://github.com/williamfedele/tinycompiler
⚡ Compiler written in Zig for fun
compiler compiler-design zig ziglang
Last synced: 06 Feb 2026
https://github.com/vascocosta/zircon
A simple IRC library written in Zig.
irc irc-protocol network tls zig zig-lib zig-library zig-package ziglang
Last synced: 18 Oct 2025
https://github.com/euantorano/compile-time-string-validation
Companion repository for my "Validating strings at compile time" log post
compile-time-checking dlang nim zig
Last synced: 07 May 2026
https://github.com/deckarep/dungeon-rush
👾🐍 A zig port of Dungeon Rush. An open-source game inspired by snake, written in pure Zig with SDL2.
c dungeon-crawler game port rogue-like sdl sdl2 zig ziglang
Last synced: 24 Jan 2026
https://github.com/artronics/match-finder
A fuzzy finder library written in zig
fuzzy-finder fzf string-matching zig
Last synced: 06 Jun 2026
https://github.com/wintermi/chainguard-zig-cloud-run
An example micro service written in Zig using the Zap Web Framework. Container images are built using the Chainguard Images ready for deployment to Google Cloud Run.
chainguard-images cloudbuild cloudrun-service google-cloud google-cloud-platform zig ziglang
Last synced: 30 Jan 2026
https://github.com/ntd/zettings
A simple peristence layer for open62541 based OPC/UA servers in Zig
Last synced: 11 Feb 2026
https://github.com/ssttevee/zig-hailo
zig reimplementation of some functions provided by https://github.com/hailo-ai/hailort
ai artificial-intelligence hailo hailo-8 hailo-ai hailo8 machine-learning ml neural-network zig ziglang
Last synced: 16 Feb 2026
https://github.com/keton-id/cora
Zero-knowledge secret injection for AI agents. Written in Zig.
Last synced: 13 Jun 2026
https://github.com/jsyrjala/jumper
Platformer game with zig and WASM-4. Nitor codecamp.
Last synced: 04 May 2026
https://github.com/s-leroux/mongoz
A thin Zig wrapper around the MongoDB C driver
client-library mongo mongodb zig ziglang
Last synced: 02 Mar 2026
https://github.com/dasimmet/zig_pkg_tool
a command line tool to work with build.zig dependencies and build graphs
Last synced: 26 Oct 2025
https://github.com/jedisct1/zig-common-access-token
Zig implementation of Common Access Token (CTA-5007).
access cat common common-access-tokens commonaccesstoken cta please-use-better-authentication-mechanisms token tokens zig zig-package
Last synced: 02 Mar 2026
https://github.com/bo1led-owl/spalloc
Toy allocator with C interface written in Zig
allocators c memory-managament zig
Last synced: 21 Apr 2026
https://github.com/funnbot/grapl
Great... Really? Another programming language?
programming-language zig ziglang
Last synced: 26 Oct 2025
https://github.com/cbilz/patch
Zig package for applying patches to files
build-system diff git patch zig zig-package
Last synced: 13 Feb 2026
https://github.com/ryogrid/learnzig
Execution time comparison of fib(46) between raw JS and WebAssembly on web browser
Last synced: 07 May 2026
https://github.com/zig-utils/zig-js
A JavaScript engine in pure Zig.
engine javascript javascriptcore js jsc test262 zig
Last synced: 13 Jun 2026
https://github.com/ziqi-yang/greetd_ipc
[mirror] Zig library for interacting with [greetd](https://sr.ht/~kennylevinsen/greetd/) ipc.
Last synced: 22 Jan 2026
https://github.com/cloudef/zig-fsm-compiler
Ragel compatible FSM compiler for Zig
compiler fsm lexer logic parser parsing state state-machine state-management tokenizer zig
Last synced: 19 Oct 2025
https://github.com/ndrean/ex_zig_zigler_wasmex
Demo of running Zig code in Elixir with Zigler and in WebAssembly server-side with Wasmex and client-side with native WebAssembly
elixir wasmex webassembly zig zigler
Last synced: 07 Feb 2026
https://github.com/copyleftdev/copyleftdev
Systems-level software engineer building security tools, developer infrastructure, and AI-native systems in Rust, Go, and Zig. 560+ open source repositories.
ai-tools cli developer-tools devtools distributed-systems golang mcp model-context-protocol nim offensive-security open-source osint python red-team rust security systems-programming typescript web-fuzzer zig
Last synced: 04 Mar 2026
https://github.com/daneelsan/ziglink
Call Zig code from Wolfram Language via the LibraryLink interface.
Last synced: 10 Jun 2026
https://github.com/nektro/zig-licenses-text
Full license text from https://spdx.org/licenses/.
Last synced: 05 Mar 2026
https://github.com/dylanlangston/asteroids
A twist on the classic game where asteroids bounce off the walls.
asteroids asteroids-game game-jam raylib zig
Last synced: 08 Jun 2026
https://github.com/kassane/sanitizers-zig
LLVM sanitizers for zig-toolchain
cpp cpp-libraries llvm-sanitizer zig zig-package
Last synced: 24 Oct 2025
https://github.com/softprops/zig-doh
DNS over HTTPS client
dns doh zig zig-library zig-package zigdex-lib
Last synced: 17 Jun 2026
https://github.com/whatupdave/zigwasm
Trying out game development in zig targeting the web
Last synced: 30 Apr 2026
https://github.com/kassane/esp32-baremetal-zig
Hardware Abstraction Layers for ESP32 (Xtensa only)
embedded embedded-hal esp32 espressif xtensa zig zig-package
Last synced: 08 Jun 2026
https://github.com/ghashtag/zig-golden-float
GoldenFloat16: φ-optimized ML number formats for Zig
c float float32 float64 floating-point rust rust-lang rust-library rustlang zig zig-lib zig-library zig-package ziglang
Last synced: 06 Apr 2026
https://github.com/jassielof/toonz
A Zig implementation of the TOON (Token-Oriented Object Notation) format.
ai llm parser toon toon-format zig
Last synced: 02 Mar 2026
https://github.com/zig-utils/zig-tls
Pure Zig TLS 1.3 implementation for SMTP and other protocols.
Last synced: 01 Apr 2026
https://github.com/mnmlyw/pico-z
a PICO-8 emulator with save states
emulator fantasy-console gamedev lua pico-8 retro-gaming sdl3 zig
Last synced: 01 May 2026