[BUG] Native installer reports success but binary missing on Void Linux
Resolved 💬 4 comments Opened Jan 26, 2026 by joeltco Closed Feb 28, 2026
Description
Native installer completes with success message but no binary is created at ~/.local/bin/claude.
System
- OS: Void Linux (glibc)
- Arch: x86_64
- Shell: bash
Steps to Reproduce
- Run
curl -fsSL https://claude.ai/install.sh | bash - Installer outputs 'Claude Code successfully installed\!' with location ~/.local/bin/claude
- Binary does not exist at that path
which claudereturns nothing
Expected Behavior
Binary should exist at ~/.local/bin/claude after successful installation message.
Workaround
Using npm installation (npm install -g @anthropic-ai/claude-code) works fine.
Additional Context
Void Linux uses runit as init system. Not sure if relevant.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗