Cloudflare has open-sourced Cloudflare OS, describing it as an open platform for agents, applications, and work. The project is positioned as an AI “operating system,” though it is not a traditional computer operating system.

Cloudflare OS begins with a browser-based conversation. Its difference, according to Cloudflare’s description, is that conversations use the context and skills an organization has curated. A workspace can be given a goal, then use that knowledge alongside the tools and data the organization already works with.

Cloudflare already uses Cloudflare OS internally. The code is available on GitHub under the cloudflare-os project and is released under the Apache 2.0 license.

What Cloudflare OS Does

Cloudflare OS is designed to turn a conversation into work that can take different forms. Depending on the task, that work may become a document, an application, or a workflow that continues carrying out the work.

The platform combines three parts:

  • An agent workspace based on company-curated context and skills
  • An isolated runtime where agents can write and run code
  • A security and governance framework for access to internal data and services
  • A platform for personal, modifiable applications that people can build, share, and keep changing

The emphasis is not on a conventional desktop or server operating system. Instead, Cloudflare OS is intended to provide a working environment for AI agents, applications, and organizational tasks.

Cloudflare OS Agent Workspace

The agent workspace is built around the knowledge and skills a company chooses to curate. Rather than treating every conversation as separate from the organization’s existing work, the workspace can draw on that curated context.

Agents also have access to an isolated runtime where they can write and execute code. This gives the platform a place for work that goes beyond a browser conversation.

Cloudflare describes the result as a workspace where a stated goal can be connected with the organization’s existing knowledge, tools, and data.

Security and Governance for Internal Access

Cloudflare OS includes a security and governance framework for access to internal data and services. Cloudflare presents this framework as part of its approach to enabling AI work safely within a company environment.

This security component sits alongside the agent workspace and application platform. Together, these parts are meant to support AI-assisted work while accounting for access to internal systems.

Personal Apps That Can Keep Changing

Cloudflare OS also includes a platform for personal applications. People can build these apps, share them, and continue modifying them over time.

That means an interaction that starts as a conversation does not have to stay a conversation. It can develop into an app or workflow that remains available for ongoing work.

Why Cloudflare Calls It an AI Operating System

Cloudflare explicitly states that Cloudflare OS is not a traditional computer operating system. The company uses the term “operating system” in two ways.

First, it describes an operating system for a company to use AI productively and safely. Second, it describes an operating system for AI workloads, in a similar sense to how a traditional operating system manages compute workloads.

This framing separates Cloudflare OS from conventional operating systems while explaining its role as a platform for AI-related work, applications, and agent activity.

Cloudflare OS Open-Source Availability

The Cloudflare OS source code is available as open source on GitHub under the Apache 2.0 license. Cloudflare also provides additional information about the AI operating system through its Cloudflare OS site.