Setting Up Claude Code Desktop: A Step-by-Step Guide
Comment
1view
Setting Up Claude Code Desktop: A Step-by-Step Guide
Travisse HansenยทApr 17, 2026
Transcript
Copy
00:00
Hey guys, my name is Travisse Hansen and I am going to help you get Claude code set up and all of the necessary packages that go along with it.
00:08
So in here first of all you want to set up your cloud account.
00:11
create a cloud account if you don't have one and then as soon as we start building things the plan will run out pretty quickly.
00:20
And so I'd recommend one or two approaches.
00:22
One you can add API credits.
00:23
This is the more expensive path but could work if you have it covered by your company and this is just the plan that they have set up.
00:30
if it's just you personally I recommend upgrading to a max plan which starts at $100.
00:35
You get a ton of usage subsidized essentially by Anthropic.
00:40
so it's, that's by far the cheapest way to this Once you have upgraded in either of these ways we are going to install Claude desktop.
00:49
This will follow just a normal Mac app or Windows app install process.
00:52
Come in here, select which ones make sense.
00:55
Once you've done that you're going to come in, sign in with your account.
01:00
And then you may land on any of these tabs.
01:03
where we want to go over here is to the code tab.
01:06
This is the cloud code tab.
01:08
If you get stuck you can come back over to chat and it's just your normal chat experience.
01:12
I'm going to exit out of these.
01:14
where we want to be is the cloud code tab and you may or may not get a warning that says we need to install git so that's what we're going to work on next.
01:22
So in order to install git these are paths diverge a little bit.
01:26
If you're on a PC you can just go straight to installing git on the git website.
01:30
Not sure why that loaded like that and click here to download the Windows version.
01:35
But if you're on Mac it's a little bit more complicated.
01:38
So what we're going to need to do is fire up the terminal and we're going to install first something called Homebrew.
01:45
And basically Homebrew is just going to let your computer install more code related things faster in the future.
01:52
So we're going to use this command right here and then we are going to find the terminal and come in here, paste the command and then hit Enter.
02:03
you'll note right here it wants my password.
02:05
This is the password for logging into, the Mac.
02:09
So the same one that you do when you log into your user, you add here a second.
02:13
Another thing to note is as you're typing in, I'm typing in right now, it's not going to give any feedback until you hit Enter.
02:20
So in here it's going to say, hey, I'm going to install some of these new things.
02:24
we hit enter to continue.
02:26
And then depending on the specs on your computer, it may take, quite a while, honestly.
02:31
up to, let's say five minutes, to install this.
02:35
And again, this is the most kind of technical mumbo jumbo that you're going to see in this process.
02:40
but we'll wait for this to finish.
02:42
Great.
02:42
Once that is finished, we're going to use this command that is now possible because Homebrew, is on the computer.
02:49
Go back to our terminal and install Git.
02:53
Similarly, you're going to see a bunch of technical mumbo jumbo.
02:57
You don't need to worry, about it.
02:59
What git is, is Git lets us save checkpoints in code as we go along.
03:05
and so there'll be different aspects of this class where we will focus more on code and more on, let's say workflow.
03:13
but Git is just an integral part of, if you're doing any coding, it lets you save checkpoints as you go.
03:18
Great.
03:19
We've now installed Git so we can come back here and use cloud code, with confidence, knowing that it will work.
03:25
So that's a wrap as far as the onboarding flow and looking forward to getting to know you.
Comments
Comments
No comments yet
Setting Up Claude Code Desktop: A Step-by-Step Guide โ Tella