{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-09-21T07:00:56.262Z","headline":"Cursor 推出 Self-Hosted Machines，云智能体可在企业自有机器上执行","description":"Cursor 发布 Self-Hosted Machines，让云智能体的工具执行迁移到企业自有网络内的机器，智能体循环、推理和规划仍留在 Cursor 云端，通过 worker 的出站 HTTPS 连接对接，Cursor 不会主动连入企业网络。","url":"https://www.aioga.com/news/cmtkffuf503cbrobqkwhimxmp/","mainEntityOfPage":"https://www.aioga.com/news/cmtkffuf503cbrobqkwhimxmp/","datePublished":"2026-09-02T12:00:00.000Z","dateModified":"2026-09-02T12:00:00.000Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://cursor.com/blog/self-hosted-machines","https://aihot.virxact.com/items/cmtkffuf503cbrobqkwhimxmp"],"canonicalUrl":"https://www.aioga.com/news/cmtkffuf503cbrobqkwhimxmp/","directAnswer":{"@type":"Answer","text":"Cursor 发布 Self-Hosted Machines，将云智能体的工具执行迁移到企业自有网络内的机器；智能体循环、推理和规划仍在 Cursor 云端完成，worker 通过出站 HTTPS 连接对接。","url":"https://www.aioga.com/news/cmtkffuf503cbrobqkwhimxmp/","dateCreated":"2026-09-02T12:00:00.000Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"Cursor Blog source article","url":"https://cursor.com/blog/self-hosted-machines","datePublished":"2026-09-02T12:00:00.000Z","provider":{"@type":"Organization","name":"Cursor Blog","url":"https://cursor.com/blog/self-hosted-machines"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cmtkffuf503cbrobqkwhimxmp","datePublished":"2026-09-02T12:00:00.000Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cmtkffuf503cbrobqkwhimxmp"}}],"aggregationSource":"Cursor Blog","originalPublisher":{"name":"Cursor Blog","url":"https://cursor.com/blog/self-hosted-machines"},"geoDeepAnswer":null,"article":{"id":"cmtkffuf503cbrobqkwhimxmp","slug":"cmtkffuf503cbrobqkwhimxmp","url":"https://www.aioga.com/news/cmtkffuf503cbrobqkwhimxmp/","title":"Cursor 推出 Self-Hosted Machines，云智能体可在企业自有机器上执行","title_en":"","summary":"Cursor 发布 Self-Hosted Machines，让云智能体的工具执行迁移到企业自有网络内的机器，智能体循环、推理和规划仍留在 Cursor 云端，通过 worker 的出站 HTTPS 连接对接，Cursor 不会主动连入企业网络。","source":"Cursor Blog","sourceUrl":"https://cursor.com/blog/self-hosted-machines","aiHotUrl":"https://aihot.virxact.com/items/cmtkffuf503cbrobqkwhimxmp","publishedAt":"2026-09-02T12:00:00.000Z","category":"行业动态","score":72,"selected":true,"articleBody":["Cursor cloud agents can execute on dynamically scheduled pools of machines inside your network. You manage the underlying infrastructure, while agents are still started and managed from Cursor.","This gives teams more control over where agents execute and what infrastructure they use. Agents can work next to internal services and source control, run on custom hardware, or use operating systems and build pipelines that are difficult to package as a Cloud Agent build.","Cloud agents now create more than 60% of the pull requests we merge internally and are taking on a growing share of software work at many of the largest enterprises we work with. As their role expands, the machines they run on matter more too. These new capabilities make it practical for teams to provide and manage that infrastructure at scale.","With Lambda MicroVMs as the compute layer for Cursor Cloud Agents, developers can run AI-powered coding agents in their own AWS account. Each machine launches near-instantly from a snapshot, suspends when idle, and resumes with full state. Your coding agents benefit from Lambda's fast startup, strong isolation, and zero fleet management, while Cursor orchestrates the work.","Cursor-hosted environments remain the default for cloud agents. Each session runs on a dedicated VM inside the Cursor cloud, with its dependencies installed and its own network controls. Per-agent isolation, secret redaction, egress controls, and signed commits meet the security requirements of most teams.","Teams generally use Self-Hosted Machines when:","With Self-Hosted Machines, only the execution environment moves while the agent loop, inference, and planning remain in the Cursor cloud. Tool outputs flow back to Cursor for inference and may contain code, and agent transcripts may be processed and stored by Cursor. Teams can continue to access cloud agents from the desktop app, cursor.com：https://cursor.com/, mobile, Slack, GitHub, and Linear.","With Self-Hosted Machines, tool execution moves from a Cursor-hosted VM to a machine in your environment. That machine holds the working copy of the repository, edits files, and runs commands. A worker connects it to the rest of the agent system.","To register a machine, run a worker by installing the Cursor CLI and running agent worker start . This opens a long-lived outbound HTTPS connection to the Cursor cloud. When a session begins, Cursor's agent harness handles inference and planning, then sends tool calls to a dedicated worker for execution. The worker returns the results for the next round of inference. Cursor never initiates a connection into your network.","Workers can be configured in two ways.","Worker pools can now scale in response to queued requests and serve work from any repository. We have also added support for several sandbox providers and computer use on Linux alongside Mac.","Demand for cloud agents often arrives in bursts and Self-Hosted Machines pools adjust to those bursts automatically. This happens through a controller which watches the request queue and uses a spawn script supplied by the team to start machines as needed.","If a pool has an available worker, that worker claims the request. Otherwise, the request waits until more capacity becomes available, so teams do not have to decide how many machines to leave running.","Teams can set an idle timeout for each worker connection. Once it expires, the machine can reset and re-enter the pool. Teams can also preserve its workspace in case the agent receives a follow-up.","Self-Hosted Machines put teams in control of where Cursor agents run, and Vercel Sandbox makes it effortless. Every task gets an isolated sandbox on demand, no fleet to manage, and nothing sitting idle.","Leaving a machine running while its agent is idle can be expensive. But if the machine is released, the agent may need several minutes to reconstruct its workspace when a follow-up arrives. With hibernation, teams can snapshot and stop an idle machine instead. If a follow-up arrives within the reconnect window, the snapshot is restored and a worker starts with the same ID. Otherwise, the request can move to a new machine.","Pools are not tied to individual repositories. A request only needs to identify the pool, and any available worker can claim it. This lets one pool serve many repositories.","Self-Hosted Machines does not require building a custom sandbox layer from scratch. We partner with AWS Lambda：https://docs.aws.amazon.com/lambda/latest/dg/microvms-integrations-cursor-self-hosted-machines.html, Cloudflare：https://developers.cloudflare.com/sandbox/tutorials/cursor-cloud-agents/, Coder：https://coder.com/docs/ai-coder/agent-relay/cursor, Daytona：https://daytona.io/docs/en/guides/cursor/cursor-self-hosted-machines, E2B：https://docs.e2b.dev/agents/cursor, Modal：https://modal.com/docs/cursor, Namespace：https://namespace.so/docs/integrations/cursor, and Vercel：https://vercel.com/kb/guide/cursor-vercel-sandbox, allowing workers to be started and orchestrated wherever a team's sandboxes already run.","Cursor Self-Hosted Machines on Modal gives each Cloud Agent session a Modal Sandbox, so you can hand it a machine tailor-made for its task.","Linux workers now support computer use alongside Macs. With the required computer use：https://cursor.com/docs/cloud-agent/self-hosted/computer-use dependencies installed, including Chrome or Chromium, an agent can click, take screenshots, and control the browser. You can watch its desktop or take control directly from Cursor.","You can't build iOS or macOS apps without a Mac. Namespace Devboxes spin up a real Mac for each Cursor Cloud Agent, which can now perform that work on Apple silicon.","Teams have spent years shaping their infrastructure around how they build software. Self-Hosted Machines lets cloud agents fit more naturally into it, and we're excited to see how far teams take them.","To connect a machine or configure a pool, get started in the docs：https://cursor.com/docs/cloud-agent/self-hosted.","Filed under: product：/blog/topic/product","Run cloud agents in your own infrastructure","Cloud agents start 3x faster with builds","Cursor agents can now control their own computers"],"articleImages":[{"sourceUrl":"https://cursor.com/marketing-static/_next/image?url=https%3A%2F%2Fptht05hbb1ssoooe.public.blob.vercel-storage.com%2Fassets%2Fblog%2Fcursor-self-hosted-decision-light-5mb0pPlah9XuRCmn3FSuKKPoaut0lr.png&w=1920&q=70","alt":"Decision guide for when to use Self-Hosted Machines versus Cursor-hosted cloud agents","afterParagraph":6,"url":"/media/articles/cmtkffuf503cbrobqkwhimxmp/3a3505563e8d687f.webp"},{"sourceUrl":"https://cursor.com/marketing-static/_next/image?url=https%3A%2F%2Fptht05hbb1ssoooe.public.blob.vercel-storage.com%2Fassets%2Fblog%2Fcursor-self-hosted-decision-dark-9pFJZSGCD6lu2MsDVRw6WazC2hLuf7.png&w=1920&q=70","alt":"Decision guide for when to use Self-Hosted Machines versus Cursor-hosted cloud agents","afterParagraph":6,"url":"/media/articles/cmtkffuf503cbrobqkwhimxmp/269b73dee0cbe4d0.webp"},{"sourceUrl":"https://cursor.com/marketing-static/_next/image?url=https%3A%2F%2Fptht05hbb1ssoooe.public.blob.vercel-storage.com%2Fassets%2Fblog%2Fcursor-agent-loop-light-GMamDuzZU5LzYrpQOhRxRwBvrbhRFg.png&w=1920&q=70","alt":"Architecture diagram showing the Cursor agent loop in the cloud and tool execution on a worker in your network","afterParagraph":8,"url":"/media/articles/cmtkffuf503cbrobqkwhimxmp/d72c7e6651fdbdeb.webp"},{"sourceUrl":"https://cursor.com/marketing-static/_next/image?url=https%3A%2F%2Fptht05hbb1ssoooe.public.blob.vercel-storage.com%2Fassets%2Fblog%2Fcursor-agent-loop-dark-qmfnmGC3l8Rw7858QUDT6xB8OuzndD.png&w=1920&q=70","alt":"Architecture diagram showing the Cursor agent loop in the cloud and tool execution on a worker in your network","afterParagraph":8,"url":"/media/articles/cmtkffuf503cbrobqkwhimxmp/ae1d8d63acdff4a6.webp"},{"sourceUrl":"https://cursor.com/marketing-static/_next/image?url=https%3A%2F%2Fptht05hbb1ssoooe.public.blob.vercel-storage.com%2Fassets%2Fblog%2Fcursor-deployment-options-light-eAVYesILhwbRYnoTFlTDJ4dvUWMszn.png&w=1920&q=70","alt":"Deployment options for cloud agents: Cursor-hosted machines or workers on your servers and public cloud","afterParagraph":8,"url":"/media/articles/cmtkffuf503cbrobqkwhimxmp/f95c9d5be0074c90.webp"}],"mediaStatus":"ok","articleBodyZh":["光标云代理可以在您网络内按动态调度的机器池上执行。您管理底层基础设施，而代理仍然由光标启动和管理。","这使团队在代理执行位置和使用的基础设施方面拥有更多控制权。代理可以在内部服务和源代码控制旁边工作，在自定义硬件上运行，或者使用难以作为云代理构建打包的操作系统和构建管道。","云代理现在创建了我们内部合并的60%以上的拉取请求，并且在我们合作的许多最大企业中承担越来越多的软件工作。随着它们角色的扩展，它们运行的机器也变得更加重要。这些新功能使团队能够在规模上提供和管理基础设施成为现实。","以 Lambda MicroVMs 作为光标云代理的计算层，开发人员可以在自己的 AWS 账户中运行 AI 驱动的编码代理。每台机器从快照几乎即时启动，空闲时挂起，并在恢复时保持完整状态。您的编码代理受益于 Lambda 的快速启动、强隔离以及零舰队管理，而光标负责编排工作。","光标托管环境仍然是云代理的默认环境。每个会话在光标云内部的专用虚拟机上运行，安装有其依赖项，并拥有自己的网络控制。每个代理的隔离、机密去识别、出口控制和签名提交满足大多数团队的安全要求。","团队通常在以下情况下使用自托管机器：","使用自托管机器时，只有执行环境移动，而代理循环、推理和计划仍保持在光标云中。工具输出返回光标进行推理，可能包含代码，代理记录可能由光标处理和存储。团队仍然可以通过桌面应用程序、cursor.com：https://cursor.com/、移动端、Slack、GitHub 和 Linear 访问云代理。","使用自托管机器时，工具执行从光标托管的虚拟机移至您环境中的机器。该机器持有存储库的工作副本，编辑文件并运行命令。一个工作节点将它连接到代理系统的其他部分。","要注册一台机器，请通过安装 Cursor CLI 并运行 `agent worker start` 来启动一个工作器。这样会打开一个长时间保持的出站 HTTPS 连接到 Cursor 云。当会话开始时，Cursor 的代理引擎处理推理和计划，然后将工具调用发送到专用工作器执行。工作器返回结果以进行下一轮推理。Cursor 从不主动连接到您的网络。","工作器可以通过两种方式配置。","工作池现在可以根据排队请求进行扩展，并从任何代码库提供工作。我们还增加了对多个沙盒提供商的支持，以及在 Linux 和 Mac 上使用计算。","云代理的需求通常是突发性的，自托管机器池会自动调整以应对这些突发需求。这是通过一个控制器完成的，该控制器监控请求队列，并使用团队提供的启动脚本根据需要启动机器。","如果池中有可用工作器，该工作器会领取请求。否则，请求将等待，直到有更多容量可用，因此团队无需决定要保持多少机器运行。","团队可以为每个工作器连接设置空闲超时。一旦超时，机器可以重置并重新进入池。团队还可以保留其工作区，以防代理收到后续请求。","自托管机器让团队可以控制 Cursor 代理运行的位置，而 Vercel 沙盒则使这一过程毫不费力。每个任务按需得到一个独立沙盒，无需管理整支机器队伍，也没有闲置资源。","在代理空闲时让机器继续运行可能代价高昂。但如果释放机器，当前代理在收到后续请求时可能需要几分钟来重建其工作区。通过休眠功能，团队可以对空闲机器进行快照并停止其运行。如果在重新连接时间窗口内收到后续请求，将恢复快照，并以相同 ID 启动工作器。否则，请求可以转移到新机器上。","工作池不绑定到单个代码库。请求只需标识池，任何可用工作器都可领取。这使得一个池可以服务多个代码库。","自托管机器不需要从零构建自定义沙箱层。我们与 AWS Lambda：https://docs.aws.amazon.com/lambda/latest/dg/microvms-integrations-cursor-self-hosted-machines.html、Cloudflare：https://developers.cloudflare.com/sandbox/tutorials/cursor-cloud-agents/、Coder：https://coder.com/docs/ai-coder/agent-relay/cursor、Daytona：https://daytona.io/docs/en/guides/cursor/cursor-self-hosted-machines、E2B：https://docs.e2b.dev/agents/cursor、Modal：https://modal.com/docs/cursor、Namespace：https://namespace.so/docs/integrations/cursor 和 Vercel：https://vercel.com/kb/guide/cursor-vercel-sandbox 合作，使工作者可以在团队已有沙箱运行的任何地方启动和编排。","Modal 上的 Cursor 自托管机器为每个云代理会话提供一个 Modal 沙箱，因此你可以为其分配为任务量身定制的机器。","Linux 工作者现在支持与 Mac 一起使用计算机。安装所需的计算机使用依赖：https://cursor.com/docs/cloud-agent/self-hosted/computer-use，包括 Chrome 或 Chromium 后，代理可以点击、截图并控制浏览器。你可以观看其桌面或直接从 Cursor 控制。","没有 Mac 就无法构建 iOS 或 macOS 应用。Namespace Devboxes 为每个 Cursor 云代理启动一台真实的 Mac，现在可以在 Apple 芯片上执行该工作。","团队花了多年时间根据他们的软件构建方式来塑造基础设施。自托管机器让云代理更自然地融入其中，我们很期待看到团队能把它们使用到何种程度。","要连接机器或配置池，请从文档开始：https://cursor.com/docs/cloud-agent/self-hosted。","归档于：产品：/博客/主题/产品","在你自己的基础设施中运行云代理","云代理通过构建启动速度提高 3 倍","Cursor 代理现在可以控制自己的计算机"],"translationStatus":"translated","bodyOrigin":"source-page","editorial":{"summary":"Cursor 发布 Self-Hosted Machines，将云智能体的工具执行迁移到企业自有网络内的机器；智能体循环、推理和规划仍在 Cursor 云端完成，worker 通过出站 HTTPS 连接对接。","background":"该方案由企业管理底层基础设施，机器负责持有代码仓库、编辑文件和运行命令。工具输出会回传 Cursor 用于推理，可能包含代码，智能体会话记录也可能由 Cursor 处理和存储。","viewpoint":"Aioga 判断：该方案的核心变化是执行环境位置，而不是智能体循环或推理位置。企业可获得更强的基础设施控制，但代码与工具输出仍存在回传云端的处理边界。","implications":"可能影响：企业需要同时评估自有网络、机器、操作系统和构建流水线的适配性，以及工具输出和会话记录的处理方式；自托管执行不代表所有数据都留在企业内部。","nextStep":"后续观察：应关注 Self-Hosted Machines 的实际部署方式、worker 与企业网络的安全控制、数据留存边界，以及企业自有基础设施管理与 Cursor 云端编排之间的责任划分。","evidenceRefs":["title","summary","articleBody","source"],"status":"published","aiGenerated":true,"autoApproved":true,"generatedBy":"aioga-editorial:gpt-5.6-sol","reviewedBy":"aioga-editorial-review:gpt-5.6-sol","generatedAt":"2026-09-02T18:45:59.075Z","sourceHash":"945e8d82be9e576b","review":{"approved":true,"groundedness":94,"clarity":91,"duplicationRisk":10,"blockingIssues":[],"notes":["内容准确区分了执行环境与智能体循环、推理和规划的位置。","关于代码、工具输出及会话记录的云端处理边界与来源材料一致，且未误称所有数据都会离开企业环境。","“Aioga 判断”及“可能影响”“后续观察”已明确标注为观点或建议，不构成事实冒充。"]},"validation":{"passed":true,"mode":"ai-auto","revisions":0,"checks":["schema","length","source-attribution","editorial-labels","inference-boundary","low-source-overlap","no-html","independent-ai-review"]}},"tags":["行业动态","Cursor Blog"],"translations":{"zh-CN":{"title":"Cursor 推出 Self-Hosted Machines，云智能体可在企业自有机器上执行","summary":"Cursor 发布 Self-Hosted Machines，让云智能体的工具执行迁移到企业自有网络内的机器，智能体循环、推理和规划仍留在 Cursor 云端，通过 worker 的出站 HTTPS 连接对接，Cursor 不会主动连入企业网络。","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor 推出 Self-Hosted Machines，云智能体可在企业自有机器上执行 - Aioga AI资讯","description":"Cursor 发布 Self-Hosted Machines，让云智能体的工具执行迁移到企业自有网络内的机器，智能体循环、推理和规划仍留在 Cursor 云端，通过 worker 的出站 HTTPS 连接对接，Cursor 不会主动连入企业网络。","url":"https://www.aioga.com/news/cmtkffuf503cbrobqkwhimxmp/","articleBody":["光标云代理可以在您网络内按动态调度的机器池上执行。您管理底层基础设施，而代理仍然由光标启动和管理。","这使团队在代理执行位置和使用的基础设施方面拥有更多控制权。代理可以在内部服务和源代码控制旁边工作，在自定义硬件上运行，或者使用难以作为云代理构建打包的操作系统和构建管道。","云代理现在创建了我们内部合并的60%以上的拉取请求，并且在我们合作的许多最大企业中承担越来越多的软件工作。随着它们角色的扩展，它们运行的机器也变得更加重要。这些新功能使团队能够在规模上提供和管理基础设施成为现实。","以 Lambda MicroVMs 作为光标云代理的计算层，开发人员可以在自己的 AWS 账户中运行 AI 驱动的编码代理。每台机器从快照几乎即时启动，空闲时挂起，并在恢复时保持完整状态。您的编码代理受益于 Lambda 的快速启动、强隔离以及零舰队管理，而光标负责编排工作。","光标托管环境仍然是云代理的默认环境。每个会话在光标云内部的专用虚拟机上运行，安装有其依赖项，并拥有自己的网络控制。每个代理的隔离、机密去识别、出口控制和签名提交满足大多数团队的安全要求。","团队通常在以下情况下使用自托管机器：","使用自托管机器时，只有执行环境移动，而代理循环、推理和计划仍保持在光标云中。工具输出返回光标进行推理，可能包含代码，代理记录可能由光标处理和存储。团队仍然可以通过桌面应用程序、cursor.com：https://cursor.com/、移动端、Slack、GitHub 和 Linear 访问云代理。","使用自托管机器时，工具执行从光标托管的虚拟机移至您环境中的机器。该机器持有存储库的工作副本，编辑文件并运行命令。一个工作节点将它连接到代理系统的其他部分。","要注册一台机器，请通过安装 Cursor CLI 并运行 `agent worker start` 来启动一个工作器。这样会打开一个长时间保持的出站 HTTPS 连接到 Cursor 云。当会话开始时，Cursor 的代理引擎处理推理和计划，然后将工具调用发送到专用工作器执行。工作器返回结果以进行下一轮推理。Cursor 从不主动连接到您的网络。","工作器可以通过两种方式配置。","工作池现在可以根据排队请求进行扩展，并从任何代码库提供工作。我们还增加了对多个沙盒提供商的支持，以及在 Linux 和 Mac 上使用计算。","云代理的需求通常是突发性的，自托管机器池会自动调整以应对这些突发需求。这是通过一个控制器完成的，该控制器监控请求队列，并使用团队提供的启动脚本根据需要启动机器。","如果池中有可用工作器，该工作器会领取请求。否则，请求将等待，直到有更多容量可用，因此团队无需决定要保持多少机器运行。","团队可以为每个工作器连接设置空闲超时。一旦超时，机器可以重置并重新进入池。团队还可以保留其工作区，以防代理收到后续请求。","自托管机器让团队可以控制 Cursor 代理运行的位置，而 Vercel 沙盒则使这一过程毫不费力。每个任务按需得到一个独立沙盒，无需管理整支机器队伍，也没有闲置资源。","在代理空闲时让机器继续运行可能代价高昂。但如果释放机器，当前代理在收到后续请求时可能需要几分钟来重建其工作区。通过休眠功能，团队可以对空闲机器进行快照并停止其运行。如果在重新连接时间窗口内收到后续请求，将恢复快照，并以相同 ID 启动工作器。否则，请求可以转移到新机器上。","工作池不绑定到单个代码库。请求只需标识池，任何可用工作器都可领取。这使得一个池可以服务多个代码库。","自托管机器不需要从零构建自定义沙箱层。我们与 AWS Lambda：https://docs.aws.amazon.com/lambda/latest/dg/microvms-integrations-cursor-self-hosted-machines.html、Cloudflare：https://developers.cloudflare.com/sandbox/tutorials/cursor-cloud-agents/、Coder：https://coder.com/docs/ai-coder/agent-relay/cursor、Daytona：https://daytona.io/docs/en/guides/cursor/cursor-self-hosted-machines、E2B：https://docs.e2b.dev/agents/cursor、Modal：https://modal.com/docs/cursor、Namespace：https://namespace.so/docs/integrations/cursor 和 Vercel：https://vercel.com/kb/guide/cursor-vercel-sandbox 合作，使工作者可以在团队已有沙箱运行的任何地方启动和编排。","Modal 上的 Cursor 自托管机器为每个云代理会话提供一个 Modal 沙箱，因此你可以为其分配为任务量身定制的机器。","Linux 工作者现在支持与 Mac 一起使用计算机。安装所需的计算机使用依赖：https://cursor.com/docs/cloud-agent/self-hosted/computer-use，包括 Chrome 或 Chromium 后，代理可以点击、截图并控制浏览器。你可以观看其桌面或直接从 Cursor 控制。","没有 Mac 就无法构建 iOS 或 macOS 应用。Namespace Devboxes 为每个 Cursor 云代理启动一台真实的 Mac，现在可以在 Apple 芯片上执行该工作。","团队花了多年时间根据他们的软件构建方式来塑造基础设施。自托管机器让云代理更自然地融入其中，我们很期待看到团队能把它们使用到何种程度。","要连接机器或配置池，请从文档开始：https://cursor.com/docs/cloud-agent/self-hosted。","归档于：产品：/博客/主题/产品","在你自己的基础设施中运行云代理","云代理通过构建启动速度提高 3 倍","Cursor 代理现在可以控制自己的计算机"]},"en":{"title":"Cursor Launches Self-Hosted Machines, Cloud Agents Can Run on Enterprise-Owned Machines","summary":"Cursor releases Self-Hosted Machines, allowing cloud agent tools to migrate execution to machines within the enterprise's own network. The agent's loop, reasoning, and planning remain on Cursor's cloud, connecting through outbound HTTPS from the worker, with Cursor not actively accessing the enterprise network.","category":"Industry","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor Launches Self-Hosted Machines, Cloud Agents Can Run on Enterprise-Owned Machines - Aioga AI News","description":"Cursor releases Self-Hosted Machines, allowing cloud agent tools to migrate execution to machines within the enterprise's own network. The agent's loop, reasoning, and planning rem...","url":"https://www.aioga.com/en/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:04.552Z"},"ja":{"title":"Cursor、Self-Hosted Machines をリリース、クラウドエージェントが企業独自のマシン上で実行可能に","summary":"Cursor は Self-Hosted Machines を発表し、クラウドエージェントのツール実行を企業独自のネットワーク内のマシンに移行可能にしました。エージェントのループ、推論、計画は引き続き Cursor クラウドで行われ、worker のアウトバウンド HTTPS 接続を通じて連携します。Cursor が企業ネットワークに直接接続することはありません。","category":"業界動向","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor、Self-Hosted Machines をリリース、クラウドエージェントが企業独自のマシン上で実行可能に - Aioga AIニュース","description":"Cursor は Self-Hosted Machines を発表し、クラウドエージェントのツール実行を企業独自のネットワーク内のマシンに移行可能にしました。エージェントのループ、推論、計画は引き続き Cursor クラウドで行われ、worker のアウトバウンド HTTPS 接続を通じて連携します。Cursor が企業ネットワークに直接接続することはありま...","url":"https://www.aioga.com/ja/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:05.500Z"},"ko":{"title":"Cursor, Self-Hosted Machines 출시, 클라우드 에이전트가 기업 자체 서버에서 실행 가능","summary":"Cursor가 Self-Hosted Machines를 출시하여 클라우드 에이전트 도구 실행을 기업 자체 네트워크 내 서버로 이전 가능하게 했습니다. 에이전트의 반복, 추론, 계획은 여전히 Cursor 클라우드에 남아 있으며, worker의 아웃바운드 HTTPS 연결을 통해 연동됩니다. Cursor는 기업 네트워크에 직접 접속하지 않습니다.","category":"업계 동향","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor, Self-Hosted Machines 출시, 클라우드 에이전트가 기업 자체 서버에서 실행 가능 - Aioga AI 뉴스","description":"Cursor가 Self-Hosted Machines를 출시하여 클라우드 에이전트 도구 실행을 기업 자체 네트워크 내 서버로 이전 가능하게 했습니다. 에이전트의 반복, 추론, 계획은 여전히 Cursor 클라우드에 남아 있으며, worker의 아웃바운드 HTTPS 연결을 통해 연동됩니다. Cursor는 기업 네트워크에 직접...","url":"https://www.aioga.com/ko/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:09.142Z"},"es":{"title":"Cursor lanza Self-Hosted Machines, agentes en la nube pueden ejecutarse en máquinas propias de la empresa","summary":"Cursor lanza Self-Hosted Machines, permitiendo que las herramientas del agente en la nube se ejecuten en máquinas dentro de la red propia de la empresa; el ciclo, razonamiento y planificación del agente permanecen en la nube de Cursor, conectándose a través de HTTPS saliente del worker, Cursor no se conectará activamente a la red de la empresa.","category":"Industria","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor lanza Self-Hosted Machines, agentes en la nube pueden ejecutarse en máquinas propias de la empresa - Aioga Noticias de IA","description":"Cursor lanza Self-Hosted Machines, permitiendo que las herramientas del agente en la nube se ejecuten en máquinas dentro de la red propia de la empresa; el ciclo, razonamiento y pl...","url":"https://www.aioga.com/es/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:08.749Z"},"fr":{"title":"Cursor lance les Machines Auto-hébergées, les agents cloud peuvent s'exécuter sur les machines propres à l'entreprise","summary":"Cursor publie les Machines Auto-hébergées, permettant aux outils des agents cloud de s'exécuter sur les machines au sein du réseau de l'entreprise, la boucle, le raisonnement et la planification des agents restant sur le cloud de Cursor, en se connectant via HTTPS sortant des workers, Cursor ne se connectera pas activement au réseau de l'entreprise.","category":"Industrie","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor lance les Machines Auto-hébergées, les agents cloud peuvent s'exécuter sur les machines propres à l'entreprise - Aioga Actualités IA","description":"Cursor publie les Machines Auto-hébergées, permettant aux outils des agents cloud de s'exécuter sur les machines au sein du réseau de l'entreprise, la boucle, le raisonnement et la...","url":"https://www.aioga.com/fr/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:13.088Z"},"de":{"title":"Cursor führt Self-Hosted Machines ein, Cloud-Agenten können auf firmeneigenen Maschinen ausgeführt werden","summary":"Cursor veröffentlicht Self-Hosted Machines, wodurch die Ausführung der Werkzeuge für Cloud-Agenten auf Maschinen innerhalb des firmeneigenen Netzwerks verlagert wird. Agenten-Zyklen, Schlussfolgerungen und Planung verbleiben weiterhin in der Cursor-Cloud und werden über eine ausgehende HTTPS-Verbindung des Workers angebunden. Cursor tritt nicht aktiv in das Unternehmensnetzwerk ein.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor führt Self-Hosted Machines ein, Cloud-Agenten können auf firmeneigenen Maschinen ausgeführt werden - Aioga KI-News","description":"Cursor veröffentlicht Self-Hosted Machines, wodurch die Ausführung der Werkzeuge für Cloud-Agenten auf Maschinen innerhalb des firmeneigenen Netzwerks verlagert wird. Agenten-Zykle...","url":"https://www.aioga.com/de/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:13.000Z"},"pt-BR":{"title":"Cursor lança Self-Hosted Machines, agentes de nuvem podem executar em máquinas próprias da empresa","summary":"Cursor lança Self-Hosted Machines, permitindo que as ferramentas dos agentes de nuvem sejam executadas em máquinas dentro da rede própria da empresa. O ciclo, raciocínio e planejamento do agente permanecem no Cursor na nuvem, conectando-se via HTTPS de saída do worker; o Cursor não se conecta ativamente à rede da empresa.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor lança Self-Hosted Machines, agentes de nuvem podem executar em máquinas próprias da empresa - Aioga Notícias de IA","description":"Cursor lança Self-Hosted Machines, permitindo que as ferramentas dos agentes de nuvem sejam executadas em máquinas dentro da rede própria da empresa. O ciclo, raciocínio e planejam...","url":"https://www.aioga.com/pt-BR/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:16.458Z"},"ru":{"title":"Cursor выпустила Self-Hosted Machines, облачные интеллектуальные агенты могут выполняться на собственных серверах компании","summary":"Cursor представила Self-Hosted Machines, позволяя инструментам облачного агента выполняться на машинах внутри собственной сети компании, при этом циклы агента, рассуждения и планирование остаются на облаке Cursor, подключаясь через исходящие HTTPS-соединения воркеров. Cursor не будет самостоятельно подключаться к сети компании.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor выпустила Self-Hosted Machines, облачные интеллектуальные агенты могут выполняться на собственных серверах компании - Aioga Новости ИИ","description":"Cursor представила Self-Hosted Machines, позволяя инструментам облачного агента выполняться на машинах внутри собственной сети компании, при этом циклы агента, рассуждения и планир...","url":"https://www.aioga.com/ru/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:16.195Z"},"ar":{"title":"Cursor تطلق أجهزة Self-Hosted، الوكيل السحابي يمكنه العمل على الأجهزة المملوكة للشركة","summary":"أطلقت Cursor أجهزة Self-Hosted، حيث يمكن لأدوات الوكيل السحابي أن تنتقل للتنفيذ على الأجهزة داخل شبكة الشركة الخاصة، بينما يظل التكرار، الاستدلال والتخطيط للوكيل على سحابة Cursor، ويتم الربط من خلال اتصال HTTPS الصادر للـ worker، وCursor لن يتصل بالشبكة الداخلية للشركة بنشاط.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor تطلق أجهزة Self-Hosted، الوكيل السحابي يمكنه العمل على الأجهزة المملوكة للشركة - Aioga أخبار الذكاء الاصطناعي","description":"أطلقت Cursor أجهزة Self-Hosted، حيث يمكن لأدوات الوكيل السحابي أن تنتقل للتنفيذ على الأجهزة داخل شبكة الشركة الخاصة، بينما يظل التكرار، الاستدلال والتخطيط للوكيل على سحابة Cursor،...","url":"https://www.aioga.com/ar/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:23.125Z"},"hi":{"title":"कर्सर ने Self-Hosted Machines लॉन्च की, क्लाउड इंटेलिजेंस एजेंट अब कंपनियों की अपनी मशीनों पर कार्य कर सकते हैं","summary":"Cursor ने Self-Hosted Machines जारी किए हैं, जिससे क्लाउड एजेंट के टूल्स का निष्पादन संगठन के अपने नेटवर्क में मशीनों पर स्थानांतरित हो जाता है, एजेंट का लूप, तर्क और योजना अभी भी Cursor क्लाउड में रहती है, worker के आउटबॉउंड HTTPS कनेक्शन के माध्यम से कनेक्ट किया जाता है, Cursor主动组织网络 में कनेक्ट नहीं करेगा।","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"कर्सर ने Self-Hosted Machines लॉन्च की, क्लाउड इंटेलिजेंस एजेंट अब कंपनियों की अपनी मशीनों पर कार्य कर सकते हैं - Aioga AI समाचार","description":"Cursor ने Self-Hosted Machines जारी किए हैं, जिससे क्लाउड एजेंट के टूल्स का निष्पादन संगठन के अपने नेटवर्क में मशीनों पर स्थानांतरित हो जाता है, एजेंट का लूप, तर्क और योजना अभी भी...","url":"https://www.aioga.com/hi/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:28.852Z"},"it":{"title":"Cursor lancia Self-Hosted Machines, gli agenti cloud possono essere eseguiti sulle macchine aziendali","summary":"Cursor ha rilasciato Self-Hosted Machines, permettendo agli strumenti degli agenti cloud di essere eseguiti sulle macchine nella rete aziendale, mentre il ciclo, il ragionamento e la pianificazione dell’agente rimangono nel cloud di Cursor, con l’integrazione tramite connessione HTTPS in uscita dei worker, Cursor non si connette attivamente alla rete aziendale.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor lancia Self-Hosted Machines, gli agenti cloud possono essere eseguiti sulle macchine aziendali - Aioga Notizie IA","description":"Cursor ha rilasciato Self-Hosted Machines, permettendo agli strumenti degli agenti cloud di essere eseguiti sulle macchine nella rete aziendale, mentre il ciclo, il ragionamento e...","url":"https://www.aioga.com/it/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:32.083Z"},"nl":{"title":"Cursor lanceert Self-Hosted Machines, cloudagents kunnen op bedrijfs-eigen machines draaien","summary":"Cursor introduceert Self-Hosted Machines, waarmee de uitvoering van cloudagents naar machines binnen het bedrijfsnetwerk kan worden verplaatst. De agentloops, redeneringen en planning blijven in de Cursor-cloud, en via een uitgaande HTTPS-verbinding van de worker wordt de koppeling gemaakt, Cursor maakt zelf geen verbinding met het bedrijfsnetwerk.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor lanceert Self-Hosted Machines, cloudagents kunnen op bedrijfs-eigen machines draaien - Aioga AI-nieuws","description":"Cursor introduceert Self-Hosted Machines, waarmee de uitvoering van cloudagents naar machines binnen het bedrijfsnetwerk kan worden verplaatst. De agentloops, redeneringen en plann...","url":"https://www.aioga.com/nl/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:32.664Z"},"tr":{"title":"Cursor, Self-Hosted Machines'i piyasaya sürdü, bulut tabanlı ajanlar şirketin kendi makinelerinde çalıştırılabilecek","summary":"Cursor, Self-Hosted Machines'i duyurdu; böylece bulut tabanlı ajan araçlarının çalıştırılması şirketin kendi ağı içindeki makinelerde yapılabilecek. Ajan döngüleri, muhakeme ve planlama hala Cursor bulutunda kalacak, worker'ın çıkış HTTPS bağlantısı üzerinden entegrasyon sağlanacak, Cursor şirket ağına aktif olarak bağlanmayacak.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor, Self-Hosted Machines'i piyasaya sürdü, bulut tabanlı ajanlar şirketin kendi makinelerinde çalıştırılabilecek - Aioga AI Haberleri","description":"Cursor, Self-Hosted Machines'i duyurdu; böylece bulut tabanlı ajan araçlarının çalıştırılması şirketin kendi ağı içindeki makinelerde yapılabilecek. Ajan döngüleri, muhakeme ve pla...","url":"https://www.aioga.com/tr/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:36.841Z"},"vi":{"title":"Cursor ra mắt Máy chủ Tự Quản lý, trí tuệ điện toán đám mây có thể chạy trên máy chủ riêng của doanh nghiệp","summary":"Cursor phát hành Máy chủ Tự Quản lý, cho phép các công cụ của trí tuệ điện toán đám mây chuyển sang chạy trên máy chủ trong mạng riêng của doanh nghiệp, vòng lặp, suy luận và lập kế hoạch của trí tuệ vẫn được giữ trên đám mây của Cursor, kết nối thông qua HTTPS đi ra của worker, Cursor sẽ không chủ động kết nối vào mạng doanh nghiệp.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor ra mắt Máy chủ Tự Quản lý, trí tuệ điện toán đám mây có thể chạy trên máy chủ riêng của doanh nghiệp - Tin tức AI Aioga","description":"Cursor phát hành Máy chủ Tự Quản lý, cho phép các công cụ của trí tuệ điện toán đám mây chuyển sang chạy trên máy chủ trong mạng riêng của doanh nghiệp, vòng lặp, suy luận và lập k...","url":"https://www.aioga.com/vi/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:35.964Z"},"id":{"title":"Cursor meluncurkan Self-Hosted Machines, agen cloud dapat dijalankan di mesin milik perusahaan","summary":"Cursor merilis Self-Hosted Machines, memungkinkan alat agen cloud untuk dipindahkan ke mesin dalam jaringan milik perusahaan. Siklus, penalaran, dan perencanaan agen tetap berada di cloud Cursor, dan terhubung melalui koneksi HTTPS keluar dari worker, Cursor tidak secara aktif mengakses jaringan perusahaan.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor meluncurkan Self-Hosted Machines, agen cloud dapat dijalankan di mesin milik perusahaan - Berita AI Aioga","description":"Cursor merilis Self-Hosted Machines, memungkinkan alat agen cloud untuk dipindahkan ke mesin dalam jaringan milik perusahaan. Siklus, penalaran, dan perencanaan agen tetap berada d...","url":"https://www.aioga.com/id/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:39.876Z"},"th":{"title":"Cursor เปิดตัว Self-Hosted Machines เอไอคลาวด์สามารถทำงานบนเครื่องของบริษัทได้","summary":"Cursor เปิดตัว Self-Hosted Machines ทำให้เครื่องมือของเอไอคลาวด์ย้ายการทำงานไปยังเครื่องในเครือข่ายของบริษัทเอง การวนลูป การใช้เหตุผล และการวางแผนยังคงอยู่บนคลาวด์ของ Cursor โดยเชื่อมต่อผ่าน HTTPS ขาออกของ worker และ Cursor จะไม่เชื่อมต่อเข้ากับเครือข่ายของบริษัทอย่าง主动","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor เปิดตัว Self-Hosted Machines เอไอคลาวด์สามารถทำงานบนเครื่องของบริษัทได้ - ข่าว AI Aioga","description":"Cursor เปิดตัว Self-Hosted Machines ทำให้เครื่องมือของเอไอคลาวด์ย้ายการทำงานไปยังเครื่องในเครือข่ายของบริษัทเอง การวนลูป การใช้เหตุผล และการวางแผนยังคงอยู่บนคลาวด์ของ Cursor โดยเชื...","url":"https://www.aioga.com/th/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:40.349Z"},"pl":{"title":"Cursor wprowadza Self-Hosted Machines, agenci w chmurze mogą działać na maszynach należących do firmy","summary":"Cursor ogłasza Self-Hosted Machines, umożliwiając przeniesienie narzędzi agentów chmurowych do maszyn w sieci firmowej, przy czym cykl działania, rozumowanie i planowanie agentów pozostaje w chmurze Cursor, a połączenie z workerem odbywa się przez wychodzące połączenie HTTPS, Cursor nie łączy się aktywnie z siecią firmy.","category":"行业动态","source":"Cursor Blog","aggregationSource":"Cursor Blog","pageTitle":"Cursor wprowadza Self-Hosted Machines, agenci w chmurze mogą działać na maszynach należących do firmy - Aioga Wiadomości AI","description":"Cursor ogłasza Self-Hosted Machines, umożliwiając przeniesienie narzędzi agentów chmurowych do maszyn w sieci firmowej, przy czym cykl działania, rozumowanie i planowanie agentów p...","url":"https://www.aioga.com/pl/news/cmtkffuf503cbrobqkwhimxmp/","contentTranslated":true,"sourceHash":"ecc97f6d00351ad9","translatedAt":"2026-09-02T18:42:44.140Z"}},"evidenceTier":"verified-news","reviewStatus":"editorial-selected","indexable":true,"editorialCover":""}}