Cloudflare 宣布开源 Cloudflare OS,这是一个为企业设计的 AI Agent 工作平台 [1][2]。该平台已在 Cloudflare 内部从工程到销售等各岗位投入使用 [2],现已向所有组织开放。用户可以部署到自己的 Cloudflare 账户或本地运行 [2],通过自然语言与 AI Agent 协作完成文档创建、数据分析和工作流自动化等任务 [1]。
Cloudflare OS 的核心功能包括三个方面 [1][2]。首先,平台提供 AI Agent 聊天界面和应用构建功能,用户可以创建称为"Gadgets"的沙箱应用,每个应用实例化为独立的 Durable Object Facet,拥有自己的 SQLite 数据库 [1]。其次,该系统集成了名为 Gatekeeper 的安全治理框架,提供人工审批机制以控制对内部系统的访问 [1][2],并允许异步批准而非同步等待 [2]。第三,平台支持多个主流 LLM 提供商和自托管模型 [2],通过 Cloudflare AI Gateway 控制成本和模型选择 [1]。
Cloudflare 在 5 月已向内部所有员工提供了该平台的第一版 [1],并于 2026 年 8 月发布了 v2 版本作为"early access"发布 [2]。用户可在本地快速运行该平台,在执行 pnpm run-local 后访问 http://localhost:8787 [2]。目前该项目暂不接受外部代码贡献,仅接受小型可验证的拉取请求 [2]。
Cloudflare has open-sourced Cloudflare OS, a platform designed to enable organizations to build and deploy AI agent-powered applications for workplace productivity [1][2]. The system provides an integrated environment combining AI agent chat interfaces, security governance frameworks, and application development capabilities, allowing employees to collaborate with AI agents on tasks such as document creation, data analysis, and workflow automation [1].
The platform was first deployed internally to all Cloudflare employees in May, with a v2 release designated as "early access" in August 2026 [2]. Each application, referred to as a "Gadget," runs in an isolated sandbox environment where users can create their own application instances [2]. Every application is instantiated as a Durable Object Facet with its own independent SQLite database [1]. The system incorporates a security framework called Gatekeepers, which provides human approval mechanisms allowing asynchronous authorization rather than synchronous blocking [2]. Users can deploy Cloudflare OS to their own Cloudflare accounts or run it locally through a simple command, accessing the interface at http://localhost:8787 [2].
Cloudflare OS supports any AI model and integrates with multiple major LLM providers as well as self-hosted models, with cost and model selection managed through Cloudflare AI Gateway [1]. The open-source code is available on GitHub for deployment and customization [1]. Currently, Cloudflare is not accepting external code contributions and is only reviewing small, verifiable pull requests [2].