Public distribution repo for the Crux CLI build artifacts and mirrored CLI source snapshots.
Install the latest GitHub release:
curl -fsSL https://raw.githubusercontent.com/Royaltyprogram/crux-cli/main/scripts/install.sh | shInstall a specific release:
CRUX_VERSION=<release-tag> curl -fsSL https://raw.githubusercontent.com/Royaltyprogram/crux-cli/main/scripts/install.sh | shRe-upload all local Codex sessions after clearing the saved upload cursor:
crux collect --reset-sessionsIf one local session is rejected with Invalid Params, the collector now skips that session, records it in the JSON result, and continues with the rest of the backlog.
Current mirrored release artifacts:
- source repository:
Royaltyprogram/aiops - source commit:
627f308 - mirrored version:
0.1.0-beta.2-627f308 - artifact path:
artifacts/crux-0.1.0-beta.2-627f308-linux-amd64.tar.gz
The installer now selects the newest published release that has a bundle for the current platform, so macOS and Linux can resolve different latest tags when the mirrored assets differ by platform.
Current mirrored CLI source snapshot:
- source repository:
Royaltyprogram/aiops - source commit:
cc0f6db - mirrored paths:
source/cmd/crux/,source/scripts/install_local_dev.sh - note: the mirrored CLI source files are unchanged relative to the
627f308release snapshot; this source snapshot is refreshed against the currentaiopsHEAD