Hey everyone!
I was exploring the AI inference ecosystem recently and came across the awesome-rust-llm repo. When I went looking for a Zig equivalent, I realized we didn’t really have a dedicated hub for it yet. The main awesome-zig list is great, but the ML section is just scratching the surface.
So, I decided to create Awesome Zig LLM!
Zig is incredible for inference engines, tensor operations, and edge AI. I’ve seeded the repo with a few heavy hitters to get things started:
-
ZML (Production AI inference stack)
-
llm.zig(Saimirbaci’s clean port of Karpathy’s
llm.c) -
Z-Ant (Cross-platform edge NN deployment SDK)
Calling for Contributions:
I’m actively looking for PRs or links to:
-
Inference engines and model ports
-
Tensor & linear algebra libraries
-
Bindings & wrappers (
llama.cpp, ONNX, Ollama) -
Tokenizer implementations
-
Edge/embedded NN deployment tools
-
Learning resources (blog posts, tutorials, guides)
If you’re building something in this space or you know a project that deserves a spotlight drop a link here or open a PR. Every entry helps make this the go-to reference for Zig AI work.
