I'd really like to get Claude Code working in VS Code on Mac. I'm not very familiar with this kind of stuff.
I've now tried installing it on 3 different Macs, and haven't gotten it working until this afternoon -
I was finally able to get it to install properly (I think) using
"curl -fsSL https://claude.ai/install.sh | bash"
Claude Code launched ONCE from Terminal, so then I tried following Anthropic's steps to get it going in VS Code,
(Run claude - the extension will auto-install)|
but ... "bash: claude: command not found".
I just wanted to try launching it again from Terminal, and now I get:
"The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050."
huh?
If I try running Code from Terminal again...
"-bash: claude: command not found"
???
So - absolutely no clue what's going on. Thought the third time might be a charm, and at least I was able to launch it once... :)
Any help appreciated.
Hey everyone, I'm new to Claude Code and just spent an hour in installation hell. I'm on a Mac
So apparently, there are THREE ways to install this:
npm install:
npm install -gu/anthropic-ai/claude-codeDocs say this is "standard installation"
Gets a permission denied error
Docs then warn "DO NOT use sudo"
curl installer:
curl -fsSLhttps://claude.ai/install.sh| bashCalled "beta" but actually works
Buried in a random troubleshooting article
Installs to
~/.local/bin(need to fix PATH)
sudo npm: sudo npm install -g u/anthropic-ai/claude-code
What actually makes npm work
But docs specifically say DON'T do this
"Security risks" apparently
How did you all install this?
Also, why do they recommend npm when they literally have a note saying "Claude Code has a native installation that doesn't depend on npm" - THEN MAKE THAT THE DEFAULT??
I'm not even mad, this is hilarious. Just want to know if I'm missing something obvious here
Videos
I saw some other posts about this with somewhat limited instructions so I figured I’d share my setup:
Install Tailscale on both devices, login with the account you created on both (extremely easy VPN setup, free)
Install Terminus on iPhone
Install Zellij on Mac (brew install zellij)
Generate an SSH key on Terminus, add it to your Mac SSH keys
Connect to the Mac host from Terminus (IP or MagicDNS - you can get this from either instance of Tailscale)
Run Zellij from your project root ($ zellij —s <session name>)
Attach to the session from your phone, Terminus, with ($ zellij attach <session name>)
Voila, you now have the session mirrored on both devices in real time
For help on any of these individual steps, just ask Claude!
I’m struggled with the experience in windows 11 using wsl. I installed Ubuntu on virtualbox the experience was better but the lag was horrible. All of that couldn’t compare to my experience using Claude code and vscode on my MacBook. I ended up getting a Mac mini specifically to use with Claude code and the projects I’m working on.
What’s everyone’s preferred OS for coding and making the most of what’s possible with Claude code?
It's simpler, more stable, and no longer requires Node.js. This is the new recommended way to install it on macOS, Linux, and Windows.
Reported by NearExplains
Claude's new Computer Use feature allows it to control your computer to achieve a specific goal. I wanted to try this out on my own laptop with minimal setup, so here's a python script for MacOS with simple setup instructions: https://github.com/PallavAg/claude-computer-use-macos
I must caution you though, Computer Use can control your mouse and keyboard, and can run bash commands, so be very careful when running this and make sure you know what you're doing. Given this, I'm sure some people would love to experiment with this so hopefully the script can be a useful starting point to do your own experiments!
Hey everyone,
Since Claude Code has been around for a while now and many of us are already familiar with Claude Sonnet 3.7, I wanted to share a quick step-by-step guide for those who haven’t had time to explore it yet.
This guide sums up everything you need to know about Claude Code, including:
How to install and set it up
The benefits and when to use it
A demo of its capabilities in action
Some Claude Code essential commands
I think Claude Code is a better alternative to coding assistants like Cursor and Bolt, especially for developers who want an AI that really understands the entire codebase instead of just suggesting lines.
https://medium.com/p/how-to-install-and-use-claude-code-the-new-agentic-coding-tool-d03fd7f677bc?source=social.tw
Hey everyone,
Since Claude Code has been around for a while now and many of us are already familiar with Claude Sonnet 3.7, I wanted to share a quick step-by-step guide for those who haven’t had time to explore it yet.
This guide sums up everything you need to know about Claude Code, including:
How to install and set it up
The benefits and when to use it
A demo of its capabilities in action
Some Claude Code essential commands
I think Claude Code is a better alternative to coding assistants like Cursor and Bolt, especially for developers who want an AI that really understands the entire codebase instead of just suggesting lines.
https://medium.com/p/how-to-install-and-use-claude-code-the-new-agentic-coding-tool-d03fd7f677bc?source=social.tw
I wanted to download the claude app on my mac because I don't like using safari when I don't need it. But everytime I try to install it I keep getting an error that the app is damaged. Because the app cant be verified for some reason it keeps getting stuck at getting verified.
If so, what's your experience? Do you gain (or lose!) any significant advantage over using Claude Code in the Terminal alongside XCode?
This is probably a newbie question but I primarily use CC on my desktop in the office. Multiple agents running long projects. I’d like to be able to access those same CC sessions from my laptop when I’m not in the office.
What’s the best set up for this? Is tmux the best solution?
Claude Code is now available in our desktop apps, letting you run multiple local and remote sessions in parallel using git worktrees.
Run multiple sessions in parallel: perhaps one agent fixes bugs, another researches GitHub, a third updates docs.
And Plan Mode gets an upgrade with Opus 4.5 — Claude asks clarifying questions upfront, then works autonomously.
Read more: https://www.anthropic.com/news/claude-opus-4-5