google/copybara
Copybara: A tool for transforming and moving code between repositories. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- 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: 7.0
- age_days: 3646
- days_rel: 9
- days_push: 7
- n_releases_24m: 69
Adoption not part of the score
3815 stars · 344 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Copybara is a Java-based command-line tool from Google that transforms and moves code between repositories, keeping a confidential and a public repository in sync. It is stateless, storing state in destination commit labels, and is configured via Starlark workflow files.
Use cases
- sync code between a private and public git repository
- mirror changes from a public repo into an internal repo
- import external contributor patches into an authoritative repository
- transform code paths when moving code to a new repository
- automate repetitive code movement between repositories
When to choose
- you maintain confidential and public versions of the same code
- you need repeatable, stateless repository-to-repository code migration
- you want to transform code (paths, references) during sync
When to avoid
- you need one-time simple git mirroring without transformations
- you require non-Git version control systems (Mercurial support is experimental)
- you want a GUI or hosted service rather than a CLI
Facets
cli-tool · maturity active
version-control developer-tools workflow-automation configuration-management developer-tools version-control cli jvm cross-platform code-mirroring repository-sync git monorepo open-source-synchronization automation
1 source
- readme: https://github.com/google/copybara · fetched 2026-08-28 · 2c1f73a51eab
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/copybara | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem