
- Chat: General conversation with no file access, similar to claude.ai.
- Cowork: An autonomous background agent that works on tasks in a cloud VM with its own environment. It can run independently while you do other work.
- Code: An interactive coding assistant with direct access to your local files. You review and approve each change in real time.
Claude Code requires a Pro, Max, Teams, or Enterprise subscription.
Install
Download the app
Download Claude for your platform.For Windows ARM64, download here.Linux is not currently supported.
Sign in
Launch Claude from your Applications folder (macOS) or Start menu (Windows). Sign in with your Anthropic account.
Open the Code tab
Click the Code tab at the top center. If clicking Code prompts you to upgrade, you need to subscribe to a paid plan first. If it prompts you to sign in online, complete the sign-in and restart the app. If you see a 403 error, see authentication troubleshooting.
claude from the terminal, install the CLI separately. See Get started with the CLI.
Start your first session
With the Code tab open, choose a project and give Claude something to do.Choose an environment and folder
Select Local to run Claude on your machine using your files directly. Click Select folder and choose your project directory.You can also select:
- Remote: Run sessions on Anthropic’s cloud infrastructure that continue even if you close the app. Remote sessions use the same infrastructure as Claude Code on the web.
- SSH: Connect to a remote machine over SSH (your own servers, cloud VMs, or dev containers). Claude Code must be installed on the remote machine.
Choose a model
Select a model from the dropdown next to the send button. See models for a comparison of Opus, Sonnet, and Haiku. You cannot change the model after the session starts.
Tell Claude what to do
Type what you want Claude to do:
Find a TODO comment and fix itAdd tests for the main functionCreate a CLAUDE.md with instructions for this codebase
Review and accept changes
By default, the Code tab starts in Ask permissions mode, where Claude proposes changes and waits for your approval before applying them. You’ll see:
- A diff view showing exactly what will change in each file
- Accept/Reject buttons to approve or decline each change
- Real-time updates as Claude works through your request
Now what?
You’ve made your first edit. For the full reference on everything Desktop can do, see Use Claude Code Desktop. Here are some things to try next. Interrupt and steer. You can interrupt Claude at any point. If it’s going down the wrong path, click the stop button or type your correction and press Enter. Claude stops what it’s doing and adjusts based on your input. You don’t have to wait for it to finish or start over. Give Claude more context. Type@filename in the prompt box to pull a specific file into the conversation, attach images and PDFs using the attachment button, or drag and drop files directly into the prompt. The more context Claude has, the better the results. See Add files and context.
Use skills for repeatable tasks. Type / or click + → Slash commands to browse built-in commands, custom skills, and plugin skills. Skills are reusable prompts you can invoke whenever you need them, like code review checklists or deployment steps.
Review changes before committing. After Claude edits files, a +12 -1 indicator appears. Click it to open the diff view, review modifications file by file, and comment on specific lines. Claude reads your comments and revises. Click Review code to have Claude evaluate the diffs itself and leave inline suggestions.
Adjust how much control you have. Your permission mode controls the balance. Ask permissions (default) requires approval before every edit. Auto accept edits auto-accepts file edits for faster iteration. Plan mode lets Claude map out an approach without touching any files, which is useful before a large refactor.
Add plugins for more capabilities. Click the + button next to the prompt box and select Plugins to browse and install plugins that add skills, agents, MCP servers, and more.
Preview your app. Click the Preview dropdown to run your dev server directly in the desktop. Claude can view the running app, test endpoints, inspect logs, and iterate on what it sees. See Preview your app.
Track your pull request. After opening a PR, Claude Code monitors CI check results and can automatically fix failures or merge the PR once all checks pass. See Monitor pull request status.
Scale up when you’re ready. Open parallel sessions from the sidebar to work on multiple tasks at once, each in its own Git worktree. Send long-running work to the cloud so it continues even if you close the app, or continue a session on the web or in your IDE if a task takes longer than expected. Connect external tools like GitHub, Slack, and Linear to bring your workflow together.
Coming from the CLI?
Desktop runs the same engine as the CLI with a graphical interface. You can run both simultaneously on the same project, and they share configuration (CLAUDE.md files, MCP servers, hooks, skills, and settings). For a full comparison of features, flag equivalents, and what’s not available in Desktop, see CLI comparison.What’s next
- Use Claude Code Desktop: permission modes, parallel sessions, diff view, connectors, and enterprise configuration
- Troubleshooting: solutions to common errors and setup issues
- Best practices: tips for writing effective prompts and getting the most out of Claude Code
- Common workflows: tutorials for debugging, refactoring, testing, and more
