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

thought-machine/please

High-performance extensible build system for reproducible multi-language builds. observed · 2026-08-28

github.com/thought-machine/please · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • 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: 11.5
  • age_days: 3865
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 37

Full methodology

Adoption not part of the score

2608 stars · 220 forks observed · 2026-08-28

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

Please is a high-performance, extensible, cross-language build system written in Go, emphasizing hermetic, reproducible builds with aggressive content-hash-based caching and parallel task execution. It supports many languages via plugins and is well suited to large monorepos, offering build, test, and run commands through a single CLI.

Use cases

  • build a multi-language monorepo with one tool
  • speed up builds with hermetic incremental caching
  • find a faster alternative to bazel or buck
  • run tests and builds reproducibly in CI
  • define custom build rules for any technology
  • share a remote build cache across a team

When to choose

  • you have a large multi-language monorepo needing fast, reproducible builds
  • you want a lightweight, fast-starting alternative to Bazel without JVM startup overhead
  • you need hermetic builds with content-hash caching and parallelism
  • you want to extend build logic with a purpose-built build language and plugins

When to avoid

  • you have a simple single-language project where native tooling (go build, pip, cargo) suffices
  • your team already standardizes on Bazel and needs its ecosystem
  • you need Windows support, which is not actively supported
  • you rely on tooling or integrations specific to another build system

Facets

cli-tool · maturity active

build-tool cli testing caching developer-tools developer-tools bsd cli go build-system monorepo reproducible-builds hermetic-builds multi-language bazel-alternative remote-caching command-line devops automation linux macos

4 sources

Member repositories

RepositoryRoleHealth v2
thought-machine/pleasemain99

For agents

markdown · JSON · MCP: product_card(name="thought-machine/please")

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