Installation¶
Requirements¶
- Python 3.11+
- macOS or Linux (Windows support is planned)
- uv — fast Python package manager (installed automatically by the installer)
Recommended: Claude Code Plugin¶
If you use Claude Code, install Crux as a plugin:
The plugin auto-installs the crux CLI on your first session. It also provides the Crux skill so Claude knows all available commands.
Alternative: Curl Installer¶
The fastest way to install Crux without the plugin:
The installer:
- Checks for
uvand installs it if missing - Installs
crux-clifrom PyPI viauv tool install - Initializes
~/.crux/directory structure - Installs the bundled Crux skill for Claude Code
- Reports any missing dependencies and next steps
Alternative: Manual Install with uv¶
If you already have uv installed:
Alternative: pip¶
Verify Installation¶
Check your environment is healthy:
crux doctor validates your directory structure, config files, dependencies, and auto-fixes what it can.
Upgrading¶
Check for updates without installing: