Urgent.News

What's breaking now, across thousands of outlets.

Tech

Cursor Origin VS Github

The day GitHub broke for 7 hours, Cursor launched its replacement. Coincidence? Sure. But 35% of merged PRs are now written by AI. Buckle up. On the morning of August 17, 2026, Cursor began rolling out Origin, its own git hosting service, to everyone on a paid plan. Roughly three and a half hours later, GitHub's status page lit up with what became a nearly seven-hour global degradation: error…

On August 17, 2026, Cursor unveiled Origin, its own git hosting service, to all paid users. This occurred shortly after GitHub experienced a near-seven-hour outage that affected pull requests, issues, the API, and file downloads. Cursor CEO Matt Palmer acknowledged the timing of Origin's launch, stating, "We were going to ship this earlier, but GitHub was down."

Origin functions as a git repository platform integrated within the Cursor editor, accessible through a new Codebase tab. Users create a codebase name, forming part of the repository URL (e.g., cursor.com/codebase/acme-corp), and push changes using standard git over HTTPS. A command-line tool, called origin, manages authentication and related tasks. The service is in early beta, included in Cursor's paid plans without a separate price or free tier, and all repositories are private by default.

Origin traces back to Cursor's acquisition of Graphite, a startup specializing in stacked pull requests and code review, in December 2025. Origin was introduced at Cursor's Compile conference in June 2026 and is now being developed by Graphite co-founder Tomas Reimers. The service offers a familiar git workflow, including pull requests with timelines, commit history, status checks, and diff-level comments. Users can review and merge changes without leaving the editor.

A key differentiator for Origin is its ability to sync with GitHub organizations, mirroring selected repositories alongside native ones. This allows real-time updates and bidirectional comment flow between the two platforms. The origin CLI provides a comprehensive git experience, including pull-request lifecycle management, review comments, and merges. Origin also supports stack-based pull requests, SSH key management, and an API modeled on GitHub's for advanced integration.

Reimers emphasized that Origin currently matches GitHub's functionality, stating, "Today, very much nothing. We're intentionally releasing this as a GitHub alternative where we meet them toe-to-toe on functionality." Behind the scenes, Origin's agents can perform various tasks, such as browsing files, providing review comments, revising pull requests, and even autonomously creating and pushing new repositories.

This level of automation signals Cursor's vision of the customer as the software itself, rather than just its operators.

Despite the impressive features, Origin currently lacks a public repository system, a free tier, an issue tracker, and a first-party CI system. Mirrored repositories rely on native GitHub Actions workflows for continuous integration. Origin's strategy focuses on providing a seamless, read-mostly mirror of existing code, aiming to improve the review experience and gradually shift the focus of development teams to this new platform.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Smart Home Garden Irrigation Project

Garden Irrigation System Summary MY project to make a bespoke irrigation system for my home garden, which comes in at under £10 per zone including the actual water delivery method, and is made with…

More from Friday 28 August →