AI coding platform Cursor launches Origin, a code hosting service to compete with GitHub

AI coding platform Cursor launches Origin, a code hosting service to compete with GitHub

Cursor has launched Origin, a new capability that allows users to host their code directly within the AI coding platform. Starting today, Origin is available in early beta for all paid plans and introduces a set of foundational features, including repositories, pull request functionality, code browsing, and synchronization with GitHub.

While these core elements establish the service, the new codebase tab serves as the main entry point. From there, users can create repositories, follow CLI installation guidance, and run commands to clone or push local projects, enabling seamless code hosting on Origin. For those with existing projects, local codebases can be pushed to Origin once the CLI is set up.

Following this, GitHub integration allows users to view and synchronize their GitHub repositories alongside their Origin-hosted code. Sync controls are granular, letting users choose which repos to link or disconnect, and access levels are preserved: anyone with read or write privileges on synced repositories can view them in Cursor.

Pull request workflows mirror standard industry tools, letting users see timelines, commit logs, checks, file changes, review diffs, leave comments, and merge branches. Within this ecosystem, Cursor’s AI agent can answer questions about code, perform changes, update pull requests, or push new branches. Existing integrations with Vercel, Depot, and Buildkite are supported, and repository settings provide access management and app connections.

by Paul

Myrano
Myrano found this interesting
Add as a preferred source on Google
Cursor iconCursor
  59
  • ...

Cursor is an AI-first code editor designed to accelerate software development through AI-driven pair programming. With a rating of 4.6, it offers features like syntax highlighting, extensibility via plugins/extensions, and code formatting. As an AI coding assistant, Cursor enhances productivity by integrating intelligent suggestions and automation into the coding process.

Comments

akselaeration
0

Solid product description, but it leaves out the parts that actually decide whether to use it.

  1. Origin is agent-first, not people-first. Cursor built it because ~1/3 of its PRs are now opened by autonomous cloud agents - a forge designed for humans (GitHub, 2008) assumes a PR is one person's intent. It's fully usable by humans, but the main benefit only exists if you run agents.
  2. Ownership: Cursor has been SpaceX-owned since August. "Challenging Microsoft's GitHub" means, in practice, moving from Microsoft to Musk. Worth a line.
  3. Maturity: early beta, and Cursor's own docs say GitHub stays the "source of truth" for mirrored repos. Origin stores the code; GitHub is the reference for now.

Discovery value: good. Decision basis: get it from the source, not from here.

Gu