Cursor launches Origin, GitHub alternative
摘要
Cursor 发布名为 Origin 的代码托管服务,作为 GitHub 的替代方案,即日起向所有付费套餐用户开放早期测试版(企业组织可由管理员选择退出)。Origin 目前提供仓库、拉取请求、代码浏览和 GitHub 同步等基础功能,并针对智能体规模设计。用户可通过 Codebase 标签页创建仓库,仓库 URL 以 cursor.com/codebase/ 开头;可将 GitHub 仓库同步至 Origin,同步仓库实时更新,推送仍指向 GitHub 作为数据源。拉取请求支持双向同步,在 Cursor 中的评论会同步到 GitHub,反之亦然。Origin 将代码、PR 和智能体整合在同一界面,智能体可回答代码问题、修改代码、更新 PR 或推送分支。目前已集成 Vercel(PR 预览部署)、Depot 和 Buildkite(CI),更多集成即将推出。每个仓库提供设置选项,可查看同步状态、管理访问权限和已连接的应用。
荐读理由
Cursor 开始自带代码托管,能把 GitHub 仓库同步进来、双向评论 PR,还能让 agent 直接改代码提 PR,你评估 AI 工具链时值得把代码托管这环纳入对比
原文
Aug 17, 2026 · Changelog
Origin Code Hosting
Cursor can now host your code.
Origin begins rolling out today in early beta on all paid plans. We're starting with the essentials, designed for agent scale: repos, pull requests, code browsing, and GitHub sync. Agent-native features ship soon.
#Origin Repos
The new Codebase tab is home for Origin repos.
Click +New to create a new repo and name it. Once you do, a page shows you how to install the CLI, with commands for how to clone a repo or push a local project. Push, and your code is hosted on Origin.
Name your codebase when you create your first repo. That name becomes part of every repo's URL: cursor.com/codebase/acme-corp.
#Bring your GitHub repos
Your GitHub repos can sit alongside the ones Cursor hosts. Connect GitHub to Cursor, pick your org, and you'll see the repos you can sync. Select one and Cursor pulls it in. You choose what gets synced and can disconnect a repo at any time. Anyone with read or write access to a synced repo can view it in Cursor too.
Synced repos update in real time. Browse, search, and pull from the copy in Origin. Pushes keep going to GitHub, which stays the source of truth for anything started there. Icons next to each repo name tell you which ones Cursor hosts and which came from GitHub.
#Pull requests
Every repo has pull requests. Open one to see the timeline, commits, checks, and files changed. Review the diff, leave comments, and merge.
Pull requests on synced repos sync both ways: comment in Cursor and it posts to GitHub, react or reply on GitHub and it shows up in Cursor within seconds. Got a review assigned to you on GitHub? Review and merge it from Cursor.
#Agents in every repo
Your code, PRs, and agents are now in the same place. Ask Cursor questions about code you're browsing. It can answer, make changes, update PRs, or push a branch.
#App extensions for Cursor repos
We're building an app ecosystem so your whole stack works seamlessly with Origin. Integrations with Vercel, Depot, and Buildkite are already available, with more coming soon.
Connect Vercel from a repo's Apps tab and every PR gets a preview deployment where you can test and make comments. Merge, and it ships to production. For CI, connect Depot or Buildkite. Both run your existing GitHub Actions workflows and Buildkite also runs its native pipelines.

#Settings
Every repo has settings. Check sync status for GitHub repos, manage who has access, and see which apps are connected.

Origin is rolling out in early beta to all paid plan users starting today, except enterprise orgs whose admins opt out. Name your codebase and create your first repo.
Learn more in our docs or get started today.
这条对你有帮助吗?