Skip to content

v1.0

Choose a tag to compare

@fazalur076 fazalur076 released this 11 Aug 13:36
· 16 commits to main since this release

Zip Archive Download & Extraction Instructions

  1. 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