deniz.in

Markets

Weather

Loading weather

· via dev.to (home feed)

Cursor launches Origin, a Git-compatible code host with agents and GitHub sync

Cursor's Origin, now in early beta on paid plans, adds Git repositories, pull requests and two-way GitHub sync inside the AI editor, with coding agents built into every repo.

Cursor launches Origin, a Git-compatible code host with agents and GitHub sync

Origin turns Cursor into a code host

On August 17, 2026, Cursor launched Origin, a code-hosting service in early beta built directly into its AI code editor, according to a dev.to write-up. Origin is Git-compatible and offers repositories, pull requests and code browsing through a new Codebase tab in the Cursor app, with Cursor's coding agents available alongside every repository. In practice, developers who previously wrote code in Cursor and pushed it elsewhere can now create a repository inside the editor, push to it, open pull requests and review them without leaving the app. Creating a first repository also prompts the user to name a codebase namespace, producing URLs in the form cursor.com/codebase/your-org, and the result behaves like a normal Git remote that can be cloned or pushed to from the command line.

Sync with GitHub rather than migration

Origin handles two kinds of repositories side by side: repos hosted on Cursor's own infrastructure, and GitHub-synced repos pulled in after connecting a GitHub account. Synced repos update in real time, and GitHub remains the source of truth for anything that started there — pushes keep going to GitHub, while browsing, search and pulls run against the Origin copy. Pull request activity flows both ways: a comment written in Cursor posts to GitHub, and reactions or replies on GitHub show up in Cursor within seconds. Reviews assigned on GitHub can be completed and merged from inside Cursor, and users choose which repos sync and can disconnect any of them at any time, so adopting Origin does not require leaving GitHub.

Agents embedded next to the code

The differentiator, according to the write-up, is not the hosting feature set but co-location. Origin engineer Tomas Reimers — co-founder of Graphite, which Cursor acquired earlier in 2026 — acknowledged on Hacker News that current hosting features differ from GitHub "very little," describing the release as an intentional move to match GitHub on functionality first. What Origin adds is agent access inside the repository context: while browsing code in Origin, a user can ask questions, have an agent make changes, update open pull requests or push branches without cloning anything locally. An app ecosystem is live at launch: Vercel attaches a preview deployment to every pull request, and Depot and Buildkite run existing CI workflows, with Buildkite also running its native pipelines. Cursor says deeper agent-native capabilities are next, including tooling for making sense of agent-written code and automation that pushes pull requests toward a mergeable state autonomously.

A launch timed against GitHub's rough patch

Origin shipped on the same day GitHub suffered a worldwide outage of roughly eight hours, the latest in what The New Stack, as cited by dev.to, describes as hundreds of incidents over the past twelve months. GitHub COO Kyle Daigle has framed the strain as unprecedented scale rather than ordinary growth: commit volume has jumped from about one billion per year to 1.4 billion per month, and AI agents now open more than 17 million pull requests monthly. Origin also enters a growing field of agent-oriented alternatives: Entire, a distributed Git network founded by former GitHub CEO Thomas Dohmke that raised a $60M seed round including Microsoft's venture arm; GitLab's "Project Switch" private beta, in which agents query the server for exactly what a task needs instead of cloning repos; and Zed's Delta, which syncs conversations and in-progress work alongside Git repositories. Gergely Orosz of The Pragmatic Engineer put the timing bluntly, arguing that the appeal of these alternatives rests largely on GitHub's instability. Matt Palmer of SpaceXAI noted that the outage actually delayed Origin's launch, since onboarding begins by importing GitHub repositories. Separately, the write-up, citing The New Stack, reports that Origin is Cursor's first product launch as a fully owned SpaceX subsidiary, after a reported $60 billion acquisition closed on August 14, 2026, three days before Origin shipped.

Availability

Origin is rolling out in stages to all paid Cursor plans — Pro, Teams and Enterprise — with no free tier, and enterprise organizations can be excluded if their admins opt out. Because the rollout is staged, paying users may not see the Codebase tab immediately.

Why it matters

Origin is the clearest signal yet that AI coding tools intend to absorb the whole development workflow, not just the editing step. With agents now generating a substantial share of commits and pull requests, a host designed around them — where repository, review and agent share a single surface — could change where code ends up living. The two-way GitHub sync keeps the cost of trying it near zero for existing Cursor subscribers, who get agents inside their current pull request workflow without migrating anything. At the same time, the write-up's own assessment is that Origin is too early to treat as a primary host for critical production repos, and Coder CEO Rob Whiteley's caution about high enterprise switching costs applies broadly. The larger consequence is competitive: GitHub is being pressed on reliability and agent-native workflows at the same moment, and how it responds will shape code hosting for years.

  • #cursor
  • #git
  • #code-hosting
  • #ai-agents
  • #developer-tools

Related posts