Anthropic has unveiled a significant enhancement to its Claude Code desktop application, introducing a built-in browser that enables the AI assistant to interact directly with external websites without requiring users to leave their development environment.
The feature, announced on July 10, 2026, transforms how developers can leverage AI assistance by eliminating the friction of constant context-switching between coding tools and reference materials.
The new in-app browser functions as a fully interactive environment where Claude can read web content, navigate pages, click buttons, fill out forms, and follow links—mirroring the same capabilities it already possessed for local development servers, creating a unified workspace where the AI can simultaneously write code, preview local applications, research external documentation, and implement improvements based on real-world references, all within a single interface.
Anthropic announced via the ClaudeDevs account on X: “Claude Code on desktop now has an in-app browser. Claude can pull up docs, designs, or any other site. It can read, click through, and interact the same way it does with your local dev servers. It’s sandboxed and configurable: you choose whether sessions persist.”
A practical demonstration illustrates the workflow: while developing a checkout and shipping flow for a web application, Claude launches the local development server and previews the interface in a built-in pane. When the assistant identifies potential improvements, it opens external resources such as design pattern libraries or competitor implementations directly within the application. Claude analyzes these references, extracts relevant insights—such as optimal shipping option layout patterns—and immediately applies the changes to the codebase.
Safety considerations have been carefully engineered into the implementation. The browser operates within a sandboxed environment using an isolated profile that contains no personal login credentials or browsing history by default, making it particularly suitable for development and testing scenarios. Claude must obtain explicit user approval before performing actions on external websites, with safety classifiers reviewing all write operations such as clicks and text input. Local development servers remain exempt from these permission requirements to maintain workflow efficiency.
Users retain granular control over the browsing experience through keyboard shortcuts, tabbed interfaces, and organizational allow-and-block lists. The system offers flexibility in session management, permitting users to configure whether browsing sessions persist across interactions—preserving logins and cookies when convenient—or reset to a clean state for each use.
Anthropic distinguishes this in-app approach from its existing Chrome extension, noting that the sandboxed profile excels at anonymous testing and local work, while the extension leverages real user sessions when Claude needs to act on behalf of the user with authenticated access.
Agentic web browsing has recently attracted attention as OpenAI announced it will discontinue its ChatGPT Atlas browser in favor of the ChatGPT desktop app’s integrated browser. Both Anthropic and OpenAI offer Chrome extensions that integrate their AI tools with Google’s browser.
Anthropic’s documentation clarifies that Claude Code’s in-app browser uses a separate, clean browser profile distinct from the user’s personal browser, without access to saved logins or history. For sessions needing user login states, the Claude Chrome extension is recommended.