Cursor launches Origin, a Git hosting platform built on its own Continuity storage system
Cursor, the AI coding editor maker owned by Anysphere, launched Origin on August 17-18, 2026 — a Git repository hosting platform positioned as a direct alternative to GitHub, built on a storage system the company calls Continuity.
What's new
In a technical blog post titled "Git at any scale," Cursor describes Continuity as "the Git storage system we've developed at Cursor," with Origin as the product built on top of it. The company is explicit about the scope of the effort: "Origin is not an experiment; it is the result of many decades of experience building these same systems."
On raw throughput, Cursor reports push performance of "up to 120 pushes/s" running on standard S3 storage, rising to "more than 300 pushes/s" on S3 Express One Zone. For reads, the company says it validated "consistent linear scaling for reads" while testing up to 100 replicas of a single repository. The architecture is designed to span two very different workload shapes at once: "millions of tiny repositories created by agents," each served by a single replica, up to a "large monorepo" that "can be deployed across hundreds of replicas."
Cursor frames Continuity as a successor to Spokes, the Git storage system GitHub built around 2013 that became, in Cursor's words, "an industry standard." The post argues Continuity keeps what worked about that design while addressing scalability and operational limitations Cursor says it ran into as usage grew.
Context
The launch lands in a busy stretch for Cursor: the company became part of SpaceX after a reported $60 billion acquisition of parent company Anysphere earlier in August, and shipped a run of infrastructure and product posts in the same window, including faster cloud-agent startup times and a model-routing feature. Origin itself also happened to ship in the same window as a widely reported GitHub outage, though Cursor's blog post makes no mention of that timing and frames the release purely as the result of infrastructure work explicitly described as multi-year.
Why it matters
Git hosting has been a stable, largely unchallenged layer of developer infrastructure for over a decade, dominated by GitHub since Microsoft's acquisition. Cursor building and shipping its own hosting stack — rather than continuing to build purely on top of GitHub — is a sign that AI coding-agent usage patterns are stressing assumptions baked into that older infrastructure: Cursor's own numbers explicitly call out workloads dominated by huge numbers of small, agent-created repositories, a usage pattern human-driven Git hosting was never designed around. If autonomous coding agents keep generating repositories and commits at machine speed rather than human speed, the pressure on shared Git infrastructure Cursor describes here is likely to show up at other coding-agent vendors too, not just Cursor.
Corroborating sources
- Cursor
https://cursor.com/blog/git-at-any-scale
“Origin is not an experiment; it is the result of many decades of experience building these same systems, from people who deeply understand the magnitude of the challenges involved.”