Entire opens preview of regional Git mirrors aimed at AI-agent clone traffic
Maya Okonkwo
Thomas Dohmke, the former GitHub CEO, opened the preview waitlist this week for Entire, a distributed Git network that mirrors GitHub repositories across regions so AI coding agents can clone from a nearby node instead of hitting the origin. DevOps.com reported the launch on 8 July 2026. The company launched with more than 40 employees across nine countries, and $60 million in seed funding at a $300 million valuation, per the same report.
The mechanism today is regional read replicas, not a new protocol. Entire keeps a repository on GitHub as the source of truth and stages the objects at mirrors in the United States, Europe and Australia, DevOps.com wrote. Around the mirror layer the company is shipping Entire Blame, Entire Review, and code and semantic search. The roadmap adds native hosting of repositories and, further out, what DevOps.com describes as a fully decentralized network that would let customers meet data-sovereignty requirements.
The pitch is throughput for agent fleets. DevOps.com cites internal benchmarks of about 570,000 clones per hour, 586 pushes per second, and 470 clone-and-push operations per second on a mixed workload. Those numbers are the vendor's, not an independent measurement, and the report does not disclose the reference repository, the network topology, or how contention was modelled.
What CI teams inherit if they adopt a mirror
Mirrors duplicate the fetch layer; they do not replace the identity layer. Pipelines that pin an origin URL, authenticate with a GitHub App or key check runs off a specific host still resolve back to github.com. If a team points its runner-side clone at a nearest-region Entire node, the questions are the ones any read replica introduces to a delivery pipeline. How stale can the mirror be against a just-merged commit before a workflow starts building the wrong SHA? What credential scope does the mirror path require? Where does a git push from inside a runner actually land, and who signs the resulting ref update?
The preview is waitlist-only. Entire has not published the wire protocol, the mirror consistency model, or the pricing sheet, per the DevOps.com report. Until it does, the offer to CI/CD owners is a set of vendor throughput numbers and a promise of features next to GitHub, not through it.
Source: DevOps.com (devops.com)