AI Briefing
KO

New Architecture Behind ChatGPT-Based Browser Atlas, Building OWL

·2025.10.30 09:00

Key point

OpenAI built OWL, a new architecture that separates Chromium to deliver performance and scalability for its ChatGPT-based browser Atlas.

Details

OpenAI completely redesigned its browser architecture to make ChatGPT a companion for web browsing. The core is decoupling Atlas from the existing Chromium runtime, laying a solid foundation for faster startup speed, higher responsiveness, and AI agent utilization.

To achieve this, OpenAI developed OWL (OpenAI's Web Layer), an integration layer that runs Chromium's browser process outside the main Atlas app process. By isolating Chromium into an independent service layer, they secured the following benefits:

  • Simple app structure: Atlas is built on a single technology stack based on SwiftUI and AppKit, keeping the codebase clean
  • Fast startup speed: Chromium boots asynchronously in the background, allowing users to see the screen immediately
  • Stability: Delays or crashes in the Chromium engine no longer lead to the entire Atlas app stalling
  • Ease of maintenance: Minimizing differences from Chromium open source enables quick integration of upstream version updates
  • Improved development speed: Using pre-built binaries instead of building Chromium directly shortens the development cycle

Technically, Atlas (OWL Client) and Chromium (OWL Host) communicate via IPC through Mojo, Chromium's message-passing system. OpenAI wrote Swift and TypeScript bindings directly so that the app can call the host interface directly.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.