---
title: "A deep dive into Cursor Origin"
url: https://daily.dev/posts/a-deep-dive-into-cursor-origin-dgfjomhws
source_url: https://flaviocopes.com/cursor-origin
type: article
source: "Flavio Copes"
published: 2026-08-25T11:47:46.789Z
updated: 2026-08-25T11:49:21.186Z
tags: ["github", "ai-agents", "cicd", "git"]
reading_time: 16
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# A deep dive into Cursor Origin

**[Flavio Copes](https://daily.dev/sources/flaviocopes)** · 16 min read · 0 upvotes · 0 comments

## Summary

Cursor Origin is a new Git forge built into Cursor, launched in early beta on August 17, 2026, available on Pro, Teams, and Enterprise plans. It hosts Git repositories, browser-based code browsing, pull requests, branch protections, a CLI, and a REST API, and lets Cursor's cloud agents work directly against repositories. Teams can either host repositories natively on Origin or mirror an existing GitHub repository, with GitHub remaining the source of truth and bidirectional pull-request sync between the two. Native Origin repos support only Internal and Private visibility (no public repos yet), and CI/deployment integrations are limited to Vercel, Depot, and Buildkite, with mirrored repos keeping GitHub Actions, secrets, and Issues on GitHub. The recommended approach is to mirror an existing repo first and test the full agent-to-pull-request workflow before considering a full migration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://flaviocopes.com/cursor-origin>

## Questions this post answers

### What is Cursor Origin and how is it different from using Cursor with GitHub?

Cursor Origin is a Git forge built directly into Cursor that can host repositories, pull requests, and coding agents in one system, rather than Cursor connecting to code hosted externally on GitHub, GitLab, or Bitbucket. It launched in early beta on August 17, 2026, on Pro, Teams, and Enterprise plans, and includes code browsing, branch protections, a CLI, and a REST API.

_daily.dev surfaces coverage like this for developers deciding whether to adopt new AI-native git hosting workflows._

### Can I mirror an existing GitHub repository into Cursor Origin without moving it off GitHub?

Yes, GitHub mirroring copies Git history, branches, tags, code, and pull requests into Origin while GitHub stays the source of truth, so pushes made through the Origin remote still go to GitHub. Issues, Actions workflows, and Actions secrets remain on GitHub only. Pull request comments and reviews sync bidirectionally between Origin and GitHub within seconds.

_teams weighing a gradual migration off GitHub can track these hosting changes on daily.dev._

### Does Cursor Origin support public open source repositories?

Not yet during early beta; the documented repository creation flow only offers Internal and Private visibility levels, with no public option. Internal makes a repo visible to anyone with codebase access, while Private restricts it to specifically granted people, making Origin currently suited for private team work rather than public open source projects.

_open source maintainers evaluating new git forges can follow feature rollouts like this via daily.dev._

---

Tags: [#github](https://daily.dev/tags/github), [#ai-agents](https://daily.dev/tags/ai-agents), [#cicd](https://daily.dev/tags/cicd), [#git](https://daily.dev/tags/git)

[View this post on daily.dev](https://daily.dev/posts/a-deep-dive-into-cursor-origin-dgfjomhws)
