DDEV add-on that installs Claude Code using the native binary (no npm/Node.js dependency).
Based on FreelyGive/ddev-claude-code, for DDEV users. This version replaces npm with the native binary installer for a smaller footprint and faster startup.
ddev add-on get Gonzalo2683/ddev-claudecode-native
ddev restart
# Start Claude Code
ddev claude
# Get help
ddev claude --help
# Update Claude Code
ddev claude update
On first run, you will be prompted to authenticate. Your configuration is persisted in .ddev/claude-code/ across restarts.
By default, the latest version is installed. To change it, edit .ddev/web-build/Dockerfile.claude-code-native:
# Options: stable, latest, or specific version (e.g., 1.0.58)
ARG CLAUDE_VERSION=stable
Then rebuild:
ddev debug rebuild
ddev glab auth login
Configuration is persisted in .ddev/.glab-cli/.