Install
The canonical install instructions live in the project README and are summarised here.
Install script (no Python required)
Windows (PowerShell):
irm https://pub-bbeb86c46454443ca76521dd4d29818e.r2.dev/install.ps1 | iex
Linux:
curl -fsSL https://pub-bbeb86c46454443ca76521dd4d29818e.r2.dev/install.sh | sh
Pin a version by setting CRM_VERSION (e.g. v0.6.0). The binary is unsigned;
Windows SmartScreen may warn on first run.
From source
pip install -e .
crm --version
Requires Python ≥ 3.9. See the README for the full per-platform walkthrough.