Anthropic Adds Built-In Sandboxed Browser to Claude Cowork Desktop

Anthropic has introduced a native, built-in web browser directly inside the Claude Desktop application for Claude Cowork. The feature is rolling out across macOS, Windows, and Linux (beta) for users on Pro, Max, Team, and Enterprise plans. The integrated browser operates in a side panel adjacent to the user's conversation and task transcript. When an agentic task requires web interaction, Claude opens pages, parses the DOM, clicks buttons, enters text into input fields, and extracts unstructure

2 min
Anthropic Adds Built-In Sandboxed Browser to Claude Cowork Desktop

Anthropic has introduced a native, built-in web browser directly inside the Claude Desktop application for Claude Cowork. The feature is rolling out across macOS, Windows, and Linux (beta) for users on Pro, Max, Team, and Enterprise plans.

The integrated browser operates in a side panel adjacent to the user's conversation and task transcript. When an agentic task requires web interaction, Claude opens pages, parses the DOM, clicks buttons, enters text into input fields, and extracts unstructured data without requiring specialized API endpoints or switching window focus.

Claude Cowork Browser Architecture and Security Controls

Sandboxing and Credential Isolation

Unlike the existing Claude in Chrome browser extension, which attaches directly to a user's active Chrome profile, the built-in desktop browser operates in an isolated environment. It does not inherit open tabs, browsing history, or saved passwords from the host system by default.

To facilitate authenticated workflows, Anthropic provides an optional cookie import mechanism. During initial setup, users can selectively import stored session cookies on a per-site basis from Chrome, Edge, and Firefox on macOS, as well as Firefox on Windows and Linux. Highly sensitive domains including banking services, email providers, and single sign-on (SSO) portals remain unchecked by default. Users can also authenticate manually within the embedded browser, with sessions persisted across future Cowork tasks on that machine.

Execution Model and Safety Guardrails

Because the browser engine is embedded within the desktop client, the Claude Desktop app must remain running and online for tasks to execute. However, users can initiate or monitor Cowork sessions from Claude on the web or mobile devices, delegating web navigation back to the local desktop instance.

Anthropic has implemented several runtime constraints to mitigate security risks associated with autonomous browser operation:

  • Explicit domain authorization: Claude requests user permission before executing actions on a domain for the first time.
  • Restricted domains: Navigation to high-risk categories and sensitive endpoints is blocked by default.
  • Action validation: Outgoing browser actions are validated against the initial user intent to detect prompt injection attempts from untrusted web pages.

Anthropic advises against directing the built-in browser toward workflows involving confidential personal data or financial transactions due to residual prompt injection vulnerabilities inherent in open-web agent execution.

Sources

Written by

More to read

  • OpenAI Researcher Warns Ultrafast Inference Demands Autonomous Cyber Defense

    Accelerating inference speeds in frontier artificial intelligence systems pose critical containment challenges that human security operators cannot manage in real time, according to OpenAI researcher roon. Commenting following the unveiling of custom inference hardware architectures and ultrafast model serving tiers, roon warned that unaligned or compromised agent systems running at 50 times baseline generation speeds could execute multi-stage network penetration and lateral movement before hum

    1 min
  • Google Sets Android Memory Limits as AI Data Centers Strain Chip Supply

    Google is implementing strict new memory performance thresholds for Android applications on the Google Play Store, directly citing component shortages driven by the artificial intelligence data center buildout. In an update on the Android Developers Blog, Google detailed new app quality requirements targeting dynamic memory allocation, bitmap memory usage, and execution efficiency. The policy changes reflect supply chain shifts in semiconductor manufacturing, where massive demand for high-bandw

    1 min
  • Agentic Web Scraping and Headless Browser Automation in Production: Comparing Crawl4AI, Browser-Use, Stagehand, and ScrapeGraphAI

    Agentic Web Scraping and Headless Browser Automation in Production: Comparing Crawl4AI, Browser-Use, Stagehand, and ScrapeGraphAI Web scraping has undergone a fundamental architectural transition. For decades, automated data extraction relied on deterministic parsers such as Beautiful Soup, Scrapy, and raw headless browser drivers like Playwright or Puppeteer. These tools depended on hand-crafted CSS selectors, XPath expressions, and rigid execution trees. While computationally lightweight, sel

    1 min