Skip to content

Use native installer for Claude Code#1

Open
dstengle wants to merge 3 commits intomainfrom
update-claude-install-method
Open

Use native installer for Claude Code#1
dstengle wants to merge 3 commits intomainfrom
update-claude-install-method

Conversation

@dstengle
Copy link
Owner

@dstengle dstengle commented Mar 9, 2026

Summary

  • Replace npm install -g @anthropic-ai/claude-code with curl -fsSL https://claude.ai/install.sh | bash
  • The native installer is now the recommended method and includes automatic background updates

Test plan

  • Rebuild devcontainer and verify claude command is available

🤖 Generated with Claude Code

dstengle and others added 3 commits March 9, 2026 21:38
The recommended installation method for Claude Code is now the native
installer script, which also provides automatic background updates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docker-outside-of-docker fails to install in some environments.
docker-in-docker runs its own daemon and is more portable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Set moby to false to use the official Docker CE engine instead of
the Moby build, which may resolve the installation failure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant