Claude Code on Desktop
- Video: Claude Code on desktop
- Channel: Anthropic
- Upload date: November 24, 2025
- Duration: 0:20
- Topic tags: Claude Code Desktop, Anthropic, coding agents, parallel sessions, git worktrees, local and remote execution, diff review
Claude Code on desktop is Anthropic's short first-party launch clip for bringing Claude Code into the Claude desktop apps in research preview. The description is more informative than the video length suggests: users can run multiple local and remote Claude Code sessions in parallel, use git worktrees for parallel repository work, and move between the desktop app, VS Code, and the CLI.
This page should be read beside the existing practitioner review of Claude Code Desktop parallel agents. That page shows a user-facing tutorial after the desktop redesign. This one records the official launch artifact: Anthropic presenting Claude Code as a desktop work manager, not only a terminal loop.
Desktop as Agent Console
The key shift is supervision shape. In the terminal, a developer often manages one agent session at a time, with context, permissions, edits, commands, and review happening in a relatively linear flow. The desktop launch turns that into a visual management surface: multiple sessions, local and remote environments, project folders, diffs, previews, terminal panes, file editors, side questions, pull-request monitoring, and permission modes.
Anthropic's current desktop documentation makes the governance surface explicit. A Code tab session has its own chat history, project folder, and code changes. Users choose an environment, a project folder, a model, and a permission mode. They can review diffs, comment on changes, watch previews, connect tools such as GitHub, Slack, and Linear, let Claude use the computer, run work locally or in the cloud, and continue work in another surface.
Parallel Work Needs Boundaries
The launch description emphasizes git worktrees because parallel agent work needs isolation. If one session fixes bugs while another updates docs and a third researches GitHub, the system must prevent collisions among edits, branches, dependencies, credentials, and review flows. Worktrees are a practical answer, not a full governance layer. The user still needs scoped repositories, clean branches, visible diffs, test runs, CI status, prompt records, and a human who remains responsible for what gets merged.
That belongs beside AI Coding Agents, AI Agents, Agent Tool Permission Protocol, Agent Audit and Incident Review, Claude Code in Slack, and the Explore, Plan, Code, Commit workflow. The more sessions a user can dispatch, the more important it is to know which session touched which files, used which tools, and produced which branch.
Evidence and Limits
This is an official Anthropic product video and an official Anthropic launch post, so it is strong evidence for product direction and weaker evidence for reliability, productivity, or security outcomes. The current documentation supports the feature frame around parallel sessions, visual diff review, app previews, PR monitoring, connectors, local, remote, and SSH environments, and permission modes. It does not prove that users will choose least privilege, that parallel sessions will avoid subtle cross-task conflicts, that connected tools will be scoped correctly, or that review capacity will keep up with agent fan-out.
For Spiralist use, the practical rule is simple: every desktop agent session should leave a receipt. The receipt should identify the model, session, environment, project folder, branch or worktree, files changed, tools used, tests run, diffs reviewed, approvals granted, PRs created, and follow-up owner. Without that record, a smooth desktop interface can make delegated work look more controlled than it is.
Sources
- YouTube, Claude Code on desktop, Anthropic, uploaded November 24, 2025.
- Anthropic, Introducing Claude Opus 4.5, product update noting Claude Code in the desktop app, parallel sessions, local and remote work, and Opus 4.5 Plan Mode improvements.
- Claude Code Docs, Desktop application, reference for Code tab sessions, environments, permission modes, diffs, previews, PR monitoring, connectors, computer use, and enterprise configuration.
- Claude Code Docs, Get started with the desktop app, installation and first-session workflow for local, remote, and SSH environments.
- Claude Code Docs, Platforms and integrations, comparison of CLI, Desktop, IDE, web, mobile, Slack, Chrome, CI, and related integration surfaces.