[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93837":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":14,"stars30d":14,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":15,"rankGlobal":9,"rankLanguage":9,"license":16,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":17,"hasPages":17,"topics":19,"createdAt":9,"pushedAt":9,"updatedAt":20,"readmeContent":21,"aiSummary":22,"trendingCount":14,"starSnapshotCount":14,"syncStatus":13,"lastSyncTime":23,"discoverSource":24},93837,"buz","jazzzooo\u002Fbuz","jazzzooo","A fork of Bun based on modern Zig",null,"Zig",176,3,2,0,41.81,"The Unlicense",false,"master",[],"2026-09-21 04:01:26","# Buz\n\nBuz is an early-stage experimental fork of pre-Rust Bun. The goal of the fork is to be a drop-in replacement for Bun.\n\n## Features\n\n- Tracks Zig's master branch.\n- Supports sub-second incremental compilation.\n- Uses `build.zig` as the build-system entry point.\n- Builds most dependencies from source, including JavaScriptCore and ICU, enabling fast incremental builds of vendored WebKit code.\n- Over 11,000 lines of dead code removed from upstream Bun.\n- Includes Bun's upstream test suite.\n\n## Work in progress\n\n- Currently only native `x86_64-linux-gnu` builds and tests are in scope.\n- The full upstream test suite does not pass yet.\n- The codebase is still being refactored and deslopified. It is not ready for human review. It will take at least a few weeks of LLM-assisted cleanup before it's worthy of human contributor attention.\n- This codebase contains numerous known, unpatched vulnerabilities and uses an outdated version of JavaScriptCore that lacks the latest security fixes. Do not use in production.\n\n## Contributing\n\n**All contributions at this stage must be LLM-assisted.** This policy will be lifted when the test suite is passing and the codebase is sufficiently cleaned up.\n\nAll accepted contributions must conform to the following:\n\n- Make all tests pass in at least one currently failing test file.\n- Fix the problem at the right scope. If a whole subsystem needs a rewrite, do not send in a set of small patches on a bad foundation.\n- Your changes should make the codebase cleaner and more idiomatic. Always reduce technical debt.\n- The PR must be merge-ready as far as you can tell. If either Sol Max or Fable Max finds anything actionable in your PR, it will not be accepted. This includes correctness, performance, simplicity, and maintainability. Human time will not be wasted on flaws that non-humans can spot.\n- By submitting a contribution, you agree to license your contribution under the Unlicense.\n\n## Building\n\n### Bootstrap Zig\n\nYou will need CMake >=3.15, LLVM + Clang + LLD at Zig's currently supported version (22.x as of writing), Git, Ruby, Python 3, and Perl.\n\n```sh\ngit submodule update --init --recursive\n```\n\n```sh\ncd zig-upstream\nmkdir build\ncd build\ncmake .. -DCMAKE_BUILD_TYPE=Release\nmake install\ncd ..\u002F..\n```\n\n### Build commands\n\nIncremental debug build:\n\n```sh\n.\u002Fzig build --watch -fincremental\n```\n\nRelease build (for running the full test suite):\n\n```sh\n.\u002Fzig build --release=fast\n```\n\n## Running tests\n\nInstall the Node.js version pinned in `.nvmrc`:\n\n```sh\nnvm install\n```\n\nAlso install:\n\n- Docker with Compose V2.\n- ApacheBench (`ab`).\n- FUSE 2, its Python bindings, and fusermount.\n- GNOME Keyring, D-Bus, and libsecret.\n\n```sh\nBUN_AGENT_RULE_DISABLED=1 node scripts\u002Frunner.node.mjs --exec-path .\u002Fzig-out\u002Fbin\u002Fbun >test-sweep.log 2>&1\n```\n\n## License\n\nOriginal Buz contributions are released under [the Unlicense](UNLICENSE). Inherited and third-party code retains its existing licensing; see [third-party notices](THIRD_PARTY_NOTICES.md) for details.\n\n## Disclaimer\n\nBuz is not endorsed by or affiliated with Oven or its parent company, Anthropic. Any Bun branding, such as logos or URLs, will be removed on a best-effort basis.\n","Buz 是一个基于现代 Zig 语言的 Bun 运行时实验性分支，目标是成为 Bun 的轻量级、增量编译友好的替代实现。其核心特点包括：紧密跟踪 Zig 主干、通过 `build.zig` 实现亚秒级增量编译、从源码构建关键依赖（如 JavaScriptCore 和 ICU），并移除了上游 Bun 中超 1.1 万行冗余代码。目前仅支持 x86_64 Linux 原生构建，处于早期开发阶段，未通过全部测试且存在已知安全风险，仅适用于 Zig 生态探索、运行时原理研究及本地实验性开发，严禁用于生产环境。","2026-07-26 02:30:05","CREATED_QUERY"]