Serde.zig - Format-agnostic serialization for Zig using comptime
Unified serialization API for six formats without codegen or macros using Zig comptime.
compile-time-defined i3-blocks
Compile-time ZON config eliminates runtime parsing overhead for i3bar.
i3 and sway window manager users
i3blocks · polybar · waybar
I was worried about the performance of i3blocks due to the constant fork-and-execs, and I thought zig would make it easy to have a bar defined at compile-time. I started on this idea a couple years ago but ended up somewhat stymied by lack of time to chase down some corners of zig syntax interaction. Recently I started playing with Claude Code, and I was curious as to how well it would deal with zig so picked it back up. It didn't take long to have something reasonably functional, and I thought others might like it as well. Enjoy!
Unified serialization API for six formats without codegen or macros using Zig comptime.
Early Genesis emulator in Zig, but sound fidelity isn't good and compatibility is incomplete.
tmux wrapper that preserves conversations across restarts with --resume flag.
Zig-powered prism clock targeting WASM, e-ink, and bare-metal from one codebase.
Darwin notifications beat polling, but macOS-only limits who cares.
Menu bar wrapper for terminal statusline data — only updates when Claude Code runs.