https://github.com/C-BJ/awesome-zig
📜Zig Learning Guide & Project Lists
https://github.com/C-BJ/awesome-zig
List: awesome-zig
awesome awesome-list zig
Last synced: 4 days ago
JSON representation
📜Zig Learning Guide & Project Lists
- Host: GitHub
- URL: https://github.com/C-BJ/awesome-zig
- Owner: C-BJ
- License: cc0-1.0
- Created: 2022-01-20T10:11:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T09:50:18.000Z (11 days ago)
- Last Synced: 2025-04-10T17:54:51.449Z (5 days ago)
- Topics: awesome, awesome-list, zig
- Homepage:
- Size: 253 KB
- Stars: 1,380
- Watchers: 26
- Forks: 75
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- more-awesome - Zig - Low-level language and toolchain. Also by [@catdevnull](https://github.com/catdevnull/awesome-zig#readme). (Programming Languages)
- ultimate-awesome - awesome-zig - 📜Zig Learning Guide & Project Lists. (Other Lists / Julia Lists)
README
# Awesome Zig
> 📜Zig Learning Guide & Project Lists
[
](https://ziglang.org)
[Zig](https://ziglang.org/) is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
**Thanks to all the project authors and others who made this project possible.**
**Note🗒️A project can be a development tool, application, library or other category at the same time, but it will only appear once in this guide.**
## Table Of Contents
- [Related Web Sites](#related-web-sites)
- [Development Tools](#development-tools)
- [Editor Plugins](#editor-plugins)
- [Package Managers](#package-managers)
- [Other Tools](#other-tools)
- [Applications](#applications)
- [Blockchain](#blockchain)
- [Command Line](#command-line)
- [Compiler & Parser & Interpreter](#compiler--parser--interpreter)
- [Database](#database)
- [Embedded](#embedded)
- [Game and Desktop(GUI) Applications](#game--desktopgui-applications)
- [Operating Systems & Kernels](#operating-systems--kernels)
- [Simulator & Virtual Machine & Emulator](#simulator--virtual-machine--emulator)
- [Web](#web-app)
- [Other Applications](#other-applications)
- [Libraries](#libraries)
- [Blockchain Development](#blockchain-development)
- [Database Operation](#database-operation)
- [Encryption & Encoding & Decoding](#encryption--encoding--decoding)
- [Game Dev & GUI Dev & Media Framework](#game-dev--gui-dev--media-framework)
- [Language Bindings](#language-bindings)
- [Terminal & Low-Level Libraries & System API](#terminal--low-level-libraries--system-api)
- [Universal](#universal)
- [Algorithms & Data Structures](#algorithms--data-structures)
- [Concurrency](#concurrency)
- [Memory Management](#memory-management)
- [Other Universal Libraries](#other-universal-libraries)
- [Web](#web-lib)
- [Other Libraries](#other-libraries)
- [Resources](#resources)
- [Community](https://github.com/ziglang/zig/wiki/Community)
- [Introduction Or News](#introduction-or-news)
- [Learning](#learning)
- [Contributing](https://github.com/C-BJ/awesome-zig/blob/main/CONTRIBUTING.md)## Related Web Sites
- [Zig Official Website](https://ziglang.org/)
- [Zig Github Page](https://github.com/ziglang)
- [Zig News](https://zig.news/)
- [Zig Community List](https://github.com/ziglang/zig/wiki/Community)
- [Zig Monthly](https://zigmonthly.org/)
- [Zig Showtime](https://zig.show/)
- [Zig Playground](https://zig-play.dev/)
- [Andrew Kelley's (founder of zig) Personal Blog](https://andrewkelley.me/)
- [Loris Cro's Personal Blog](https://kristoff.it/)
- [Zig Weekly](https://discu.eu/weekly/zig/)## Development Tools
- ### Editor Plugins
- 
[intellij-zig🗒️The IntelliJ IDEA plugin for the Zig programming language](https://github.com/ice1000/intellij-zig)
- 
[kde-syntax-highlighting🗒️kde xml file for zig syntax highlighting](https://github.com/ziglang/kde-syntax-highlighting)
- 
[sublime-zig-language🗒️Zig language support for Sublime Text](https://github.com/ziglang/sublime-zig-language)
- 
[vscode-zig🗒️Zig language support for VSCode](https://github.com/ziglang/vscode-zig)
- 
[zig-mode🗒️Zig mode for Emacs](https://github.com/ziglang/zig-mode)
- 
[zig.vim🗒️Vim configuration for Zig](https://github.com/ziglang/zig.vim)- ### Package Managers
- 
[asdf-zig🗒️zig plugin for asdf version manager](https://github.com/cheetah/asdf-zig)
- 
[gyro🗒️A Zig package manager with an index, build runner, and build dependencies](https://github.com/mattnite/gyro)
- 
[zpm🗒️Package dependency generator; WIP](https://github.com/zigtools/zpm)
- 
[Zig-AoC-Template🗒️A template for Advent of Code participants using Zig](https://github.com/SpexGuy/Zig-AoC-Template)
- 
[zigmod🗒️A package manager for the Zig programming language](https://github.com/nektro/zigmod)- ### Other Tools
- 
[aquila🗒️📫 A federated package index and CI system for Zig projects](https://github.com/nektro/aquila)
- 
[futureproof🗒️A live editor for fragment shaders, powered by Neovim, WebGPU, and Zig!](https://github.com/mkeeter/futureproof)
- 
[jaz🗒️A JVM implementation in Zig!](https://github.com/zig-java/jaz)
- 
[marble🗒️A metamorphic testing library for Zig](https://github.com/cryptocode/marble)
- 
[repository🗒️A community-maintained repository of zig packages](https://github.com/ziglibs/repository)
- 
[setup-zig🗒️use a @ziglang compiler in your github actions workflows](https://github.com/goto-bus-stop/setup-zig)
- 
[svd2zig🗒️Convert System View Description (svd) files to Zig headers for baremetal development](https://github.com/justinbalexander/svd2zig)
- 
[tree-sitter-zig🗒️Tree Sitter for Zig](https://github.com/maxxnino/tree-sitter-zig)
- 
[xmake🗒️A cross-platform build utility based on Lua](https://github.com/xmake-io/xmake)
- 
[zigbo🗒️Zig build system graph output step](https://github.com/haze/zigbo)
- 
[zig-deploy🗒️Deploy your iOS apps written with Zig!](https://github.com/kubkon/zig-deploy)
- 
[zig-diff🗒️Text diffing in zig](https://github.com/tomhoule/zig-diff)
- 
[zig-doctest🗒️A tool for testing snippets of code, useful for websites and books that talk about Zig](https://github.com/kristoff-it/zig-doctest)
- 
[zigfmt-web🗒️zig fmt on the web](https://github.com/shritesh/zigfmt-web)
- 
[zig-header-gen🗒️Automatically generate headers/bindings for other languages from Zig code](https://github.com/suirad/zig-header-gen)
- 
[zig-pypi🗒️The Zig programming language, packaged for PyPI](https://github.com/ziglang/zig-pypi)
- 
[zig-sdk🗒️An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler](https://github.com/vezel-dev/zig-sdk)
- 
[zig-snapshots🗒️Preview Zig's incremental linker state in interactive HTML](https://github.com/kubkon/zig-snapshots)
- 
[zigup🗒️Download and manage zig compilers](https://github.com/marler8997/zigup)
- 
[zld🗒️Zig's lld drop-in replacement](https://github.com/kubkon/zld)
- 
[zls🗒️Zig LSP implementation + Zig Language Server](https://github.com/zigtools/zls)
- 
[zon2nix🗒️Convert the dependencies in `build.zig.zon` to a Nix expression](https://github.com/nix-community/zon2nix)## Applications
- ### Blockchain
- 
[btczee🗒️A Bitcoin protocol implementation in Zig](https://github.com/zig-bitcoin/btczee)
- 
[Coconut🗒️Cashu wallet and mint implementation in Zig](https://github.com/zig-bitcoin/coconut)
- 
[rheia🗒️A blockchain written in Zig](https://github.com/lithdew/rheia)
- 
[Sig🗒️A Solana Zig validator client](https://github.com/Syndica/sig)
- 
[ziggy-starkdust🗒️Cairo VM in Zig](https://github.com/keep-starknet-strange/ziggy-starkdust)- ### Command Line
- 
[calctax🗒️Simple tax calculator for employees in Poland after Nowy Lad changes in 2022](https://github.com/kubkon/calctax)
- 
[crisp🗒️A Minimal Lispy Calculator](https://github.com/rvcas/crisp)
- 
[dt🗒️duct tape for your Unix pipes. Pipe text into a functional/concatenative awk-like tool.](https://github.com/booniepepper/dt)
- 
[gi🗒️Simple program that generates .gitignore files based on the templates from https://github.com/toptal/gitignore](https://github.com/dmbfm/gi)
- [outfieldr🗒️A TLDR client in Zig](https://gitlab.com/ve-nt/outfieldr)
- 
[sapt🗒️Simple file-oriented API-testing tool](https://github.com/michaelo/sapt)
- 
[pbui-main🗒️The main repository for the PBUI project](https://github.com/pbui-project/pbui-main)
- 
[redis-rope🗒️A fast native data type for manipulating large strings in Redis](https://github.com/ekzhang/redis-rope)
- 
[zcoff🗒️Like dumpbin.exe but cross-platform](https://github.com/kubkon/zcoff)
- 
[zig-inquirer🗒️A collection of utilities for prompting information from the user on the CLI](https://github.com/nektro/zig-inquirer)
- 
[zigish🗒️A toy Unix shell written in Zig](https://github.com/ratfactor/zigish)- ### Compiler & Parser & Interpreter
- 
[arocc🗒️A C compiler written in Zig](https://github.com/Vexu/arocc)
- 
[base32🗒️base32 encoding/decoding for ziglang](https://github.com/gernest/base32)
- 
[bog🗒️Small, strongly typed, embeddable language](https://github.com/Vexu/bog)
- 
[brainfuck-zig🗒️Brainfuck interpreter written in zig](https://github.com/dantecatalfamo/brainfuck-zig)
- 
[buzz🗒️buzz, A small/lightweight statically typed scripting language (in development)](https://github.com/buzz-language/buzz)
- 
[cmdlinezig🗒️A simple command line parser](https://github.com/travisstaloch/cmdlinezig)
- 
[cyber🗒️Fast and concurrent scripting](https://github.com/fubark/cyber)
- 
[hzzp🗒️A I/O agnostic HTTP/1.1 parser and encoder for Zig](https://github.com/truemedian/hzzp)
- 
[ini🗒️A teeny tiny ini parser](https://github.com/ziglibs/ini)
- 
[jng2-decrypt🗒️Small program for decrypting the Jets'n'Guns 2 game files](https://github.com/Hejsil/jng2-decrypt)
- 
[koino🗒️CommonMark + GFM compatible Markdown parser and renderer](https://github.com/kivikakk/koino)
- 
[libpcre.zig🗒️Zig bindings to libpcre](https://github.com/kivikakk/libpcre.zig)
- 
[liz🗒️Lisp-flavored general-purpose programming language (based on Zig)](https://github.com/dundalek/liz)
- 
[LoLa🗒️LoLa is a small programming language meant to be embedded into games](https://github.com/MasterQ32/LoLa)
- 
[luf🗒️Statically typed, embeddable, scripting language written in Zig](https://github.com/Luukdegram/luf)
- 
[protozig🗒️The protozig(uana), or protocol buffers implementation in Zig](https://github.com/kubkon/protozig)
- 
[rem🗒️An HTML parsing library, written in Zig](https://github.com/chwayne/rem)
- 
[tres🗒️ValueTree-based JSON parser](https://github.com/ziglibs/tres)
- 
[zacho🗒️Zig's Mach-O parser](https://github.com/kubkon/zacho)
- 
[zava🗒️Java VM / bytecode interpreter in Zig](https://github.com/chaoyangnz/zava)
- [zcheme🗒️WIP implementation of R7RS Scheme](https://hg.sr.ht/~hutzdog/Zcheme)
- 
[zelf🗒️Zig's ELF parser utility](https://github.com/kubkon/zelf)
- [zexpr🗒️Zig S-expression library](https://hg.sr.ht/~hutzdog/Zcheme/browse/zexpr?rev=tip)
- 
[zig-cli🗒️A simple package for building command line apps in Zig](https://github.com/sam701/zig-cli)
- 
[zig-dwarfdump🗒️dwarfdump utility but in Zig](https://github.com/kubkon/zig-dwarfdump)
- 
[zigmkv🗒️wip Matroska/webm (mkv) parser in Zig](https://github.com/vi/zigmkv)
- 
[zig-parse-args🗒️Parse command line arguments](https://github.com/winksaville/zig-parse-args)
- 
[zig-parse-number🗒️Implement ParseNumber which can parse any TypeId.Int or TypeId.Float](https://github.com/winksaville/zig-parse-number)
- 
[zig-regex🗒️A regex implementation for the zig programming language](https://github.com/tiehuis/zig-regex)
- 
[zig-ryu🗒️Zig port of https://github.com/ulfjack/ryu](https://github.com/tiehuis/zig-ryu)
- 
[zig-toml🗒️A TOML parser written in Zig](https://github.com/aeronavery/zig-toml)
- 
[zig-toml🗒️An LL TOML parser that parses into Zig structs](https://github.com/sam701/zig-toml)
- 
[zig-json5🗒️A JSON5 Parser/Stringifier written in Zig](https://github.com/Himujjal/zig-json5)
- 
[ziguid🗒️GUID parsing/stringifying with zig](https://github.com/goto-bus-stop/ziguid)
- 
[zig-yaml🗒️YAML parser for Zig](https://github.com/kubkon/zig-yaml)
- [ztoml🗒️TOMLv1.0.0 parser](https://codeberg.org/naneros/ztoml.git)
- 
[zua🗒️An implementation of Lua 5.1 in Zig, for learning purposes](https://github.com/squeek502/zua)
- 
[zuri🗒️URI parser for Zig](https://github.com/Vexu/zuri)- ### Database
- 
[awtfdb🗒️the Anime Woman's Tagged File Data Base](https://github.com/lun-4/awtfdb)
- 
[pg.zig🗒️Native PostgreSQL driver](https://github.com/karlseguin/pg.zig)
- 
[redis-cuckoofilter🗒️Hashing-function agnostic Cuckoo filters for Redis](https://github.com/kristoff-it/redis-cuckoofilter)
- 
[sqlite-zig SQLite bindings](https://github.com/leroycep/sqlite-zig)
- 
[tigerbeetle🗒️A distributed financial accounting database designed for mission critical safety and performance to power the future of financial services](https://github.com/coilhq/tigerbeetle)
- 
[zek](https://github.com/drcode/zek)
- 
[zig-cassandra🗒️Cassandra CQL client](https://github.com/vrischmann/zig-cassandra)
- 
[zig-okredis🗒️Zero-allocation Client for Redis 6+](https://github.com/kristoff-it/zig-okredis)
- 
[zig-sqlite🗒️zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig](https://github.com/vrischmann/zig-sqlite)
- 
[zuckdb.zig🗒️driver for DuckDB, making it easier to use with Zig](https://github.com/karlseguin/zuckdb.zig)- ### Embedded
- 
[embedded_zig🗒️minimal Zig embedded ARM example (STM32F103 blue pill)](https://github.com/tralamazza/embedded_zig)
- 
[uefi-paint🗒️UEFI-bootable touch paint app](https://github.com/nrdmn/uefi-paint)
- 
[zig-armv8m-test🗒️Minimal Zig-based app for Armv8-M + TrustZone](https://github.com/yvt/zig-armv8m-test)
- 
[zig-bare-metal-microbit🗒️Bare metal microbit program written in zig](https://github.com/markfirmware/zig-bare-metal-microbit)
- 
[Ziguana-Game-System🗒️A retro-style gaming console running on bare x86 metal written in Zig](https://github.com/MasterQ32/Ziguana-Game-System)
- ### Game & Desktop(GUI) Applications- 
[4x4-Sudoku-Game🗒️A simple Sudoku game on a 4x4 grid, uses Raylib for graphics](https://github.com/10aded/4x4-Sudoku-Game)
- 
[Cubyz🗒️Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.](https://github.com/PixelGuys/Cubyz)
- 
[blink🗒️A game about building logic with lasers](https://github.com/Stenodyon/blink)
- 
[bork🗒️A TUI chat client tailored for livecoding on Twitch](https://github.com/kristoff-it/bork)
- 
[butterfly-quiz🗒️A simple quiz game about common North American butterfly names, uses Raylib for graphics](https://github.com/10aded/butterfly-quiz)
- 
[clashos🗒️multiplayer arcade game for bare metal Raspberry Pi 3 B+](https://github.com/andrewrk/clashos)
- 
[curses-minesweeper🗒️Minesweeper game written in curses with zig](https://github.com/Akuli/curses-minesweeper)
- 
[gamejam-zig-vulkan🗒️A game written in ~1 day using zig and vulkan](https://github.com/Avokadoen/gamejam-zig-vulkan)
- 
[hello-triangle🗒️Opens a window and draws a nice little triangle](https://github.com/zig-community/hello-triangle)
- 
[legend-of-swarkland🗒️Hack-n-slash roguelike inspired by NetHack](https://github.com/thejoshwolfe/legend-of-swarkland)
- 
[kisa🗒️Text editor of the new world](https://github.com/greenfork/kisa)
- 
[minesweeper-zig🗒️Simple Minesweeper clone written in Zig, using SDL for graphics](https://github.com/Ryp/minesweeper-zig)
- 
[MiniPixel🗒️Tiny pixel art editor](https://github.com/fabioarnold/MiniPixel)
- 
[mogwai🗒️Graphic utility used to manipulate objects in 3D for scene editing (commonly called Gizmo)](https://github.com/kooparse/mogwai)
- 
[OpenCSE🗒️Free implementation of the Can't Stop Express dice game](https://github.com/dantecatalfamo/OpenCSE)
- 
[pacman.zig🗒️Simple Pacman clone written in Zig](https://github.com/floooh/pacman.zig)
- 
[pixelcode](https://github.com/pfgithub/pixelcode)
- 
[rayray🗒️A tiny GPU raytracer, using Zig and WebGPU](https://github.com/mkeeter/rayray)
- 
[snake-zig🗒️A simple snake game written in the Zig programming language using OpenGL 2](https://github.com/fabioarnold/snake-zig)
- 
[SoftRenderLib🗒️A collection of software rendering routines](https://github.com/MasterQ32/SoftRenderLib)
- 
[tetris🗒️A simple tetris clone written in zig programming language](https://github.com/andrewrk/tetris)
- 
[underburrow🗒️A small platformer example for Slingworks & Zig](https://github.com/JonSnowbd/underburrow)
- 
[weekend-raytracer-zig🗒️A Zig implementation of the "Ray Tracing in One Weekend" book](https://github.com/Nelarius/weekend-raytracer-zig)
- 
[wired](https://github.com/desttinghim/wired)
- 
[zig-gorillas🗒️A clone of the classic QBasic Gorillas written in the Zig programming language](https://github.com/fabioarnold/zig-gorillas)
- 
[Zig-Oculus-Quest🗒️An example application for the Oculus Quest, written in Zig](https://github.com/SpexGuy/Zig-Oculus-Quest)
- 
[ZigPaint🗒️A simple paint application written in Zig. Used to create an OpenGL loader/wrapper and a minimal UI system](https://github.com/MasterQ32/ZigPaint)
- 
[zig-raylib-experiments🗒️Some classic game implementations in Zig using raylib](https://github.com/BitPuffin/zig-raylib-experiments)
- 
[zig-raytrace🗒️simple raytracer in zig](https://github.com/tiehuis/zig-raytrace)
- 
[Zig-Showdown🗒️A community effort to create a small multiplayer 3D shooter game in pure zig](https://github.com/zig-community/Zig-Showdown)
- 
[zig-vulkan-triangle🗒️simple triangle displayed using vulkan, glfw, and zig](https://github.com/andrewrk/zig-vulkan-triangle)
- 
[zig-wasm-snake🗒️Classic snake game written in Zig, compiled to WASM](https://github.com/holobeat/zig-wasm-snake)
- 
[zootdeck🗒️Fediverse GTK Desktop Reader](https://github.com/donpdonp/zootdeck)
- 
[zstack🗒️Line-race tetris mode in Zig](https://github.com/tiehuis/zstack)
- 
[ztick🗒️tiny desktop utility to keep notes ( with no features ). Written in zig and gtk4](https://github.com/flouthoc/ztick)
- 
[zyg🗒️Pathtracer written in zig](https://github.com/Opioid/zyg)- ### Operating Systems & Kernels
- 
[BamOS🗒️Open-source OS focused on speed, quality and compatibility with the ABI of well-known systems.](https://github.com/bagggage/bamos)
- 
[CascadeOS🗒️General purpose operating system targeting standard desktops and laptops.](https://github.com/CascadeOS/CascadeOS)
- 
[daintree🗒️ARMv8-A/RISC-V kernel (with UEFI bootloader)](https://github.com/kivikakk/daintree)
- 
[georgios🗒️Hobby Operating System](https://github.com/iguessthislldo/georgios)
- 
[HellOS🗒️"hello world" x86 kernel example](https://github.com/andrewrk/HellOS)
- 
[Hidamari🗒️Modern operating system aimed at running WebAssembly code](https://github.com/HidamariProject/Hidamari)
- 
[kernel-zig🗒️hobby x86 kernel zig](https://github.com/jzck/kernel-zig)
- 
[Lukarnel🗒️A microkernel in zig with rust microservices](https://github.com/DorianXGH/Lukarnel)
- 
[Mewz🗒️A unikernel designed specifically for running Wasm applications and compatible with WASI](https://github.com/mewz-project/mewz)
- 
[microzig🗒️Unified abstraction layer and HAL for several microcontrollers](https://github.com/ZigEmbeddedGroup/microzig)
- 
[pluto🗒️An x86 kernel written in Zig](https://github.com/ZystemOS/pluto)
- 
[tizr80🗒️TiZr80, a TI-84+ CE/TI-83 Premium CE calculator emulator core](https://github.com/jacobly0/tizr80)
- 
[trOS🗒️tiny aarch64 baremetal OS thingy](https://github.com/sjdh02/trOS)
- 
[uefi-bootstrap🗒️experiments with bootstrapping a kernel with UEFI](https://github.com/stakach/uefi-bootstrap)
- 
[uefi-examples🗒️UEFI examples in Zig](https://github.com/nrdmn/uefi-examples)
- 
[rise🗒️A better operating system](https://github.com/davidgm94/rise)
- 
[ZBZZ.OS🗒️An operating system built with RISCV and Zig](https://github.com/ZeeBoppityZagZiggity/ZBZZ.OS)
- 
[zen🗒️Experimental operating system written in Zig](https://github.com/AndreaOrru/zen)
- 
[zestos🗒️A unix os written in zig for riscv64](https://github.com/csirak/zestos)
- 
[zig-bare-metal-raspberry-pi🗒️Bare metal raspberry pi program written in zig](https://github.com/markfirmware/zig-bare-metal-raspberry-pi)
- 
[zig-x86_64🗒️Support for x86_64 specific instructions (e.g. TLB flush), registers (e.g. control registers), and structures (e.g. page tables)](https://github.com/leecannon/zig-x86_64)- ### Simulator & Virtual Machine & Emulator
- 
[chip8-zig🗒️A CHIP-8 emulator written in Zig](https://github.com/GrooveStomp/chip8-zig)
- 
[ChipZ🗒️A simple Chip8 emulator (executable and library) written in Zig](https://github.com/Arwalk/ChipZ)
- 
[fundude🗒️Gameboy emulator:Zig -> wasm](https://github.com/fengb/fundude)
- 
[kc85.zig🗒️A KC85 emulator written in Zig](https://github.com/floooh/kc85.zig)
- 
[riscv-zig🗒️A RISC-V emulator written in Zig](https://github.com/Ronsor/riscv-zig)
- 
[zlox🗒️lox virtual machine implementation in zig!](https://github.com/I-mikan-I/zlox)
- ### Web {#app}- 
[astrolabe🗒️backend for https://astrolabe.pm](https://github.com/mattnite/astrolabe)
- 
[hello🗒️Multi-threaded cross-platform HTTP/1.1 web server example in Zig](https://github.com/lithdew/hello)
- 
[http.zig🗒️Fast HTTP/1.1 server with routing, app context and testing](https://github.com/karlseguin/http.zig)
- 
[lua-in-the-browser🗒️using zig to build lua for webassembly](https://github.com/andrewrk/lua-in-the-browser)
- 
[websocket.zig🗒️Websocket server and client](https://github.com/karlseguin/websocket.zig)
- 
[zelda🗒️A simple HTTP client library for Zig](https://github.com/haze/zelda)
- 
[zerve🗒️Simple framework for writing web services and web apps in zig](https://github.com/floscodes/zerve)
- 
[zig-libressl🗒️LibreSSL stream wrappers for Zig](https://github.com/haze/zig-libressl)
- 
[zig-objdump🗒️objdump but in Zig and for Zig](https://github.com/kubkon/zig-objdump)
- 
[zig-wasm-dom🗒️Zig + WebAssembly + JS + DOM](https://github.com/shritesh/zig-wasm-dom)
- 
[zig-wasm-test🗒️A minimal Web Assembly example using Zig's build system](https://github.com/meheleventyone/zig-wasm-test)
- 
[zss🗒️zss is a CSS layout engine and renderer](https://github.com/chwayne/zss)
- 
[zwld🗒️Experimental wasm linker](https://github.com/Luukdegram/zwld)- ### Other Applications
- 
[bun🗒️Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one](https://github.com/oven-sh/bun)
- 
[cld🗒️Linker for the Coff/PE file format](https://github.com/Luukdegram/cld)
- 
[computils🗒️Zig utilities for all your comptime needs](https://github.com/ziglibs/computils)
- 
[cosmic🗒️A general purpose runtime for Javascript/WASM](https://github.com/fubark/cosmic)
- 
[dipm🗒️A distro independent package manager for installing statically linked executables](https://github.com/Hejsil/dipm)
- 
[geteltorito-zig🗒️geteltorito re-write in Zig](https://github.com/hspak/geteltorito-zig)
- 
[hexdump-zip🗒️produce an annotated hexdump of a zipfile](https://github.com/thejoshwolfe/hexdump-zip)
- 
[iguanaTLS🗒️Minimal, experimental TLS 1.2 implementation in Zig](https://github.com/alexnask/iguanaTLS)
- 
[iotmonitor🗒️Monitor and State server for iot mqtt devices, and software agents. This daemon permit to maintain the execution of constellations of mqtt devices and associated agents](https://github.com/mqttiotstuff/iotmonitor)
- 
[onenightonearth🗒️An interactive star map, written in Typescript and WebAssembly using Zig](https://github.com/mjoerussell/onenightonearth)
- 
[pacman.zig🗒️Simple Pacman clone written in Zig](https://github.com/floooh/pacman.zig)
- 
[proxy-wasm-cloud-logging-trace-context🗒️A proxy-wasm compilant WebAssembly module for making proxies integrate with Google Cloud Logging](https://github.com/kauche/proxy-wasm-cloud-logging-trace-context)
- 
[river🗒️A dynamic tiling Wayland compositor](https://github.com/riverwm/river)
- 
[wayfarer🗒️Experiments involving a Zig Wayland compositor](https://github.com/dominikh/wayfarer)
- 
[waylock🗒️A small screenlocker for Wayland compositors](https://github.com/ifreund/waylock)
- 
[ZigAndroidTemplate🗒️This repository contains a example on how to create a minimal Android app in Zig](https://github.com/MasterQ32/ZigAndroidTemplate)
- 
[zig-ios-example🗒️Minimal build.zig for targeting iOS](https://github.com/kubkon/zig-ios-example)
- 
[zig-minisign🗒️Minisign reimplemented in Zig](https://github.com/jedisct1/zig-minisign)
- 
[zig-nodejs-example🗒️Node.js Native Module written in Zig](https://github.com/staltz/zig-nodejs-example)
- 
[zig-protobuf🗒️a protobuf 3 implementation for zig](https://github.com/Arwalk/zig-protobuf)
- 
[zig-snappy🗒️Snappy compression for Zig](https://github.com/gsquire/zig-snappy)
## Libraries- ### Blockchain Development
- 
[solana-program-sdk-zig🗒️Write Solana programs in Zig](https://github.com/joncinque/solana-program-sdk-zig)
- 
[verkle-crypto🗒️Cryptography for Ethereum Verkle Trees](https://github.com/jsign/verkle-crypto)
- 
[zig-on-stylus🗒️EVM-interoperable smart contracts written in Zig](https://github.com/OffchainLabs/zig-on-stylus)- ### Database Operation
- 
[lithdew/lmdb-zig🗒️Lightweight, fully-featured, idiomatic cross-platform Zig bindings to Lightning Memory-Mapped Database (LMDB)](https://github.com/lithdew/lmdb-zig)
- 
[zig-sqlite🗒️zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig](https://github.com/vrischmann/zig-sqlite)
- 
[zdb🗒️Allocator-free document oriented database management](https://github.com/ziglibs/zdb)
- 
[zig-sqlite3🗒️sqlite3 wrapper for Zig](https://github.com/nektro/zig-sqlite3)- ### Encryption & Encoding & Decoding
- 
[Base58-zig🗒️A base58 encoding/decoding library providing both alloc and non-alloc methods](https://github.com/ultd/base58-zig)
- 
[hts-zig🗒️ziglang + htslib](https://github.com/brentp/hts-zig)
- 
[inon🗒️Data serialization format in Zig](https://github.com/iddev5/inon)
- 
[mecha🗒️A parser combinator library for Zig](https://github.com/Hejsil/mecha)
- 
[s2s🗒️A zig binary serialization format](https://github.com/ziglibs/s2s)
- 
[tls13-zig🗒️The first TLS1.3 implementation in Zig(master/HEAD) only with std](https://github.com/shiguredo/tls13-zig)
- 
[uuencode🗒️Unix-To-Unix-Encoding for Zig](https://github.com/ziglibs/uuencode)
- 
[xm🗒️Tokenize XML](https://github.com/andrewrk/xml)
- 
[wavefront-obj🗒️A parser for wavefront object files](https://github.com/ziglibs/wavefront-obj)
- 
[zasp🗒️zasp ⚡ a streaming parser](https://github.com/fengb/zasp)
- 
[zaml🗒️Fast YAML 1.2 parsing library for Python 3](https://github.com/adamserafini/zaml)
- 
[zdwg🗒️Read, manipulate, write AutoCad DWG files in zig](https://github.com/alexnask/zdwg)
- 
[zig-args🗒️Simple-to-use argument parser with struct-based config](https://github.com/MasterQ32/zig-args)
- 
[zig-charm🗒️A Zig version of the Charm crypto library](https://github.com/jedisct1/zig-charm)
- 
[zig-libxml2🗒️libxml2 built using Zig build system](https://github.com/mitchellh/zig-libxml2)
- 
[zig-md2🗒️A MD2 hash function for Zig](https://github.com/deatil/zig-md2)
- 
[zig-md4🗒️A MD4 hash function for Zig](https://github.com/deatil/zig-md4)
- 
[zig-tzif🗒️TZif parsing for Zig](https://github.com/leroycep/zig-tzif)
- 
[zig-nestedtext🗒️Zig NestedText parser library - a simple human readable data format based on YAML](https://github.com/LewisGaul/zig-nestedtext)
- 
[zig-wayland🗒️Zig wayland scanner and libwayland bindings](https://github.com/ifreund/zig-wayland)
- 
[zjson🗒️Minimal json library with zero allocations](https://github.com/xyaman/zjson)- ### Game Dev & GUI Dev & Media Framework
- 
[2jz🗒️An archetype-based entity-component-system library written in Zig](https://github.com/EvWilson/2jz)
- 
[Alka🗒️Simple, fast, easy to get started mid-level game engine written in Zig](https://github.com/Kiakra/Alka)
- 
[audiometa🗒️An audio metadata/tag reading library written in Zig](https://github.com/squeek502/audiometa)
- 
[capy🗒️Cross-platform library for making true native GUIs in Zig](https://github.com/capy-ui/capy)
- 
[cupcake🗒️an app framework for making small and delicious games! (very wip)](https://github.com/bootradev/cupcake)
- 
[didot🗒️Zig 3D game engine](https://github.com/zenith391/didot)
- 
[fontaine🗒️A library to support text rendering in arbitrary contexts](https://github.com/ziglibs/fontaine)
- 
[gui](https://github.com/david-vanderson/gui)
- 
[IUPforZig🗒️Zig idiomatic and type-checked bindings for IUP Portable User Interface Toolkit](https://github.com/batiati/IUPforZig)
- 
[libvlc-zig🗒️Zig bindings for libVLC media framework](https://github.com/kassane/libvlc-zig)
- 
[mach🗒️Mach is a game engine & graphics toolkit for the future](https://github.com/hexops/mach)
- 
[metronome🗒️A set of tools for modifying and randomizing Pokémon games](https://github.com/TM35-Metronome/metronome)
- 
[moonshine🗒️A general purpose ray traced renderer built with Zig + Vulkan](https://github.com/ashpil/moonshine)
- 
[notcurses-zig-example🗒️Demo showing how to use Notcurses library for building terminal UIs with Zig](https://github.com/dundalek/notcurses-zig-example)
- 
[painterz🗒️Low-level implementation of different painting primitives (lines, rectangles, ...) without specialization on a certain draw target](https://github.com/ziglibs/painterz)
- 
[qml_zig🗒️QML bindings for the Zig programming language](https://github.com/kassane/qml_zig)
- 
[qoiz🗒️A simple and fast implementation of the QOI image format decoder and encoder.](https://github.com/levydsa/qoiz)
- 
[raylib-zig🗒️Manually tweaked, auto generated raylib bindings for zig. https://github.com/raysan5/raylib](https://github.com/Not-Nik/raylib-zig)
- 
[SDL.zig🗒️A shallow wrapper around SDL that provides object API and error handling](https://github.com/MasterQ32/SDL.zig)
- 
[seizer🗒️Cross platform Zig library for obtaining a rendering context and loading assets](https://github.com/leroycep/seizer)
- 
[slingworks🗒️Small to Medium scale 2d Game Engine for Zig](https://github.com/JonSnowbd/slingworks)
- 
[sndio-zig🗒️sndio bindings for zig](https://github.com/dantecatalfamo/sndio-zig)
- 
[tm35-nds🗒️A library for working with Nintendo DS roms](https://github.com/TM35-Metronome/tm35-nds)
- 
[VecFns🗒️Automatic Vector Math Functions In Zig](https://github.com/omaraaa/VecFns)
- 
[vulkan-zig🗒️Vulkan binding generator for Zig](https://github.com/Snektron/vulkan-zig)
- 
[wasm4🗒️Build retro games using WebAssembly for a fantasy console](https://github.com/aduros/wasm4)
- 
[zalgebra🗒️Linear algebra library for games and real-time graphics](https://github.com/kooparse/zalgebra)
- 
[zero-graphics🗒️Application framework based on OpenGL ES 2.0. Runs on desktop machines, Android phones and the web](https://github.com/MasterQ32/zero-graphics)
- 
[zgl🗒️Zig OpenGL Wrapper](https://github.com/ziglibs/zgl)
- 
[zglfw🗒️A thin, idiomatic wrapper for GLFW. Written in Zig, for Zig!](https://github.com/Iridescence-Technologies/zglfw)
- 
[zig-gamedev-lib🗒️xq's Zig Game Development Library](https://github.com/Iridescence-Technologies/zglfw)
- 
[zig-gamedev🗒️Building game development ecosystem for @ziglang!](https://github.com/michal-z/zig-gamedev)
- 
[zig-gamekit🗒️Companion repo for zig-renderkit for making 2D games](https://github.com/prime31/zig-gamekit)
- 
[ZigGBA🗒️Work in progress SDK for creating Game Boy Advance games using Zig programming language](https://github.com/wendigojaeger/ZigGBA)
- 
[Zig-Gltf-Display🗒️A program that displays glTF files using Vulkan, written in Zig](https://github.com/SpexGuy/Zig-Gltf-Display)
- 
[zigimg🗒️Zig library for reading and writing different image formats](https://github.com/zigimg/zigimg)
- 
[Zig-PSP🗒️A project to bring the Zig Programming Language to the Sony PlayStation Portable!](https://github.com/zPSP-Dev/Zig-PSP)
- 
[zig-qoi🗒️Quite OK Image format encoder/decoder written in Zig](https://github.com/MasterQ32/zig-qoi)
- 
[zig-renderkit🗒️Cross platform Zig graphics backends with a 2D focus](https://github.com/prime31/zig-renderkit)
- 
[zig-sfml-wrapper🗒️A zig wrapper for csfml](https://github.com/Guigui220D/zig-sfml-wrapper)
- 
[zig-tracy🗒️Zig bindings for the Tracy profiler](https://github.com/nektro/zig-tracy)
- 
[zig-upaya🗒️Zig-based framework for creating game tools and helper apps](https://github.com/prime31/zig-upaya)
- 
[zig-window🗒️window client library](https://github.com/andrewrk/zig-window)
- 
[zig-wlroots🗒️Zig bindings for wlroots](https://github.com/swaywm/zig-wlroots)
- 
[zlm🗒️Zig linear mathemathics](https://github.com/ziglibs/zlm)
- 
[zplay🗒️A simple framework intended for game/tool creation](https://github.com/jack-ji/zplay)
- 
[ZT🗒️A zig based Imgui Application framework](https://github.com/JonSnowbd/ZT)
- 
[zwin🗒️Making windows with Zig! (Only works on Windows at the moment)](https://github.com/ziglibs/zwin)
- 
[ZWL🗒️Zig Windowing Library](https://github.com/Aransentin/ZWL)- ### Language Bindings
- 
[mruby-zig🗒️mruby bindings for zig](https://github.com/dantecatalfamo/mruby-zig)
- 
[wren-zig🗒️wren bindings for zig](https://github.com/dantecatalfamo/wren-zig)
- 
[zig-autolua🗒️Lua binding creator for zig](https://github.com/daurnimator/zig-autolua)
- 
[ziggy-pydust🗒️Bindings for building Python extensions with Zig](https://github.com/fulcrum-so/ziggy-pydust)
- 
[zig-objc🗒️Objective-C runtime bindings for Zig (Zig calling ObjC)](https://github.com/mitchellh/zig-objc)- ### Terminal & Low-Level Libraries & System API
- 
[ansi-term🗒️Zig library for dealing with ANSI terminals](https://github.com/ziglibs/ansi-term)
- 
[cova🗒️Commands, Options, Values, Arguments. A simple yet robust cross-platform command line argument parsing library for Zig.](https://github.com/ziglibs/ansi-term)
- 
[dos.zig🗒️Create DOS programs with Zig](https://github.com/jayschwa/dos.zig)
- 
[known-folders🗒️Provides access to well-known folders across several operating systems](https://github.com/ziglibs/known-folders)
- 
[libffi🗒️libffi with a Zig build script](https://github.com/alexrp/libffi)
- 
[linenoize🗒️A port of linenoise to zig](https://github.com/joachimschmidt557/linenoize)
- 
[lscolors🗒️A zig library for colorizing paths according to LS_COLORS](https://github.com/ziglibs/lscolors)
- 
[mibu🗒️Pure Zig library for low-level terminal manipulation](https://github.com/xyaman/mibu)
- 
[nfd-zig🗒️OS-native file dialogs on Linux, macOS and Windows](https://github.com/fabioarnold/nfd-zig)
- 
[TextEditor🗒️A backbone for text editors. No rendering, no input, but everything else](https://github.com/MasterQ32/TextEditor)
- 
[x86-zig🗒️library for assembling x86 in zig (WIP)](https://github.com/momumi/x86-zig)
- 
[yazap🗒️A simple and easy-to-use zig library for parsing command line arguments, flags and subcommands](https://github.com/PrajwalCH/yazap)
- 
[zig-clap🗒️Simple command line argument parsing library](https://github.com/Hejsil/zig-clap)
- 
[ZigKit🗒️Zig bindings for low-level macOS frameworks](https://github.com/kubkon/ZigKit)
- 
[zigra🗒️Command line toolkit for Zig](https://github.com/Gonzih/zigra)
- 
[zig-serial🗒️Serial port configuration library for Zig](https://github.com/MasterQ32/zig-serial)
- 
[zigwin32🗒️Autogenerated Zig bindings for Win32](https://github.com/marlersoft/zigwin32)
- 
[zig-windows-console🗒️Zig Windows Console stuff](https://github.com/ziglibs/zig-windows-console)
- 
[zinput🗒️A Zig command-line input library!](https://github.com/ziglibs/zinput)- ### Universal
- #### Algorithms & Data Structures
- 
[ArrayVec🗒️An array with a vector feeling in Zig](https://github.com/DutchGhost/ArrayVec)
- 
[art.zig🗒️An Adaptive Radix Tree ported from c](https://github.com/travisstaloch/art.zig)
- 
[cache.zig🗒️A thread-safe, expiration-aware, LRU(ish) cache](https://github.com/karlseguin/cache.zig)
- 
[ctregex.zig🗒️Compile time regular expressions in zig](https://github.com/alexnask/ctregex.zig)
- 
[comptime_hash_map🗒️A statically initiated HashMap](https://github.com/Vexu/comptime_hash_map)
- 
[deque.zig🗒️a lock free chase-lev deque for zig](https://github.com/emekoi/deque.zig)
- 
[fastfilter🗒️fastfilter:Binary fuse & xor filters for Zig (faster and smaller than bloom filters)](https://github.com/hexops/fastfilter)
- 
[funzig🗒️Fun functional functionality for Zig!](https://github.com/ziglibs/funzig)
- 
[HypergraphZ🗒️Hypergraph Implementation in Zig](https://github.com/yamafaktory/hypergraphz)
- 
[ish🗒️Sketches for Zig](https://github.com/judofyr/ish)
- 
[it/redis-cuckoofilter🗒️Hashing-function agnostic Cuckoo filters for Redis](https://github.com/kristoff-it/redis-cuckoofilter)
- 
[Lazy-Zig🗒️Linq in Zig](https://github.com/BraedonWooding/Lazy-Zig)
- 
[libredo🗒️Automatic dependency tracking](https://github.com/iacore/libredo)
- 
[LZig4🗒️Implementing lz4 in zig](https://github.com/BarabasGitHub/LZig4)
- 
[minz🗒️Minimal string compression](https://github.com/judofyr/minz)
- 
[strcompare 🗒️ string comparison library implementing the Hamming, Levenshtein, Damerau-Levenshtein metrics](https://github.com/aalbacetef/strcompare)
- 
[string-searching🗒️String(not limited to [] const u8)-searching algorithms in zig](https://github.com/ziglibs/string-searching)
- 
[tree.zig🗒️Splay Tree from OpenBSD Ported to Zig](https://github.com/iacore/tree.zig)
- 
[zig-containers🗒️A container library for Zig](https://github.com/Sahnvour/zig-containers)
- 
[zig-cuckoofilter🗒️Production-ready Cuckoo Filters for any C ABI compatible target](https://github.com/kristoff-it/zig-cuckoofilter)
- 
[zig-graph🗒️Directed graph data structure for Zig](https://github.com/mitchellh/zig-graph)
- 
[zig-prometheus🗒️Prometheus/VictoriaMetrics client library for Zig](https://github.com/vrischmann/zig-prometheus)
- 
[zig-sparse-set🗒️Sparse sets for zig, supporting both SOA and AOS style](https://github.com/Srekel/zig-sparse-set)
- 
[zigstr🗒️Zigstr is a UTF-8 string type for Zig programs](https://github.com/jecolon/zigstr)
- 
[zig-string🗒️A String Library made in Zig](https://github.com/JakubSzark/zig-string)
- 
[zigavl🗒️An AVL tree written in Zig](https://github.com/avdva/zigavl)
- 
[zigfp🗒️Basic fixed point implementation in Zig](https://github.com/ziglibs/zigfp)
- 
[zignite🗒️A lazy stream (iterator) library for Zig](https://github.com/shunkeen/zignite)
- 
[zigtimsort🗒️TimSort implementation for Zig](https://github.com/marijnfs/zigtimsort)
- 
[zini🗒️Minimal perfect hash function for Zig](https://github.com/judofyr/zini)
- 
[ziter🗒️Best iterator library for Zig (fight me!)](https://github.com/Hejsil/ziter)
- [znum🗒️Simple numeric tower implemented on Zig standard types](https://hg.sr.ht/~hutzdog/Zcheme/browse/znum?rev=tip)
- 
[zorm🗒️Lightweight and efficient object-relational mapping](https://github.com/ziglibs/zorm)
- 
[zort🗒️Implementation of 9 sorting algorithms in Zig](https://github.com/AliChraghi/zort)
- 
[zzz🗒️Simple and boring human readable data format for Zig](https://github.com/gruebite/zzz)- ### Concurrency
- 
[libxev🗒️libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API](https://github.com/mitchellh/libxev)
- 
[zigcoro🗒️A Zig coroutine library](https://github.com/rsepassi/zigcoro)- #### Memory Management
- 
[adma🗒️A general purpose, multithreaded capable slab allocator for Zig](https://github.com/suirad/adma)
- 
[Seal🗒️An allocator that wraps another allocator and detects if memory is leaked after usage](https://github.com/suirad/Seal)
- 
[zcirc🗒️A dynamic circular buffer allocator for zig](https://github.com/hmusgrave/zcirc)
- 
[zee_alloc🗒️tiny Zig allocator primarily targeting WebAssembly](https://github.com/fengb/zee_alloc)
- 
[ziegfried🗒️A general-purpose memory allocator for Zig](https://github.com/mdsteele/ziegfried)
- 
[zig-libgc🗒️Zig-friendly library for interfacing with libgc (bdwgc) -- the Boehm-Demers-Weiser conservative garbage collector](https://github.com/mitchellh/zig-libgc)
- 
[zig-rcsp🗒️Reference-counted Shared Pointer for Zig](https://github.com/yrashk/zig-rcsp)- #### Other Universal Libraries
- 
[async_io_uring🗒️An event loop in Zig using io_uring and coroutines](https://github.com/saltzm/async_io_uring)
- 
[comptemplate](https://github.com/ziglibs/comptemplate)
- 
[diffz🗒️Implementation of go-diff's diffmatchpatch in Zig](https://github.com/ziglibs/diffz)
- 
[getty🗒️Serialization framework for Zig](https://github.com/getty-zig/getty)
- 
[interface.zig🗒️Dynamic dispatch for zig made easy](https://github.com/alexnask/interface.zig)
- 
[log.zig🗒️a thread-safe logging library for zig](https://github.com/emekoi/log.zig)
- 
[PeerType🗒️Zig peer type resolution at comptime, ported from the compiler source code](https://github.com/alexnask/PeerType)
- 
[sokol-zig🗒️Zig bindings for the sokol headers (https://github.com/floooh/sokol)](https://github.com/floooh/sokol-zig)
- [trace.zig🗒️A small and simple tracing client library for Zig](https://gitlab.com/zig_tracing/trace.zig)
- 
[zap🗒️An asynchronous runtime with a focus on performance and resource efficiency](https://github.com/kprotty/zap)
- 
[zig-datetime🗒️A date and time module for Zig](https://github.com/frmdstryr/zig-datetime)
- 
[zig-extras🗒️An assortment of random utility functions that aren't in std and don't deserve their own pacakge](https://github.com/nektro/zig-extras)
- 
[zig-generator🗒️Async generator type for Zig](https://github.com/yrashk/zig-generator)
- 
[zig-leven🗒️Measure the difference between two slices using the Levenshtein distance algorithm](https://github.com/nektro/zig-leven)
- 
[ziglyph🗒️Unicode text processing for the Zig programming language](https://github.com/jecolon/ziglyph)
- 
[zig-range🗒️A range function to loop over an index without an extra variable](https://github.com/nektro/zig-range)
- 
[zig-regex🗒️A regex implementation for the zig programming language](https://github.com/tiehuis/zig-regex)
- 
[zig-time🗒️A date and time parsing and formatting library for Zig](https://github.com/nektro/zig-time)
- 
[deatil/zig-time🗒️A date and time parse and format library for Zig](https://github.com/deatil/zig-time)
- 
[zig-ulid🗒️A binary implementation of ULID in Zig](https://github.com/nektro/zig-ulid)
- 
[zoltan🗒️A Sol-inspired minimalist Lua binding for Zig](https://github.com/ranciere/zoltan)- ### Web {#lib}
- 
[apple_pie🗒️Basic HTTP server implementation in Zig](https://github.com/Luukdegram/apple_pie)
- 
[espresso-zig🗒️Zig bindings for espresso C library](https://github.com/kubkon/espresso-zig)
- 
[foxwren🗒️A WebAssembly runtime in zig](https://github.com/malcolmstill/foxwren)
- 
[h11🗒️I/O agnostic HTTP/1.1 implementation for Zig ](https://github.com/ducdetronquito/h11)
- 
[htmlentities.zig🗒️HTML entity data for Zig](https://github.com/kivikakk/htmlentities.zig)
- 
[http🗒️HTTP core types for Zig 🦴](https://github.com/ducdetronquito/http)
- 
[ip.zig🗒️A Zig library for working with IP Addresses](https://github.com/euantorano/ip.zig)
- 
[positron🗒️A web renderer frontend for zig applications](https://github.com/ziglibs/positron)
- 
[rem🗒️An HTML parsing library, written in Zig](https://github.com/chwayne/rem)
- 
[routez🗒️Http server for Zig](https://github.com/Vexu/routez)
- 
[snow🗒️A small, fast, cross-platform, async Zig networking framework built on top of lithdew/pike](https://github.com/lithdew/snow)
- 
[tokamak🗒️Server-side framework for Zig, relying heavily on dependency injection.](https://github.com/cztomsik/tokamak)
- 
[wasmer-zig🗒️Zig bindings for the Wasmer WebAssembly runtime](https://github.com/zigwasm/wasmer-zig)
- 
[wasmtime-zig🗒️Zig embedding of Wasmtime](https://github.com/zigwasm/wasmtime-zig)
- 
[wasm-zig🗒️Common Wasm runtime binding to C API](https://github.com/zigwasm/wasm-zig)
- 
[wazm🗒️Web Assembly Zig Machine](https://github.com/fengb/wazm)
- 
[wz🗒️An I/O agnostic WebSocket 1.3 library for Zig](https://github.com/truemedian/wz)
- 
[zCOM🗒️A composable network protocol stack for embedded and desktop](https://github.com/ziglibs/zCOM)
- 
[zhp🗒️A Http server written in Zig](https://github.com/frmdstryr/zhp)
- 
[zigdig🗒️naive dns client library in zig](https://github.com/lun-4/zigdig)
- 
[zig-dns🗒️Experimental DNS library implemented in zig](https://github.com/dantecatalfamo/zig-dns)
- 
[zigly🗒️The easiest way to write services for Fastly's Compute@Edge in Zig](https://github.com/jedisct1/zigly)
- 
[zig-network🗒️A smallest-common-subset of socket functions for crossplatform networking, TCP & UDP](https://github.com/MasterQ32/zig-network)
- 
[zig-oauth2🗒️HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application](https://github.com/nektro/zig-oauth2)
- 
[zig-v8🗒️Simple V8 builds with C and Zig bindings](https://github.com/fubark/zig-v8)- ### Other Libraries
- 
[antiphony🗒️A zig remote procedure call solution](https://github.com/ziglibs/antiphony)
- 
[libflightplan🗒️A library for reading and writing flight plans in various formats. Available as both a C and Zig library](https://github.com/mitchellh/libflightplan)
- 
[SMTP Server🗒️Create custom SMTP servers on the fly](https://github.com/mailmug/zigmailer)
- 
[smtp_client.zig🗒️An SMTP client library](https://github.com/karlseguin/smtp_client.zig)
- 
[tenet🗒️Automatic differentiation prototype in Zig](https://github.com/christopher-hesse/tenet)
- 
[zig-bench🗒️Simple benchmarking library](https://github.com/Hejsil/zig-bench)
- 
[zigcv🗒️zig bindings for OpenCV4](https://github.com/ryoppippi/zigcv)
- 
[zig-dis-x86_64🗒️x86_64 disassembler library written in Zig](https://github.com/kubkon/zig-dis-x86_64)
- 
[zig-docker🗒️Zig bindings for the Docker Engine API](https://github.com/nektro/zig-docker)
- 
[zig-libcurl🗒️compile libcurl in your build.zig](https://github.com/mattnite/zig-libcurl)
- 
[zig-lv2🗒️Zig-intuitive bindings for LV2](https://github.com/ziglibs/zig-lv2)
- 
[zig-nanoid🗒️A tiny, secure, URL-friendly, unique string ID generator. Now available in pure Zig](https://github.com/SasLuca/zig-nanoid)
- 
[zig-pek🗒️A comptime HTML preprocessor with a builtin template engine for Zig](https://github.com/nektro/zig-pek)
- 
[zig-zlib🗒️compile zlib in your build.zig](https://github.com/mattnite/zig-zlib)## Resources
**Content that has appeared in [Related Web Sites](#related-web-sites) will not appear here again**
- ### [Community](https://github.com/ziglang/zig/wiki/Community)
- ### Introduction Or News
- 
[Intro to the Zig Programming Language • Andrew Kelley • GOTO 2022](https://www.youtube.com/watch?v=YXrb-DqsBNU)
- 
[The Road to Zig 1.0 - Andrew Kelley](https://www.youtube.com/watch?v=Gv2I7qTux7g)
- 
[Zig Roadmap 2023 - Andrew Kelley](https://www.youtube.com/watch?v=AqDdWEiSwMM)
- 
[Zig Roadmap 2024 - Andrew Kelley](https://www.youtube.com/watch?v=5eL_LcxwwHg)- [Zig Star History](https://star-history.com/#ziglang/zig&Date)
- ### Learning
- [Exercism exercises in Zig](https://exercism.org/tracks/zig)
- [zig-cookbook🗒️Zig cookbook is a collection of simple Zig programs that demonstrate good practices to accomplish common programming tasks.](https://github.com/zigcc/zig-cookbook)
- [zig.guide🗒️Repo for https://zig.guide content. Get up to speed with Zig quickly.](https://github.com/Sobeston/zig.guide)
- [Learning Zig🗒️Comprehensive introduction to Zig](https://www.openmymind.net/learning_zig/)
- [ziglings🗒️Learn the Zig programming language by fixing tiny broken programs](https://ziglings.org)
- 
[Learning the Zig programming language with help from its creator and core team - YouTube](https://www.youtube.com/watch?v=O4UYT-brgrc)
- 
[Zig language:a WAY better C! - YouTube](https://www.youtube.com/watch?v=J6ZxxnSp_fY)
- 
[Zig Programming Language Tutorials](https://www.youtube.com/watch?v=fQ08HMZLbCw&list=PLRMNjZSQLv5iGpjubyzlWYcGqiTPVyK3s)
- [Zig Language Reference](https://ziglang.org/documentation/master/)
- [Zig Standard Library Documentation](https://ziglang.org/documentation/master/std/)
- [zig-course(zh_CN)](https://zigcc.github.io/zig-course/)
# The End