Pillar guide
Cursor Origin: Git Hosting Built for AI Agents
Origin is Cursor's own Git hosting platform, announced at the Compile event on June 16, 2026 and built by the team behind Graphite. Cursor pitches it as a git forge for the age of AI agents. As of mid-2026 it is waitlist-only, with no public pricing and no firm release date.
On this page
What is Cursor Origin?
Origin is a place to store, review and merge code, the same job GitHub and GitLab do. Cursor built it, and the pitch is aimed at teams whose code is increasingly written by agents rather than typed by hand. Cursor's tagline calls Origin a git forge for the agent era, with one line of reasoning underneath it: "Code is moving faster than any infrastructure was built to handle."
You cannot sign up for it yet. The page at cursor.com/origin is a waitlist and a promise, "We'll reach out when Origin is ready for you," with no product screenshots, no pricing and no published feature list. That gap matters for a guide like this, so the rest of this page is careful about which claims come from Cursor and which come from coverage of the demo.
- What
- Git hosting + code review platform (a "git forge")
- Announced
- June 16, 2026, at Cursor's Compile event, Fort Mason, San Francisco
- Built by
- The Graphite team, inside Cursor (Anysphere)
- Demoed by
- Tomas Reimers, Graphite co-founder
- Status
- Waitlist-only. No public pricing, no firm release date.
Facts on this row set are from cursor.com/origin, cursor.com/compile and Graphite's announcement. Everything labelled "reported" below is not.
Why is Cursor building its own GitHub alternative?
The argument starts with a change Cursor already sells: agents that write code. Cursor's cloud agents run tasks on their own and open changes for review, and a team running several at once produces commits and branches faster than one person ever would. Hosting and review tools were designed around human pace, one engineer opening one pull request at a time.
Origin is Cursor's bet that the storage and review layer should be rebuilt for that faster pace instead of bolted onto tools made for it. Whether the bet pays off is an open question. The premise, that agent output is outgrowing GitHub-shaped workflows, is the same one behind Cursor's push into cloud agents, BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. and automated review.
If most of your diffs start coming from agents, the bottleneck moves from writing code to reviewing and merging it. Origin is aimed squarely at that bottleneck.
Where did Origin come from? The Graphite team
Origin is not a from-scratch side project. Cursor signed a definitive agreement to acquire Graphite, a code-review startup, on December 19, 2025, and the Graphite founders now build Origin from inside Cursor. Graphite's calling card was stacked pull requests, a review style built for shipping many small, dependent changes quickly.
Tomas Reimers, one of Graphite's three co-founders, demoed Origin on stage at Compile. That lineage is the clearest signal of what Origin is actually about: review throughput, not just somewhere to push a repo.
A git host that came out of a code-review company is going to care about the review layer first. Stacked diffs are the part of Origin with the longest track record, because Graphite shipped them for years before the acquisition.
How does Origin fit with the rest of Cursor?
Think of Cursor as assembling a stack that starts in the editor and ends at a merge. You write or direct code in Cursor, agents run tasks (locally or in the cloud), automated review runs on the result, and something hosts the repo and the pull requests. Origin is Cursor's answer for that last layer, the part GitHub holds for most teams today.
Interactive diagram. Tab through its regions; each focused region shows its detail in the panel below.
How the pieces line up. The hosting and review layer is the part Origin is built to replace.
How tightly these layers connect inside Origin is mostly reported, not confirmed. BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. and Auto-review are real Cursor features you can use today on GitHub and GitLab. What Origin adds on top of them is the part to verify when it ships.
What is confirmed about Origin, and what is only reported?
This is the part to read slowly, because most of the exciting detail about Origin has not been confirmed by Cursor. The product page is a waitlist. The architecture numbers and the feature list come from press coverage of the demo, and some figures that circulated were later traced to other products entirely.
- Claim
- Origin exists, is first-party Cursor, waitlist-only
- Status
- Confirmed (cursor.com/origin)
- Claim
- Announced June 16, 2026 at Compile; built by Graphite team
- Status
- Confirmed
- Claim
- Stacked diffs as the review model
- Status
- Strong (Graphite's shipping product)
- Claim
- AI merge-conflict resolution, auto CI fixes, AI PR descriptions
- Status
- Reported only, not confirmed
- Claim
- Throughput figures (commits/sec, clones/hour, failover)
- Status
- Reported, partly misattributed to other products
- Claim
- A 1.5-trillion-parameter in-house model
- Status
- Reported by one outlet, unconfirmed
| Claim | Status |
|---|---|
| Origin exists, is first-party Cursor, waitlist-only | Confirmed (cursor.com/origin) |
| Announced June 16, 2026 at Compile; built by Graphite team | Confirmed |
| Stacked diffs as the review model | Strong (Graphite's shipping product) |
| AI merge-conflict resolution, auto CI fixes, AI PR descriptions | Reported only, not confirmed |
| Throughput figures (commits/sec, clones/hour, failover) | Reported, partly misattributed to other products |
| A 1.5-trillion-parameter in-house model | Reported by one outlet, unconfirmed |
As of June 2026. Re-check cursor.com/origin at launch; pre-launch numbers are not production numbers.
If a figure isn't on cursor.com/origin or a Cursor engineering post, treat it as a demo claim, not a benchmark. One widely shared "commits per second" stat actually belonged to a different system, and a "50x faster" line came from GitLab, not Origin.
What should I read next?
Start with the why, then the mechanics. The guides below go deeper on the parts of Origin that have real precedent in Graphite and in Cursor's existing agent features, and they keep the same line between confirmed and reported.
- Agent-scale git explains the throughput problem Origin is built for, and why human-paced hosting strains under agents.
- Stacked diffs covers the review model Origin inherits from Graphite, with the gt workflow.
- Reviewing agent code is about reading diffs you didn't write, with BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. and Auto-review as the gates you have today.
- Parallel agents and merge conflicts is the practical safety guide for running several agents on one repo.
- Migrating from GitHub and code custody weigh what moving your hosting to an AI vendor actually means.
In this guide
Agents produce commits and pull requests faster than human-paced hosting was built for. Here's the throughput problem Cursor Origin is trying to solve.
Open guideStacked diffs split one big change into small, dependent pull requests that review faster. Here's the Graphite model Origin inherits, and the gt workflow.
Open guideWhen agents write the code, your job is review. Cursor's tools today (Bugbot, Auto-review), the Graphite model, and what Origin reportedly adds.
Open guideRunning several agents on one repo causes merge conflicts. Here's how to avoid them with worktrees today, and what Origin reportedly automates.
Open guideYou can't move to Origin yet, but you can plan for it. What transfers cleanly when you change git host, what doesn't, and why the repo is the easy part.
Open guideMoving git hosting to Cursor puts your agents and your code under one vendor. The custody trade-offs, questions to ask, and how to limit the risk.
Open guideFrequently asked questions
Can I use Cursor Origin today?
Not yet. As of mid-2026 Origin is waitlist-only at cursor.com/origin, with no public pricing and no confirmed release date. You can join the waitlist, but there is no product to try and no beta you can self-serve into.
Is Origin a GitHub replacement?
That is the positioning. Origin does the jobs GitHub does, host repos, hold pull requests, run merges, with a review model built for code that agents write. Whether it replaces GitHub for your team depends on the ecosystem you rely on, which is the harder thing to move.
What is the connection between Origin and Graphite?
Cursor acquired Graphite, a code-review startup, in a deal announced December 19, 2025. The Graphite team builds Origin, and Graphite's stacked pull requests are the clearest precedent for how Origin's review layer works.
Did Cursor announce a new model and a mobile app at the same event?
Coverage of Compile mentioned a Cursor mobile app and a large in-house model alongside Origin. Cursor's cloud agents do have web and mobile control today, but the specific model claims circulating from the event are reported by press, not confirmed on a Cursor source, so treat them as unverified.
Sources & last verified
- Cursor — Origin (waitlist)
- Cursor — Compile event
- Graphite — Joining Cursor
- TechCrunch — Cursor acquires Graphite
Cursor ships frequently. Facts verified against primary sources on June 26, 2026.