buildbot/buildbot
Python-based continuous integration testing framework; your pull requests are more than welcome! observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 98
- Release rhythm 40
- 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: 15
- age_days: 5902
- days_rel: 478
- days_push: 15
- n_releases_24m: 8
Adoption not part of the score
5470 stars · 1672 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Buildbot is an open-source Python framework for automating software build, test, and release processes, including continuous integration and continuous deployment. It uses a master/worker architecture with a Python-based configuration script, supporting distributed parallel builds across multiple platforms.
Use cases
- set up continuous integration for my repository
- run build and test jobs across multiple operating systems
- automate software release and deployment pipelines
- schedule distributed build jobs with a self-hosted CI server
- customize a CI pipeline using Python configuration
- monitor version-control repositories and trigger builds on changes
When to choose
- you need a highly customizable, Python-configurable CI framework
- you must run builds across many platforms with distributed workers
- you want a self-hosted system that can automate builds, tests, and releases end to end
- your workflow is complex and off-the-shelf CI tools are too rigid
When to avoid
- you want a zero-configuration hosted CI service
- your team prefers YAML-based pipeline definitions over Python code
- you need a lightweight CI for a small project with simple needs
- you are unwilling to maintain a master/worker infrastructure
Facets
framework · maturity stable
ci-cd workflow-automation scheduling developer-tools testing developer-tools testing python cross-platform self-hosted continuous-integration continuous-deployment build-automation twisted distributed-builds release-management job-scheduling devops automation web-server docker
5 sources
- readme: https://github.com/buildbot/buildbot · fetched 2026-08-28 · 046e67155ddb
- homepage: https://www.buildbot.net · fetched 2026-08-29 · 4a52ceb58908
- site_page: https://www.buildbot.net/about.html · fetched 2026-08-29 · c7f5894a3568
- site_page: https://docs.buildbot.net/current/index.html · fetched 2026-08-29 · e3d95059f339
- site_page: https://docs.buildbot.net/current/manual/installation/installation.html · fetched 2026-08-29 · 36122066f3c3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| buildbot/buildbot | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="buildbot/buildbot")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem