23make
23make is an open-source build automation tool intended to replace traditional Make-like systems. It uses a declarative build graph, automatic dependency tracking, and reproducible builds, emphasizing speed, safety, and cross-platform support. The core is written in Rust and supports extensions through plugins in Rust or Python.
Originating in 2023 as a community-driven effort to address limitations of existing tools, 23make evolved through
Key features include a directed acyclic build graph, hermetic environments, incremental builds, and optional remote caching
Usage centers on defining a 23makefile or 23config that declares targets and commands. Common workflows run
Reception has been mixed. Some OSS projects adopted 23make for faster, deterministic builds and easier maintenance,