Originally published at devtoolpicks.com
Anthropic shipped a full redesign of the Claude Code desktop app on April 14, 2026. Not a minor update. A from-scratch rebuild of the interface around a different mental model: you're not waiting for one task to finish, you're running several at once and checking in as results arrive.
If you've been using Claude Code as a terminal tool and wondering when the desktop experience would catch up, today is that day.
Here's what actually changed, what it means for solo devs, and the honest limitations.
What Anthropic shipped
Two things landed simultaneously today. The desktop redesign is the one getting attention on X, but there's a second announcement worth knowing about: Routines, scheduled automations that run on Claude Code's cloud infrastructure even when your laptop is off. Think cron jobs, but AI-native. A routine packages a prompt, one or more repos, and a set of connectors, then runs on a schedule or trigger. Research preview for now, but worth watching.
The desktop redesign is what this post covers.
The new sidebar and parallel sessions
The headline feature is the sidebar. Every active and recent session lives there. You can kick off work across multiple repos and move between them as results come in.
You can filter sessions by status, project, or environment. Group the sidebar by project to find things faster. When a session's PR merges or closes, it archives itself automatically so the sidebar stays focused on what's actually live.
The mental model shift here is real. Before this update, Claude Code worked like a single focused conversation. You had one thing in flight. The new app is built for what Anthropic calls "the orchestrator seat": you have three things running (a refactor in one repo, a bug fix in another, a test-writing pass in a third), and you're checking on each as results come in, steering when something drifts, reviewing diffs before you merge.
For a solo founder running Claude Code as their de facto engineering team, this is a significant change. You're not babysitting one task. You're managing several.
Side chat without interrupting your task
The feature I'm most interested in is side chat. Press ⌘ + ; (or Ctrl + ;) to open a branched conversation. Side chats pull context from the main session thread, but nothing you say in side chat gets added back to the main thread.
The practical use case: Claude is halfway through a large refactor. You want to ask it a question about approach without accidentally redirecting the work already in progress. Previously you'd either interrupt the task or open a separate session with no context. Now you get a conversation that knows what's happening without misdirecting it.
Small feature. Real quality-of-life difference.
Integrated terminal, file editor, and faster diffs
The redesign brings three tools into the app that used to require context-switching to your editor:
Integrated terminal. Run tests or builds alongside your session. The biggest pain point with Claude Code previously was having to jump to a separate terminal to verify whether Claude's output actually worked. That context switch is gone.
In-app file editor. Open files, make spot edits, save changes without leaving Claude Code. For minor tweaks this is much faster than the round trip to VS Code.
Faster diff viewer. Rebuilt for performance on large changesets. This one matters if you've run Claude Code on a big refactor and then watched the diff viewer struggle. The rewrite should handle that better.
There's also an expanded preview pane. You can open HTML files or PDFs in-app, plus run local app servers in the preview. Less useful for backend-heavy work, but frontend and full-stack developers will use this constantly.
Every pane is drag-and-drop. Arrange the terminal, preview, diff viewer, and chat in whatever grid matches how you work.
View modes and shortcuts
Three view modes let you control how much you see:
- Verbose: full transparency into Claude's tool calls
- Normal: balanced view
- Summary: just the results
For developers who find AI coding tools overwhelming when they show every micro-decision, Summary mode is a genuine improvement. For those who want to understand exactly what Claude is doing and why, Verbose keeps that available.
New keyboard shortcuts cover session switching, spawning, and navigation. Press ⌘ + / (or Ctrl + /) to see the full list. A new usage button shows both your context window and session usage at a glance, which matters for managing token budgets on heavier workloads.
Plugin parity and SSH for Mac
Two items in the release notes that deserve mention:
Plugin parity. CLI plugins now work in the desktop app exactly the way they do in the terminal. If your organisation manages Claude Code plugins centrally, or you've installed your own locally, they work here now. This closes a real gap.
SSH support extended to Mac. Previously SSH was Linux only. You can now point desktop sessions at remote machines from Mac. For solo devs with a remote dev machine or VPS, this matters.
Who gets access
The redesigned desktop app is available for all Claude Code users on Pro, Max, Team, and Enterprise plans, plus via the Claude API. It's not available on the free plan.
If you're on Pro ($20/month) or Max, update and restart the app. If you don't have the desktop app yet, download it at claude.com/download.
Linux users: the redesigned desktop app is not available for Linux yet. The terminal-based Claude Code CLI still works on Linux, but the new visual experience is macOS and Windows only for now.
How does this compare to Cursor?
Claude Code has been Cursor's main competitor for the serious agentic coding use case. The Cursor 3 launch in April 2026 also brought parallel agents and a multi-session interface. The gap between them was: Cursor had a polished, integrated visual experience; Claude Code had raw capability in a terminal.
Today's release closes that gap significantly. The integrated terminal, file editor, diff viewer, and drag-and-drop layout put Claude Code's desktop experience in the same tier as Cursor's. The key remaining difference is that Cursor is built on a full IDE (VS Code fork), while Claude Code is purpose-built for agentic sessions. That's a philosophical difference as much as a feature one. One is "your IDE with Claude built in." The other is "an AI coding environment that can call your tools."
Neither approach is wrong. They suit different workflows. If you're comparing, this update is worth re-evaluating that decision. You can see a full breakdown in the Claude Code vs Cursor vs GitHub Copilot comparison.
What's still missing
Being honest here:
Linux desktop support. The CLI works on Linux, but the redesigned visual app doesn't. If you're a Linux developer, you're still on the old experience.
Routines is a research preview. The scheduled automation feature sounds powerful but it's explicitly early. Expect rough edges.
Plan requirement. You need a paid plan. The free tier doesn't include Claude Code desktop. If you're evaluating whether the subscription is worth it, the Claude Max vs ChatGPT Pro vs Cursor comparison breaks down the value question.
Is it worth updating?
Yes, immediately, if you're on a paid plan and using Claude Code on macOS or Windows.
The parallel sessions alone change how you use the tool if you're running multiple things at once. Side chat removes one of the more frustrating friction points. The integrated terminal means you can actually verify Claude's work without leaving the app.
This isn't a marketing update. It's a real shift in how the desktop experience works.
If you're not using Claude Code yet and are comparing options, today's release makes it harder to justify dismissing it as "just a terminal tool." It's not that anymore.
FAQ
Does the Claude Code desktop redesign cost extra?
No. It's included with existing Pro, Max, Team, and Enterprise plans. Update and restart the app to get it.
Is the redesigned Claude Code app available on Linux?
Not yet. The CLI still works on Linux. The new visual desktop experience is currently macOS and Windows only.
What is Claude Code Routines?
Routines are scheduled automations that run on Anthropic's cloud infrastructure, even when your laptop is off. They package a prompt, one or more repos, and connectors into a repeatable task. Launched today as a research preview alongside the desktop redesign.
How does Claude Code compare to Cursor after this update?
Both now have parallel session support and integrated visual interfaces. The main difference is architecture: Cursor is a VS Code fork with AI built in; Claude Code is purpose-built for agentic sessions. See the full Cursor vs Windsurf vs Zed comparison for more context on where each editor fits.
What plans include the new Claude Code desktop app?
Pro ($20/month), Max, Team, and Enterprise plans, plus the Claude API. Not available on the free plan.
Top comments (1)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.