What to know

  • Claude Code can now run directly in browsers and on iOS.
  • Developers can execute tasks in parallel across multiple repositories.
  • Every session runs in isolated sandboxes for enhanced security.
  • The feature is available to Pro and Max plan subscribers in beta.

Anthropic has expanded its popular AI development tool, Claude Code, from a command-line-only interface into a full-featured web platform. The update, launched on 20th October 2025, enables developers to assign, track, and adjust coding tasks directly from their browser or the Claude mobile app on iOS.

The change represents a major evolution for the “agentic coding” system originally launched as a research preview earlier this year. By integrating web access, Anthropic is targeting a broader user base of developers who prefer collaborative, visual, and cloud-based tools.

Running code in the cloud—safely

Claude Code on the web allows developers to connect their GitHub repositories, describe a task, and let Claude implement it autonomously in a secure sandbox environment. All compute occurs in Anthropic-managed cloud infrastructure, which isolates each coding session from others.

Sandboxing prevents unauthorized access to local files while allowing controlled dependencies, such as npm downloads for test verification. Network access and file handling are restricted through secure proxy services to protect credentials. Developers can also configure network permissions for specific domains.

Parallel coding tasks and real-time control

Unlike the previous CLI-only version, the web interface supports multiple concurrent coding jobs within the same dashboard. Each task runs in parallel, displaying live progress and enabling real-time intervention. Developers can steer Claude’s workflow mid-execution—modifying instructions without restarting a session.

This model is designed for practical use cases such as bug fixing, documentation updates, and backend maintenance. Automatic pull request generation and change summaries streamline the handoff between AI-generated contributions and human code review.

Claude Code on the web is now offered in beta as part of Anthropic’s Pro and Max subscription tiers:

Plan Monthly Cost Web Access Parallel Tasks Sandbox Security
Pro $20 Yes Limited Enabled
Max $100–$200 Yes Expanded Enhanced

Users can access the new Claude Code interface at claude.ai/code, link repositories, and begin delegating tasks immediately. Cloud sessions share rate limits with all other Claude Code usage.

By bringing Claude Code to the web, Anthropic positions itself alongside established players like GitHub Copilot, Cursor, and OpenAI’s DevDay tools. However, its focus on autonomy, sandboxing, and real-time task management may redefine agentic coding workflows for security-sensitive teams.

With rapid adoption and over $500 million in implied annual revenue, Claude Code stands as one of the fastest-growing developer tools of 2025.

Anthropic plans to expand the Claude Code platform with deeper GitHub Actions integration, API endpoint support for enterprise automation, and improved mobile functionality. The company is gathering user feedback from its research preview to refine collaboration features and extend availability across more platforms.