This might be related to my issue https://github.com/anthropics/claude-code/issues/6090 Answer from coygeek on reddit.com
🌐
Reddit
reddit.com › r/claudeai › can someone help me actually install code and get it working in vs code?
r/ClaudeAI on Reddit: Can someone help me actually install Code and get it working in VS Code?
August 29, 2025 -

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.

🌐
Reddit
reddit.com › r/claudeai › new to claude code - why are there 3 different ways to install this thing?
r/ClaudeAI on Reddit: New to Claude Code - why are there 3 different ways to install this thing?
August 27, 2025 -

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:

  1. npm install: npm install -g u/anthropic-ai/claude-code

    • Docs say this is "standard installation"

    • Gets a permission denied error

    • Docs then warn "DO NOT use sudo"

  2. curl installer: curl -fsSL https://claude.ai/install.sh | bash

    • Called "beta" but actually works

    • Buried in a random troubleshooting article

    • Installs to ~/.local/bin (need to fix PATH)

  3. 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

🌐
Reddit
reddit.com › r/seoturtle › how to install claude code on mac
r/SEOTurtle on Reddit: How to install Claude Code on Mac
August 5, 2025 - Installing claude code on the mac Share · Share · How to Install Node.js on Mac · r/GaugingGadgets • · youtube · upvote · Claude Code SDK Released! r/CLine • · upvotes · · comments · Building a Mac app with Claude code · r/hypeurls • · indragie · upvote ·
🌐
Reddit
reddit.com › r/claudeai › mobile claude code setup (macos to iphone)
r/ClaudeAI on Reddit: Mobile Claude Code Setup (MacOS to iPhone)
July 16, 2025 -

I saw some other posts about this with somewhat limited instructions so I figured I’d share my setup:

  1. Install Tailscale on both devices, login with the account you created on both (extremely easy VPN setup, free)

  2. Install Terminus on iPhone

  3. Install Zellij on Mac (brew install zellij)

  4. Generate an SSH key on Terminus, add it to your Mac SSH keys

  5. Connect to the Mac host from Terminus (IP or MagicDNS - you can get this from either instance of Tailscale)

  6. Run Zellij from your project root ($ zellij —s <session name>)

  7. Attach to the session from your phone, Terminus, with ($ zellij attach <session name>)

  8. Voila, you now have the session mirrored on both devices in real time

For help on any of these individual steps, just ask Claude!

🌐
Reddit
reddit.com › r/claudeai › best os for claude code experience?
r/ClaudeAI on Reddit: Best OS for Claude code experience?
June 16, 2025 -

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?

🌐
Reddit
reddit.com › r/claudeai › run claude ‘computer use’ on macos
r/ClaudeAI on Reddit: Run Claude ‘Computer Use’ on MacOS
October 23, 2024 -

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!

🌐
Reddit
reddit.com › r/chatgptcoding › how to install and use claude code, maybe the best ai coding tool right now?
r/ChatGPTCoding on Reddit: How to Install and Use Claude Code, Maybe the Best AI Coding Tool Right Now?
February 26, 2025 -

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

Find elsewhere
🌐
Reddit
reddit.com › r/claudeai › how to install and use claude code, maybe the best ai coding tool right now?
r/ClaudeAI on Reddit: How to Install and Use Claude Code, Maybe the Best AI Coding Tool Right Now?
February 26, 2025 -

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

🌐
ClaudeLog
claudelog.com › home › install
Install Claude Code | ClaudeLog
Get Claude Code up and running on your system in just a few steps. This complete Claude Code installation and setup guide covers download, installation, configuration, and model selection for Windows, Mac, and Linux systems.
🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
Operating Systems: macOS 10.15+, Ubuntu 20.04+/Debian 10+, or Windows 10+ (with WSL 1, WSL 2, or Git for Windows) ... Some users may be automatically migrated to an improved installation method. After the installation process completes, navigate to your project and start Claude Code:
🌐
Reddit
reddit.com › r/macapps › claude finally has an official macos app and quick command
r/macapps on Reddit: Claude finally has an official macOS app and quick command
November 1, 2024 - In this situation, the Claude app is not transparent, edible the ChatGPT app, written in Swift, is transparent and the app is only available for Mac and not windows. Arc, also written in Swift, has transparency. Another great example is the adobe apps. They are not written in native code but they ...
🌐
Reddit
reddit.com › r/selfhosted › how to install and use claude code, maybe the best ai coding tool right now?
How to Install and Use Claude Code, Maybe the Best AI Coding Tool Right Now? : r/selfhosted
September 26, 2024 - 563K subscribers in the selfhosted community. A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web services, and online tools.
Top answer
1 of 3
5
I haven’t integrated CC into Xcode but I’ve been building in swift and Claude code heavily. At first I kept Xcode open a lot and used it to build and look at errors etc. However, after a week or two it became clear running builds using scripts was far more efficient.  It allowed the AI to tailor output, and selectively build (to find errors early) or build and run if something needed actual testing. Now I rarely open Xcode. I needed it this past weekend for Instruments to create traces on a challenging debug. Instead I use my old steady, pycharm for interactive git, branch management and git status. Sounds strange I imagine but it’s fine for my purposes. As for the Apple Intelligence feature for fixing warnings prior to any CC integration it was not useful. So I hope for anyone’s sake that is actually using Xcode that whatever is now available makes the IDE more useful.
2 of 3
2
I have it in xcode and it works exceptionally well for my rare occasions that i have to do iOS app stuff. since xcode26 came out all of the app stuff has been sooo easy. grant my iOS stuff i'm doing is pretty simple but still it's just instant magic. I would never use just day to day use cc in xcode though, i hate xcode, i use it because it's literally required that i do so, i mean at least xcode gentools is; however, if you're having to do any apple stuff it's the only way to go. if you're not having to do apple stuff, and still use it, you just really hate RAM or something
🌐
Mac Install Guide
mac.install.guide › ai › claude › computer-use
Claude Computer Use · Mac Install Guide
Anthropic claims that guardrails are in place to prevent this kind of abuse, but the API is still in beta, and guardrails are imperfect. As a cautionary example, watch a YouTube video where a Norwegian engineer tricks Claude Computer Use into posting to his Reddit account.
🌐
Reddit
reddit.com › r/claudeai › claude code is now available in our desktop app
r/ClaudeAI on Reddit: Claude Code is now available in our desktop app
1 month ago -

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

🌐
Bind AI IDE
blog.getbind.co › 2025 › 08 › 26 › how-to-install-claude-code-cli
How to Install Claude Code CLI – Bind AI IDE
August 27, 2025 - This script auto-downloads and installs the latest stable release of Claude Code CLI. To install the latest version or a specific release, append arguments: ... These commands will confirm a successful setup and check for required dependencies. macOS users, thanks to robust Unix tooling and first-class support, can expect a seamless experience with Claude Code CLI—empowering faster, smarter, AI-driven development directly from their Mac.