v1.0
Zip Archive Download & Extraction Instructions
- macOS (Apple Silicon & Intel)
Download cortex-macos.zip from Releases, then extract and install:
unzip cortex-macos.zip
cd release
bash install.sh
2. Linux (x86_64 & ARM64)
Download cortex-linux.zip from Releases, then extract and install:
unzip cortex-linux.zip
cd release
bash install-linux.sh
3. Windows (PowerShell 5.1 & 7+)
Download cortex-windows.zip from Releases, then extract and install:
Expand-Archive cortex-windows.zip -DestinationPath release
cd release
.\install.ps1