问题描述
The cortex-mem-cli binary is currently ARM64 only (Mach-O 64-bit executable arm64) and fails on x86_64 macOS with error:
zsh: bad CPU type in executable: cortex-mem-cli
影响
- ❌ Cannot run
cortex_maintenance for HNSW index building
- ❌ Cannot generate L0/L1 memory layers
- ❌ Three-tier memory architecture incomplete on Intel Macs
环境
- macOS: Darwin 21.6.0 (x86_64)
- Binary: cortex-mem-cli (ARM64 only)
- Service: cortex-mem-service (works, x86_64)
请求
Please provide:
- x86_64 binary for cortex-mem-cli, OR
- Universal binary (both ARM64 + x86_64), OR
- Cross-compile instructions for x86_64 target
临时方案
Currently using direct Qdrant API writes as workaround, but lacks semantic layer generation.
Thanks!
问题描述
The
cortex-mem-clibinary is currently ARM64 only (Mach-O 64-bit executable arm64) and fails on x86_64 macOS with error:zsh: bad CPU type in executable: cortex-mem-cli
影响
cortex_maintenancefor HNSW index building环境
请求
Please provide:
临时方案
Currently using direct Qdrant API writes as workaround, but lacks semantic layer generation.
Thanks!