buz
Buz is an experimental fork of pre-Rust Bun that aims to be a drop-in replacement for Bun, prioritizing incremental compilation and code cleanup via LLM-assisted contributions.
它将基于源码的端口风格方法与多源包数据库结合,全部用 Zig 实现为单个静态二进制文件,无运行时依赖。
⚡ zp
A minimal, source-based package manager written in Zig.
Fetch. Build. Install. From source — no prebuilt binaries.
zp is a small, source-based, ports-style package manager written in Zig.
Instead of downloading prebuilt binaries, zp fetches a package's source tarball,
auto-detects its build system, compiles it, and installs it on your machine.
The idea is borrowed from Crux / KISS Linux /
Void xbps-src — but the tool itself is written in Zig
(single static binary, no runtime) and pulls its package database from multiple
upstream sources at once.
⚠️ Early stage / learning project.
zpis a work in progress and a personal daily-driver experiment. Not production-ready — use at your own risk.
fetch → unpack → build → install, fully from sourceconfigure (autotools), make, cmake, mesonvoid > crux > kisszp -i
│
├─ 1. look up in /var/zp/mirrors/zp.packages (name → url)
├─ 2. curl the source tarball into /var/zp/install/
├─ 3. unpack into /var/zp/build/ (tar --strip-components=1)
├─ 4. auto-detect the build system and build:
│ ./configure --prefix=/usr && make && make install DESTDIR=/var/zp/pkg
│ cmake -B _zb && cmake --build _zb && DESTDIR=/var/zp/pkg cmake --install _zb
│ meson setup _zb && meson compile && DESTDIR=/var/zp/pkg meson install
│ make && make install DESTDIR=/var/zp/pkg
└─ 5. copy the staged box /var/zp/pkg/. into the system prefix
The database (/var/zp/mirrors/zp.packages, format name url) is generated by gen.sh,
which is created on zp --init. It:
template, Crux Pkgfile, KISS sources),awk deA minimal, source-based package manager
根据分类、Topic 和编程语言匹配的相似项目。
Buz is an experimental fork of pre-Rust Bun that aims to be a drop-in replacement for Bun, prioritizing incremental compilation and code cleanup via LLM-assisted contributions.

A Zig build tool that compresses and embeds asset directories directly into executables, exposing them as Zig declarations.