Claude Code Basics Lesson 13 of 46
Where to Run It: Four Doors In
- Claude Code opens from four doors: desktop app, terminal, editor, browser.
- They're not four tools: it's the same tool in four windows.
- In this course we'll use the desktop app, because for anyone starting from zero it's the simplest.
- Every time I'll also show you how to do it from the terminal: you can follow along from wherever you prefer.
Four doors, one room
Before installing anything, it helps to know where you're installing it. Claude Code can be used from four places:
The desktop app. A normal program, with its own window and buttons. Inside it has three tabs — Chat, Cowork and Code — and the one we'll use is Code. You'll find it on the official desktop app page, with links for Mac, Windows and Linux.
The terminal. The window with text in it. It's where Claude Code was born and it's what you see in most videos out there. If you want to start from there, the official quickstart guide walks you through it.
The code editor. If you already use one, Claude Code goes right inside it and works alongside your files.
The browser. From a web page, with nothing to install on your computer.
The important thing: it's always the same tool. Same engine, same toolkit, same loop. Only what's in front of your eyes changes.
Which one we use in this course (and why)
From here on the main example is always the desktop app. Not because it's some scaled-down version for beginners — it's the same engine as the terminal, and the two even share the same settings — but because if you've never typed a command in your life, a window with buttons removes the one real obstacle in your way.
And right after, you'll always find the terminal alternative: where the same thing lives in the app, and which command does it from the command line. If you already use the terminal for work, you can follow the whole course from there without missing anything.
Either way, it's not a permanent choice: switching from one door to another doesn't require relearning anything.
What never changes
Whichever door you come in from, the same things apply: the agent's loop, the model you choose, the permissions you grant, the files it touches. Everything you'll see for the rest of the course is independent of the window.
What's next
With the door chosen, two things are needed before installing: an account with the right plan and a computer that can handle it. In the next lesson, what you actually need — and what you don't need at all.
Did you get it?
Two minutes, no grade. Trying to answer — even getting it wrong — cements the concepts far more than rereading. Not in the mood? Skip it: the lesson still counts as complete.
Are the four doors (terminal, editor, browser, desktop app) four different tools?
The window changes, not the engine or the toolkit. What you learn here applies everywhere: switch doors and you don't have to relearn anything — only what's in front of your eyes changes.
You've never opened a terminal in your life. Where do you start?
The terminal is where Claude Code was born and it's what you see in most videos out there, but it's not a requirement. The desktop app gives you the same things in a normal window — and if one day you want the terminal, you can switch over without relearning anything.
-
Chapter 1 Introduction
-
Chapter 2 What's Underneath
-
Chapter 3 You Choose the Engine
-
Chapter 4 First Time at the Controls
-
Chapter 5 What You Let It Touch
-
Chapter 6 What It Knows About You
-
Chapter 7 Skills
-
Chapter 8 How Many You Put to Work
-
Chapter 9 What It's Connected To
-
Chapter 10 Automating the Setup
-
Chapter 11 Wrap-Up