Setting Up Claude Desktop
What you'll learn
- ✓Download and install Claude Desktop on your computer
- ✓Create your Anthropic account and choose the right plan
- ✓Have your first real conversation with Claude
- ✓Understand the difference between Free, Pro, and Max features
You have been learning about AI concepts, prompt frameworks, and what makes Claude tick. Now it is time to stop reading and start doing. In this lesson, you will install Claude Desktop, set up your account, and have your very first conversation. By the end, you will have a working AI assistant on your machine, ready to help you with real tasks.
Think of this as moving from reading about hiking to actually lacing up your boots. Let's go.
Why Claude Desktop?
You might be wondering: why not just use claude.ai in a browser? You absolutely can, and it works great. But Claude Desktop gives you a few extra superpowers:
- It lives on your desktop. One click to open. No browser tab hunting.
- MCP server support. This is the big one. Desktop can connect to local tools on your machine (we will get into this in a later lesson).
- Better file handling. Drag and drop files directly into your conversation.
- Keyboard shortcuts. Quick access via system-wide hotkeys.
- Offline-first feel. It launches instantly, even if your connection is slow.
If you are on a team or enterprise plan, Desktop also integrates with your organization's settings and policies automatically.
💡 Tip
Step 1: Download Claude Desktop
Getting Claude Desktop installed takes about two minutes. Here is what to do based on your operating system.
macOS
- Go to claude.ai/download
- Click the Download for Mac button
- Open the downloaded
.dmgfile - Drag Claude into your Applications folder
- Open Claude from Applications (or Spotlight search for "Claude")
Windows
- Go to claude.ai/download
- Click Download for Windows
- Run the installer
.exefile - Follow the installation wizard (the defaults are fine)
- Claude will appear in your Start menu
Linux
Claude Desktop is not officially available on Linux at the time of writing. If you are on Linux, you can use claude.ai in your browser for the same experience, minus MCP server support. Some community projects exist to run Claude Desktop via compatibility layers, but we recommend sticking with the browser version for now.
✅First Launch
Step 2: Create Your Account
When Claude Desktop opens for the first time, you will see a sign-in screen. Here is the process:
- Click Sign Up (or Log In if you already have an account from claude.ai)
- Enter your email address
- Check your email for a verification code
- Enter the code in Claude Desktop
- You are in
That is it. No credit card required for the free tier. You now have access to Claude and can start chatting immediately.
Create Your Account
- Open Claude Desktop
- Create an account or log in
- Verify your email
- Once you see the chat interface, type: "Hello! What can you help me with?"
- Read Claude's response. Notice how it explains its capabilities clearly.
Step 3: Your First Conversation
Now that you are logged in, let's have a real conversation. Not just "hello" but something useful.
Here is a good first prompt to try. It uses some of the techniques you learned in the prompting lessons:
I'm learning to use AI tools effectively. I work as a [your role] and my main tools are [list your tools]. Can you suggest three specific ways you could help me in my daily work? Be concrete and practical.
Replace the bracketed parts with your actual role and tools. For example:
I'm learning to use AI tools effectively. I work as a product manager and my main tools are Linear, Notion, and Slack. Can you suggest three specific ways you could help me in my daily work? Be concrete and practical.
Notice a few things about Claude's response:
- It gives structured answers. Claude naturally organizes information with headers, bullets, and clear sections.
- It asks clarifying questions if your prompt is vague.
- It is honest about limitations. If something is outside its knowledge, it will say so.
The Chat Interface
Take a moment to explore the interface. Here are the key parts:
- Message input at the bottom. This is where you type. You can also paste text, drag in files, or use the attachment button.
- Conversation list on the left sidebar. Each conversation is separate and has its own context.
- New chat button at the top. Start fresh conversations for new topics.
- Model selector (if available on your plan). Choose between different Claude models.
Key Vocabulary
- Conversation
- A single chat thread with Claude. Each conversation has its own context and memory. Claude does not remember across separate conversations.
- Context window
- The total amount of text Claude can consider at once. Think of it as Claude's working memory for the current conversation.
- Artifact
- A piece of content Claude creates that appears in a separate panel, like code, documents, or diagrams. You can edit and iterate on artifacts.
Understanding the Plans
Claude offers several plan tiers. Here is what matters for your journey:
Free
- Access to Claude (Sonnet model)
- Limited messages per day
- Basic file uploads
- No Projects, no connectors, no MCP
This is fine for trying things out, but you will hit limits quickly if you use Claude regularly.
Pro ($20/month)
This is the sweet spot for most individual users. You get:
- Much higher usage limits for Claude Sonnet
- Access to Claude Opus (the most capable model) with limited usage
- Projects with custom instructions and knowledge bases
- Connectors to plug in your existing tools (50+ available)
- MCP server support for local tool connections
- Priority access during high-traffic periods
Max ($100/month)
For power users who rely on Claude heavily:
- Significantly higher usage limits across all models
- More Opus usage than Pro
- Higher priority during peak times
- Everything in Pro, just more of it
Team ($30/user/month)
Same as Pro, but with team management features: shared Projects, admin controls, and centralized billing.
Enterprise (custom pricing)
For organizations: SSO, advanced security, custom data retention policies, and dedicated support.
💡Which Plan Should You Choose?
Exploring Artifacts
One of Claude Desktop's standout features is Artifacts. When you ask Claude to create something substantial, like a document, a piece of code, an SVG diagram, or even a simple web app, it can render it in a side panel.
Try this prompt:
Create a simple HTML page with a heading that says "My AI Journey" and three bullet points listing things I want to learn about AI.
Claude will create the HTML and display it as an artifact you can preview, copy, or download. This is incredibly useful for:
- Drafting documents and templates
- Writing and testing code snippets
- Creating diagrams and visualizations
- Building quick prototypes
Explore Artifacts
- Ask Claude to create a simple HTML page about a topic you care about
- Look at the artifact panel that appears on the right
- Click the "Copy" button to copy the code
- Try asking Claude to modify the artifact: "Change the heading color to blue and add a footer"
- Notice how Claude updates the artifact in place
Keyboard Shortcuts and Tips
Here are some shortcuts that will make your life easier:
| Shortcut | Action |
|----------|--------|
| Cmd/Ctrl + N | New conversation |
| Cmd/Ctrl + Shift + N | New conversation in new window |
| Cmd/Ctrl + , | Open settings |
| Enter | Send message |
| Shift + Enter | New line (without sending) |
Pro Tips for Better Conversations
Start new conversations for new topics. Claude's context window is large but not infinite. Keeping conversations focused means Claude can give you better answers.
Use follow-ups. Don't start over when Claude's answer is close but not perfect. Say "That's close, but can you..." and refine.
Attach files. Dragging a file into the chat is often faster and more accurate than copy-pasting its contents.
Name your conversations. Click the conversation title to rename it. Future you will thank present you when looking for that one conversation from last week.
⚠️ Warning
What You Have Accomplished
Take a step back and appreciate what you have done in this lesson:
- You downloaded and installed Claude Desktop
- You created your Anthropic account
- You had your first meaningful conversation
- You explored artifacts and the chat interface
- You understand the plan tiers and what features each unlocks
This is your foundation. Every lesson going forward builds on having Claude Desktop set up and ready to go.
Paw Print Check
Before moving on, make sure you can answer these:
- 🐾Can you open Claude Desktop and start a new conversation?
- 🐾Do you know the difference between Free, Pro, and Max plans?
- 🐾Have you created at least one artifact (code, document, or diagram)?
- 🐾Do you know how to attach a file to a conversation?
- 🐾Can you explain why Claude Desktop offers advantages over the browser version?
Next Up
Projects & Knowledge
Learn how to create Projects, upload documents, and give Claude persistent context about your work.