-
-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
CortexPrism edited this page Jun 17, 2026
·
1 revision
CortexPrism supports Linux, macOS, and Windows. Choose your platform below.
curl -fsSL https://raw.githubusercontent.com/CortexPrism/cortex/main/install.sh | bashRequirements: Kernel 4.x+, glibc 2.28+, Git
curl -fsSL https://raw.githubusercontent.com/CortexPrism/cortex/main/install.sh | bashRequirements: macOS 11.0 (Big Sur) or later, Git (via xcode-select --install)
git clone --depth 1 https://github.com/CortexPrism/cortex.git ~/.cortex
cd ~/.cortex
deno run --allow-all src/main.ts setupThe installer creates a cortex wrapper at ~/.deno/bin/cortex. Add to your shell profile:
echo 'export PATH="$HOME/.deno/bin:$PATH"' >> ~/.zshrc- Desktop automation uses
osascriptandscreencapture(built-in) - Mouse actions require
cliclick:brew install cliclick - Docker sandbox requires Docker Desktop
iwr -Uri https://raw.githubusercontent.com/CortexPrism/cortex/main/install.ps1 -OutFile install.ps1
.\install.ps1Requirements: Windows 10+, PowerShell 5.1+, Git for Windows
git clone --depth 1 https://github.com/CortexPrism/cortex.git $env:USERPROFILE\.cortex
cd $env:USERPROFILE\.cortex
deno run --allow-all src/main.ts setupThe Deno installer adds $env:USERPROFILE\.deno\bin to your PATH automatically. Restart your terminal after installation.
- Shell execution uses PowerShell by default
- Desktop automation uses PowerShell + .NET
System.Windows.Forms - Docker sandbox requires Docker Desktop with WSL2
- Service installation:
cortex daemon install
Download the latest binary from the Releases page. All binaries include SHA-256 checksums and optional GPG signatures.
macOS/Linux:
rm -rf ~/.cortex ~/.deno/bin/cortexWindows:
Remove-Item -Recurse -Force $env:USERPROFILE\.cortex
Remove-Item -Force $env:USERPROFILE\.deno\bin\cortex.exe- Getting Started — Configure and run
- Platform Compatibility — Feature parity across platforms
CortexPrism — Open-source agentic AI harness · MIT License · Built with Deno 2.x + TypeScript