Getting Started with Crux

Quick Install

# Download the binary (macOS ARM64)
curl -fsSL https://github.com/trinsiklabs/crux/releases/latest/download/crux-aarch64-apple-darwin -o /usr/local/bin/crux
chmod +x /usr/local/bin/crux

# Or build from source
git clone https://github.com/trinsiklabs/crux.git
cd crux && cargo build --release
# Binary at target/release/crux (6.6MB, zero dependencies)

Adopt a Project

cd your-project
crux adopt claude-code   # or: cruxcli, opencode, cursor, windsurf, zed

This creates .crux/, generates the MCP config for your tool, sets up hooks (Claude Code), and imports any existing session history.

What You Get

Tool-Specific Setup

Choose your AI coding tool:

Any tool with MCP support can connect — just point it at crux mcp start.

Verify Installation

crux version    # shows version
crux health     # runs health checks
crux status     # shows session state
crux mcp status # lists all 57 MCP tools

Next Steps