Buck2
Build system, successor to Buck observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 99
- Release rhythm 60
- Longevity 100
Flags: prerelease_only
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14
- age_days: 1685
- days_rel: 12
- days_push: 7
- n_releases_24m: 46
Adoption not part of the score
4406 stars · 389 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Buck2 is Meta's fast, extensible, large-scale build system written in Rust, succeeding the original Buck (whose repository is now dead). It supports many languages (C++, Python, Rust, Java, Kotlin, Go, Haskell, OCaml, Erlang) with hermetic, Starlark-defined rules and remote build execution.
Use cases
- build a large multi-language monorepo
- replace make or bazel with a faster build system
- write custom build rules in starlark
- set up remote build execution and caching
- build c++ rust and java projects with one tool
- run ci that only builds what changed
When to choose
- you maintain a large monorepo spanning multiple languages
- you need hermetic, reproducible builds with remote execution
- you want extensible build rules written in Starlark
- build speed on large codebases is a priority
When to avoid
- you have a small single-language project where simpler tools suffice
- you need a mature ecosystem of third-party rules like Bazel's
- you rely on the original Buck - that repository is dead and unmaintained
- your team cannot invest in learning a new build system
Facets
cli-tool · maturity active
build-tool cli developer-tools developer-tools cross-platform windows cli rust starlark monorepo remote-execution hermetic-builds multi-language bazel-alternative incremental-build command-line linux macos
8 sources
- readme: https://github.com/facebook/buck2 · fetched 2026-08-28 · 31881a3712b9
- homepage: https://buck2.build/ · fetched 2026-08-29 · 349a3d7ca50e
- site_page: https://buck2.build/docs · fetched 2026-08-29 · a9b475578f3b
- site_page: https://buck2.build/docs/api · fetched 2026-08-29 · f97c89014d64
- site_page: https://buck2.build/docs/prelude/rules · fetched 2026-08-29 · 44973e6f463f
- site_page: https://buck2.build/docs/about/why · fetched 2026-08-29 · d5e0a754eae4
- site_page: https://buck2.build/docs/getting_started · fetched 2026-08-29 · ccbda43e6972
- registry_crates: https://crates.io/api/v1/crates/buck2 · fetched 2026-08-29 · f1464221c528
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebook/buck2 | main | 86 |
| facebook/buck | mirror | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem