Get Set Up · Claude Code Install Guide
0%
0 of 6 lessons complete
Install everything you need, step by step.

Claude Code Install Guide

Terminal, Homebrew, Node.js, and Claude Code. 6 lessons, no experience needed.

Ways to Use Claude Code

Before we install anything, let's look at the three ways you can use Claude Code. This helps you understand what we are setting up and why.

1. Terminal (Command Line)

This is what we will install in this guide. You open your terminal, type claude, and start talking. It is a text-based conversation directly with your computer.

🖥️ Why it is good

The terminal is the cleanest way to use Claude Code. You are speaking directly to your computer with no extra layers, no dependencies on other software, and no middlemen. It is the most reliable option, it gets updates first, and it gives Claude the most control over your files and system. This is why we use the terminal throughout this course.

2. Code Editors (VS Code, Cursor)

VS Code is a free code editor made by Microsoft. Claude Code has an extension for it. If you install VS Code and the Claude Code extension, you get the same Claude conversation inside a visual editor where you can also see your files and folders in a sidebar.

Cursor is another code editor built on the same foundation as VS Code. It adds its own AI features on top. Both editors work with Claude Code in the same way.

📁 Why it is good

If you like seeing your files visually, a code editor can feel more approachable. You can browse your folders, open files by clicking on them, and see Claude's changes highlighted in real time. Some people find this less intimidating than a blank terminal. You can download VS Code from code.visualstudio.com or Cursor from cursor.com.

3. Claude Desktop App

The Claude desktop app (from claude.ai) is the chat interface most people know. It recently added the ability to connect to your local files, bringing it closer to what Claude Code can do in the terminal.

💬 Why it is good

The desktop app has the friendliest interface. It looks and feels like a normal chat window. If the terminal feels too technical and a code editor feels like too much software, the desktop app is the gentlest way in.

🧭 Why We Use the Terminal in This Course

All three options talk to the same Claude. The difference is the wrapper around it. The terminal has no wrapper. It is the most direct line between Claude and your computer, and you own every connection. You decide what gets installed, what gets activated, and you have full control over your system.

In our experience, the terminal is also significantly less buggy than the apps built on top of it (VS Code, Cursor, the Claude desktop app). Those apps add their own layers of complexity, their own update cycles, and sometimes their own payment plans on top of what you are already paying for Claude. The terminal adds none of that. It is just you, Claude, and your files.

🔄 You Can Always Switch Later

Nothing locks you in. If you start with the terminal and later decide you want a visual file browser, install VS Code or Cursor and keep going. Your project files, your root system, your memory, all of it stays exactly the same regardless of which interface you use.

Guide Complete!
You finished all 6 lessons. Claude Code is ready to go.