Installation
Install Methods
Section titled “Install Methods”curl -fsSL https://raw.githubusercontent.com/StringKe/claudex/main/install.sh | bashThe install script auto-detects your OS and architecture, downloads the latest release from GitHub, and installs to ~/.local/bin/claudex.
Override the install directory:
CLAUDEX_INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/StringKe/claudex/main/install.sh | bashcargo install --git https://github.com/StringKe/claudexRequires the Rust toolchain. The binary will be installed to ~/.cargo/bin/claudex.
Download the pre-built binary for your platform from GitHub Releases.
Available targets:
x86_64-unknown-linux-gnux86_64-unknown-linux-muslaarch64-unknown-linux-gnuaarch64-unknown-linux-muslx86_64-apple-darwinaarch64-apple-darwinx86_64-pc-windows-msvc
Extract and place the binary in your PATH:
tar xzf claudex-v*.tar.gzchmod +x claudexmv claudex ~/.local/bin/System Requirements
Section titled “System Requirements”| Requirement | Details |
|---|---|
| OS | macOS (Intel / Apple Silicon), Linux (x86_64 / ARM64), Windows (x86_64) |
| Claude Code | Must be installed and accessible as claude in your PATH |
| Optional | Ollama for smart routing and context engine features |
Verify Installation
Section titled “Verify Installation”claudex --versionNext Steps
Section titled “Next Steps”After installation, configure your first provider profile.