Claude Code Desktop Browser: Built-In Web Browsing in the App (July 2026)
Anthropic July 10, 2026 — Claude Code desktop app v1.2581.0 adds sandboxed in-app browser. Cmd+Shift+B opens sites for docs, forms, screenshots. vs Codex, Browserbase, and agent web visibility.
On July 10, 2026, @ClaudeDevs announced Claude Code on desktop now has an in-app browser — sandboxed, configurable, and aimed at the gap where agents could code locally but still couldn't see the web without brittle MCP glue.
Same week OpenAI reset ChatGPT limits twice for GPT-5.6 traffic and news summaries reported OpenAI shutting down its browser tool after nine months — Anthropic shipped native browsing inside Claude Code while rivals retreated.
explainx.ai read: Berman's 12-month claim is directional — the win condition is agents that debug their own output, not consumers abandoning Chrome. Anthropic embeds browsing where coding already happens; OpenAI's reported browser-tool shutdown suggests different product bets in the same week.
Workflow — when to use the browser pane
snippet
Building a feature?
├── Local dev server → Claude already hits localhost
├── External API docs → Browser pane (no copy-paste MDX)
├── Staging URL → Screenshot diff vs design
├── Production smoke test → Sandboxed (no SSO bleed)
└── Long /loop run → [loops guide](/blog/claude-code-loops-official-guide-turn-goal-schedule-2026) + browser verify each iteration