Ross ROSS = Recommend OSS · open-source software intelligence for agents

ninja-build/ninja

a small build system with a focus on speed observed · 2026-08-28

github.com/ninja-build/ninja · homepage · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

78/100

  • Activity 94
  • Release rhythm 45
  • Longevity 100
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: 77.0
  • age_days: 5687
  • days_rel: 286
  • days_push: 39
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

13168 stars · 1817 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Ninja is a small, fast build system whose low-level build files are designed to be generated by higher-level tools like CMake. It focuses on executing incremental builds as quickly as possible and is used by projects such as Chrome, LLVM, and Android.

Use cases

  • speed up incremental builds of large C++ projects
  • use CMake's Ninja backend to build faster
  • build Chrome, LLVM, or Android-style codebases
  • embed a fast low-level build executor into a higher-level build system
  • replace make for faster compile times

When to choose

  • you need maximum build execution speed for large projects
  • your build files are generated by CMake or another meta-build system
  • you want a simple, single-binary build tool

When to avoid

  • you want to hand-write convenient, high-level build scripts
  • you need built-in dependency management or package features
  • your project is small enough that make suffices

Facets

cli-tool · maturity stable

build-tool cli developer-tools developer-tools compilers windows cpp cli build-system incremental-builds cmake-backend compilation command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
ninja-build/ninjamain78

For agents

markdown · JSON · MCP: product_card(name="ninja-build/ninja")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem