Ziglang

Open-source projects categorized as Ziglang

Top 23 Ziglang Open-Source Projects

  1. bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

    Project mention: How Bun can help to revive a Gridsome project | dev.to | 2025-03-11

    All in all, before eventually migrating to some boring modern technology, I decided to try using Bun with it instead of Node. I didn't come up with this idea completely out of nowhere; I had some interesting experience with Bun already, and the promise of zero-config development had proven to be a working approach for me. So I decided to test the hypothesis of letting Bun handle the obsolete Node project to see what it would yield.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ziglings

    Learn the Zig programming language by fixing tiny broken programs.

  4. mach

    zig game engine & graphics toolkit

    Project mention: Show HN: Lyceum – An MMO game built with Zig and Erlang | news.ycombinator.com | 2024-11-05

    Did you happen to tinker with https://machengine.org/ it's a Zig game engine & graphics toolkit?

  5. zls

    A Zig language server supporting Zig developers with features like autocomplete and goto definition

    Project mention: C Macro Reflection in Zig – Zig Has Better C Interop Than C Itself | news.ycombinator.com | 2024-07-30

    > […] I've had a lot of issues getting editor integration to work correctly. I've installed the VSCode extension but I don't seem to be getting autocomplete etc. […]

    If you use ZLS [0], make sure you’re always using the right version for the Zig version you have installed on your machine. In my experience, that fixes 90% of editor issues I’ve encountered using Zig (I don’t use Visual Studio Code though, so it’s possible your editor issues are related to the editor itself).

    [0]: https://github.com/zigtools/zls

  6. umbrella

    ⛱ Broadly scoped ecosystem & mono-repository of 202 TypeScript projects (and ~180 examples) for general purpose, functional, data driven development

    Project mention: Show HN: Simulating 20M Particles in JavaScript | news.ycombinator.com | 2024-07-08

    You may be interested in JS optimised vector operations, the @thi.ng universe has some useful implementations (also a WASM simd one):

    [0]: https://github.com/thi-ng/umbrella/tree/develop/packages/vec...

    [1]: https://github.com/thi-ng/umbrella/tree/develop/packages/vec...

    [2]: https://github.com/thi-ng/umbrella/tree/develop/packages/sim...

  7. zig-gamedev

    Dev repo for @zig-gamedev libs and sample applications

  8. capy

    💻Build one codebase and get native UI on Windows, Linux and Web

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. microzig

    Unified abstraction layer and HAL for several microcontrollers

  11. awesome-zig

  12. zig-book

    An open, technical and introductory book for the Zig programming language 📚📖

    Project mention: Introduction to Zig (a project-based book) | news.ycombinator.com | 2024-10-21
  13. zig-clap

    Command line argument parsing library

  14. pixi

    Pixel art editor made with Zig. (by foxnne)

  15. py2many

    Transpiler of Python to many other languages

    Project mention: Py2many: Python to many CLike languages transpiler | news.ycombinator.com | 2024-10-16
  16. zig-cookbook

    Simple Zig programs that demonstrate good practices to accomplish common programming tasks.

    Project mention: Zig 0.13.0 Release Notes | news.ycombinator.com | 2024-06-07
  17. zvm

    zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.

    Project mention: Pledging $300k to the Zig Software Foundation | news.ycombinator.com | 2024-10-01

    I use Zig on Mac, Windows and Linux (but most on Mac). It works without issues (also as a C/C++ compiler and linker replacement).

    If you're developing with Zig I would recommend managing the Zig installation through a tool like zvm (https://github.com/tristanisham/zvm). This lets you easily update to the latest dev version and switch between stable versions (similar to rustup or nvm).

    The other install options are working too of course (install via brew, or download and unpack prebuilt archives https://ziglang.org/download/) but those options are not as convenient for switching between the stable and bleeding egde version.

  18. linuxwave

    Generate music from the entropy of Linux 🐧🎵

  19. pgzx

    Create PostgreSQL extensions using Zig.

    Project mention: How I Built My Own Last.fm Clone on Bluesky’s AT Protocol — Join the Beta! | dev.to | 2025-03-13

    Database: Xata (PostgreSQL) – A managed database for storing scrobbles and user data.

  20. zgl

    Zig OpenGL Wrapper

  21. awesome-zig

    A list of awesome projects related to Zig (by catdevnull)

  22. SDL.zig

    A shallow wrapper around SDL that provides object API and error handling

  23. zware

    Zig WebAssembly Runtime Engine

    Project mention: Zware: Zig WebAssembly Runtime Engine | news.ycombinator.com | 2024-06-14
  24. zig-args

    Simple-to-use argument parser with struct-based config

  25. lyceum

    An MMO game written in Erlang (+ PostgreSQL) + Zig (+ Raylib)

    Project mention: Show HN: Lyceum – An MMO game built with Zig and Erlang | news.ycombinator.com | 2024-11-05

    There are images and a gif in the repository: https://github.com/Dr-Nekoma/lyceum

    You can also check it out a little demo: https://www.youtube.com/watch?v=ejYcWRERetM&t=2758s

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ziglang discussion

Log in or Post with

Ziglang related posts

  • Criando e executando um projeto Laravel 12 com (quase) zero dependências usando Docker

    4 projects | dev.to | 28 Feb 2025
  • efri, the_framework

    4 projects | dev.to | 13 Feb 2025
  • Make a FREE AI Chatbot with Discord + Vercel 🤖

    3 projects | dev.to | 27 Jan 2025
  • Bun 1.2 Is Released

    3 projects | news.ycombinator.com | 23 Jan 2025
  • How to turn any website into png

    5 projects | dev.to | 10 Jan 2025
  • 5 things I like about Deno

    4 projects | dev.to | 12 Dec 2024
  • Side Projects Starter Pack

    5 projects | dev.to | 29 Nov 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 20 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Ziglang projects? This list will help you:

# Project Stars
1 bun 76,876
2 ziglings 4,408
3 mach 3,799
4 zls 3,615
5 umbrella 3,519
6 zig-gamedev 2,507
7 capy 2,026
8 microzig 1,529
9 awesome-zig 1,280
10 zig-book 1,234
11 zig-clap 1,159
12 pixi 904
13 py2many 902
14 zig-cookbook 888
15 zvm 613
16 linuxwave 564
17 pgzx 504
18 zgl 472
19 awesome-zig 436
20 SDL.zig 387
21 zware 317
22 zig-args 268
23 lyceum 268

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Zig is
the 22nd most popular programming language
based on number of references?