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-29 00:31:43 UTC
- JSON Representation
https://github.com/zircote/zig-lsp
Claude Code plugin for Zig development with zls LSP and zig fmt hooks
claude-code-plugin code-quality lsp systems zig
Last synced: 13 Jan 2026
https://github.com/sutantodadang/zindeks
Zindeks is a dependency-light local code indexing engine written in Zig. It is designed for one-time indexing and many low-latency readers: AI agents can share a long-lived zindeks serve process over stdin/stdout JSON-RPC without reloading the index for each request.
Last synced: 27 May 2026
https://github.com/llogick/extended-zccs
Extended Zig Compiler Components: Reduce parsing overhead by reusing data, e.g., in language servers.
parser zig zig-language zig-language-servers
Last synced: 07 Oct 2025
https://github.com/imalexlee/vulkan-triangle-zig
Vulkan triangle in zig :-)
Last synced: 18 Jul 2025
https://github.com/foreverzer0/sodium
A feature-rich command-line flag/option parser for Zig applications.
argparse argparser argument argument-parser argument-parsing arguments cli command-line flag flags option options tool zig
Last synced: 15 May 2025
https://github.com/tomboddaert/meta_match
A zig module to match types
metaprogramming types zig ziglang
Last synced: 01 Sep 2025
https://github.com/peter-roh/monkey_lang
Learning how to make an interpreter in zig.
Last synced: 14 Mar 2025
https://github.com/rajrupdasofficial/zig_api
zig based rest api and websocket logics and programming
Last synced: 07 Apr 2025
https://github.com/r4gus/zon-rb
Zig Object Notation for Ruby
gem ruby ruby-gem ruby-gems zig zig-object-notation ziglang zon
Last synced: 20 Jan 2026
https://github.com/dinau/nim-opengl-test
OpenGL test program with Nim language
glfw glfw3 mandelbrot nim nim-lang opengl zig ziglang
Last synced: 10 Apr 2026
https://github.com/rajrupdasofficial/rajrupdasofficial
welcome to Rajrup Das github profile
ai appwrite artificial-intelligence cassandra developer github github-config machine-learning nextjs postgresql programmer python reactnative rust sveltekit zig
Last synced: 02 Apr 2026
https://github.com/sweiglbosker/zig-regex-parser
regex parser coded live on twitch
Last synced: 26 Feb 2025
https://github.com/braheezy/underfire
🔥🔥🔥 your desktop never stood a chance
Last synced: 16 Jul 2025
https://github.com/allyourcodebase/binutils
binutils ported to the zig build system
Last synced: 14 Jul 2025
https://github.com/karlbateman/vyper
An experimental programming language inspired by Python and Go.
codegen golang lexer parser programming python zig
Last synced: 10 May 2026
https://github.com/allyourcodebase/kcov
kcov ported to the zig build system
Last synced: 31 Aug 2025
https://github.com/nidexingg/todo
To-Do List application implemented in various programming languages.
c cpp csharp elixir erlang golang java javascript js programming-language python rust starter todo todoapp todolist ts typescript zig
Last synced: 10 Apr 2026
https://github.com/pesnik/advent-of-code-zig
This repository contains my solutions to the Advent of Code problems, written in Zig. The project is structured to support development, testing, benchmarking, performance analysis, and visualization.
Last synced: 25 May 2026
https://github.com/kassane/ffi-flang-zig
FFI flang-new runtime with Zig
cross-compile ffi ffi-bindings flang fortran llvm zig zig-package
Last synced: 04 Jan 2026
https://github.com/thiomajid/zcompress
Command line tool for encoding/compression
cli compression-algorithm encoding zig
Last synced: 31 Aug 2025
https://github.com/pascalpost/json-schema-validator
JSON schema validator for Zig
json-schema jsonschema validation validator zig ziglang
Last synced: 16 Apr 2026
https://github.com/0xErwin1/langton.zig
Langton's ant made in Zig and Raylib
langton-ant raylib raylib-zig zig
Last synced: 26 Feb 2025
https://github.com/rmehri01/zgbc
🎮 Game Boy emulator written in Zig and compiled to WASM.
Last synced: 14 May 2026
https://github.com/evil-mind-evil-sword/bibval
Citation validator. Check BibTeX entries against CrossRef, DBLP, Semantic Scholar, and OpenAlex.
academic bibliography bibtex citations zig
Last synced: 13 Jan 2026
https://github.com/anthonycorletti/zag
A fast http web framework written in Zig ⚡️🦖
Last synced: 05 Oct 2025
https://github.com/tiehuis/advent-of-code-2018
https://adventofcode.com/2018
Last synced: 28 Aug 2025
https://github.com/zigcc/zig-todo-web-app
A Single-page TODO app in Zig!
zig zig-library zig-package zig-programming-language ziglang
Last synced: 15 Feb 2026
https://github.com/elotojaa/httpz
An example HTTP API written in Zig based on httpz
Last synced: 23 Aug 2025
https://github.com/eighty4/binny.sh
Install scripts for GitHub release binaries
c cpp cross-platform devtools go rust supply-chain-management zig
Last synced: 11 Apr 2026
https://github.com/thomvanoorschot/zigma
Zigma is an algorithmic trading framework built with the Zig programming language, leveraging an actor-based concurrency model. It aims to provide an efficient, low-latency system for algorithmic trading through components handling market data, strategy execution, order management, risk, and data persistence.
actor actor-framework concurrency quantitative-finance trading wasm zig ziglang
Last synced: 05 Oct 2025
https://github.com/arunim-io/zmatrix
An attempt at recreating the OG cmatrix.
Last synced: 05 Oct 2025
https://github.com/denisecase/zig-bill-utils
Toolkit for analyzing U.S. legislative bills.
legislation usa utilities zig ziglang
Last synced: 04 Oct 2025
https://github.com/habedi/ordered
A collection of useful data structures that keep data sorted by key
data-structures ordered-collections zig zig-library zig-package ziglang
Last synced: 13 Aug 2025
https://github.com/zdurham/the-super-tiny-compiler
Implementation of "the super tiny compiler", but in zig
Last synced: 04 Oct 2025
https://github.com/didas-git/tasai-zig
A set of tools for dealing with the terminal.
zig zig-library zig-package ziglang
Last synced: 27 May 2026
https://github.com/carlos-sweb/z-string
ECMAScript String API implementation in Zig - 96.4% spec compliance, UTF-16 indexing, runtime-ready
ecmascript javascript js-runtime runtime spec-compliance string string-api utf16 zig zig-lang
Last synced: 13 Jan 2026
https://github.com/profile-icons/github-stats-modified
Better GitHub statistics images for your profile, with stats from private repos too. Modification of 'jstrieb/github-stats' to visualize language stats by line changes with wider SVG, support portable dark-mode and i18n, display traffic (views + clones) stats, and update once weekly.
contributions dark-mode forks git-scraping github github-actions github-api hacktoberfest i18n images languages profile readme-md readme-template stars statistics stats traffic visualizations zig
Last synced: 11 Jun 2026
https://github.com/jungerboyo/nvim-config
My neovim config!
c cmake cpp embedded-development linux-kernel-dev nvim nvim-config zig
Last synced: 09 Apr 2026
https://github.com/helabenkhalfallah/zoodle
Zoodle is a compiler for a minimalist Toy Language written in Zig. It compiles source code into WebAssembly (WASM), with a focus on understanding low-level systems programming, memory management, concurrency, and compiler internals.
Last synced: 12 Aug 2025
https://github.com/rajeshpillai/intro-to-zig
https://pedropark99.github.io/zig-book/
Last synced: 11 Aug 2025
https://github.com/tsunaminoai/zig-life-expirements
Life simulation with raylib-zig
life particles raylib simulation zig
Last synced: 09 Mar 2026
https://github.com/malespiaut/zig_sdl2_boilerplate
Boilerplate code for using SDL2 with Zig.
Last synced: 23 Mar 2025
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/madlittlemods/zig-x-compositing-manager
A basic "compositing manager" for the X Window System written in Zig
compositing-manager compositor window-manager x-composite-extension x-compositing-manager x-window-manager x-window-system x11 xephyr xvfb zig ziglang
Last synced: 07 Apr 2025
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/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/cheesecakecat/zig-crc32c
A lightweight CRC32C (Castagnoli) implementation in Zig with hardware acceleration and fault tolerance.
Last synced: 07 Apr 2025
https://github.com/egel/cbn
clean branch name - simple program that remove unwanted chars from name (while learning zig)
Last synced: 07 Apr 2025
https://github.com/nikneym/jolt
[WIP] Asynchronous I/O for Zig ⚡
async asynchronous io nonblocking zig ziglang
Last synced: 07 Apr 2025
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/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://github.com/theonlysilverclaw/zig-umka
Zig bindings for the Umka scripting language
bindings scripting-language umka umka-lang zig zig-binding zig-library zig-package
Last synced: 21 May 2026
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/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/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