Install ClaimCraft

Get started in minutes with platform-specific setup instructions

npm

$npm install -g claimcraft-ai

Requires Node.js 18+. Verify with node -v first.

claimcraft --version to verify.

pip

$pip install claimcraft-ai

Python 3.10+ recommended. Creates isolated venv if desired.

claimcraft --version to verify.

Homebrew

$brew install claimcraft-ai/tap/claimcraft

macOS and Linux supported. Updates via brew upgrade.

Docker

$docker pull claimcraft/claimcraft-ai:latest

Pre-configured Python 3.11 + Node 18 environment.

Binary

$curl -fsSL https://install.claimcraft.ai | sh

Linux x86_64 and ARM64 builds available. Checksums verified.

Source

$git clone https://github.com/claimcraft/claimcraft && cd claimcraft && make install

Requires Go 1.21+ toolchain. Full test suite runs on install.

Quick Verify

bash
```bash
# Check ClaimCraft version
claimcraft --version

# Run health check
claimcraft doctor

# List available commands
claimcraft --help
```

Ready to automate claims workflows

Start Free Trial