Cursor, now owned by SpaceX, enters the code hosting market
Cursor announced Origin on Monday, its first native code hosting service, positioned as a direct rival to GitHub — the dominant platform in the industry since 2008. The launch comes two months after SpaceX confirmed its acquisition of Cursor for $60 billion, finalized on August 14, and marks the company's debut as a fully owned subsidiary of Elon Musk's conglomerate.
Origin is not simply a mirror of GitHub: it is a platform designed for a scenario in which artificial intelligence agents generate commits, reviews, and merges without human intervention. The Cursor team has already admitted, in its own words, that the initial goal is to "meet GitHub toe to toe in functionality" — an honest positioning for a beta product, but one that reveals the long-term strategy.
Why now? GitHub's reliability crisis
The launch timing could not be better — or worse — for Cursor. Origin arrived on the same day GitHub faced an eight-hour global outage, with API error rates reaching 20% at some peaks. The company had already logged hundreds of incidents over the previous 12 months, as commit volume jumped from 1 billion per year to 1.4 billion per month. AI agents alone generate more than 17 million pull requests per month — growth GitHub has attributed to infrastructure bottlenecks, including MySQL contention and webhook overload.
Matt Palmer of SpaceXAI acknowledged the problem on X: "We were going to ship this earlier, but GitHub was down. Importing your GitHub repos as a first onboarding step is non-optimal if GitHub is down." The irony is palpable: Cursor needs GitHub for user onboarding while simultaneously launching a GitHub alternative.
How Origin works
Origin operates through a new "Codebase" tab in Cursor's desktop client. Users can create and host Git repositories directly on the platform, with URLs of the form `cursor.com/codebase/team-name`. The repositories behave like conventional Git repositories — they can be cloned locally, have an origin remote added, and pushed via the command line.
The most significant feature, however, is not the hosting itself, but the native integration with Cursor's AI agents. Unlike GitHub, where AI acts as a separate extension (GitHub Copilot), in Origin the repository, the pull request, and the coding agent all live within the same ecosystem. Users can ask the agent questions about code they are viewing, request changes, update a PR, or create a branch — all without leaving the interface.
The product also offers bidirectional sync with GitHub: existing repositories can be synced to Origin, with GitHub remaining the source of truth for projects that started there. The pull request system already includes diffs, comments, checks, and merging. Integrations with Vercel, Depot, and Buildkite are available at launch.
What's next
Tomas Reimers, an Origin engineer and co-founder of Graphite — a code review startup acquired by Cursor in early 2026 — answered developers directly on Hacker News, admitting that there is "very little" that differentiates Origin from GitHub at the current stage. "We're intentionally releasing this as a GitHub alternative where we meet them toe to toe on functionality," he wrote. "But expect a lot more from us. We wanted to release a beta so people can start experimenting with our scalability and extensibility. Over the next few weeks, you can expect a few features starting to change source control to better understand and work with agents."
Rob Whiteley, CEO of Coder (a cloud development platform for enterprises), classified Origin as a "smart play" in an interview with The New Stack. "Most of the industry's energy has gone into the tools that write code," he argued. "Comparatively little has gone into what happens to that code after it's produced." He added: "GitHub is starting to crack under the weight of agentic code development, and an agent-native source code forge is needed."
Origin is currently restricted to Cursor's Pro, Teams, and Enterprise plans — nothing on the free tier. The rollout is staged, and not all users will have immediate access.
The broader context: the race for code control
Origin is not the only response to GitHub's scalability challenges. GitLab announced a private beta in June of "Next Generation Source Code Management" (internally called Project Switch), which allows agents to query the server for exactly what they need rather than cloning entire repositories. Zed, the startup code editor, launched Delta in August — described as "a multiplayer environment for coding with agents and reviewing what they build." Delta runs on DeltaDB, which keeps a live copy of conversations and in-progress work synchronized across the team.
Kyle Daigle, GitHub COO, discussed the scaling problem with The New Stack in June: "It's not just about normal scaling," he said. "It's now making sure we can scale at 30 or 40 times" annual growth, rather than the 100% year-on-year growth GitHub had historically planned around.
Despite the pressure, Whiteley does not see Origin as an immediate threat to enterprises in the short term. "Most enterprises have already spent a lot of pain and money standardizing on GitHub, and moving again would mean a lot of pain for limited ROI today," he said. "That could change as 'vibe coding' generates an order of magnitude more code. If Cursor commits to keeping Origin open enough for enterprises to trust and integrate with, it could become much more appealing over time."
Sources: SiliconANGLE, The New Stack, TechCrunch
✓ Independent sources cross-checked and verified before publishing