product updateAnthropic

Anthropic adds sandboxed in-app browser to Claude Code desktop app

TL;DR

Anthropic has added an in-app browser to Claude Code's desktop application. The sandboxed browser allows Claude to read, click through, and interact with documentation, designs, and local development servers, with configurable session persistence.

2 min read
0

Anthropic adds sandboxed in-app browser to Claude Code desktop app

Anthropic has launched an in-app browser for Claude Code's desktop application, enabling the AI agent to interact with web content during development workflows.

According to the ClaudeDevs account on X, the browser allows Claude to "pull up docs, designs, or any other site" and "read, click through, and interact the same way it does with your local dev servers." The feature is sandboxed and configurable, with users controlling whether browsing sessions persist.

How it differs from the Chrome extension

Anthropic's documentation distinguishes the in-app browser from its existing Claude extension for Chrome. The in-app browser operates with a clean browser profile, separate from personal browsing data, with no saved logins or browsing history. This isolation makes it suitable for building and testing applications on sites that don't require user authentication.

For tasks requiring logged-in sessions, Anthropic recommends using the Claude extension in Chrome, which shares the browser's login state and can act as the user in authenticated contexts.

Context: AI-powered browsing competition

The announcement comes during a week of AI browser developments. OpenAI announced plans to discontinue its ChatGPT Atlas browser in favor of an in-app browser within the ChatGPT desktop app. Both Anthropic and OpenAI maintain Chrome extensions alongside their desktop browser integrations.

Multiple new AI-focused browsers have launched on Mac recently, reflecting growing interest in agentic web browsing capabilities that allow AI assistants to navigate and interact with web content autonomously.

What this means

The sandboxed browser architecture addresses a key challenge in AI agent development: giving models web access without compromising user security or privacy. By maintaining separation between the AI's browsing profile and personal browser data, Anthropic enables developers to let Claude interact with web resources during coding tasks while maintaining control over session persistence and authentication scope. This approach balances the utility of web-connected AI agents with security concerns that have limited broader adoption of autonomous browsing features.

Related Articles

product update

GitHub reduces Copilot code review costs by switching to Unix-style exploration tools

GitHub reduced costs for Copilot code review by migrating to Unix-style code exploration tools. The company found that more sophisticated tools made reviews worse, leading them to reshape agent workflows around pull request evidence.

product update

GitHub cuts Copilot code review costs by replacing structured tools with Unix-style exploration

GitHub reduced costs for Copilot's code review feature by replacing more sophisticated structured tools with simpler Unix-style code exploration commands. The company found that better tools paradoxically made the system worse, leading to a redesign focused on pull request evidence-based workflows.

product update

OpenAI launches ChatGPT Work productivity agent with GPT-5.6, computer control, and task scheduling

OpenAI has released ChatGPT Work, a productivity agent powered by its new GPT-5.6 models that combines ChatGPT, Codex coding agent, and web browsing capabilities in a single application. The agent includes computer control features, remote task scheduling, and unified plugin integration accessible through desktop apps on Mac and Windows, plus web access for paid subscribers.

product update

OpenAI discontinues ChatGPT Atlas browser, sets August 9 deprecation date

OpenAI is discontinuing ChatGPT Atlas, its standalone desktop browser, with a targeted deprecation date of August 9, 2026. The company is consolidating Atlas capabilities into a new ChatGPT desktop app that includes ChatGPT Work agent and Codex integration.

Comments

Loading...