Our agent is continuously fine-tuned through community-driven incentives, enabling contributors to collaborate and compete to produce the best possible AI agent.
Installation • Quick Start • Discord • Twitter • Changelog
curl -fsSL https://software.cortex.foundation/install.sh | shOr with wget:
wget -qO- https://software.cortex.foundation/install.sh | shirm https://software.cortex.foundation/install.ps1 | iex# Linux & macOS
CORTEX_VERSION=0.0.1c curl -fsSL https://software.cortex.foundation/install.sh | sh
# Windows PowerShell
$env:CORTEX_VERSION="0.0.1c"; irm https://software.cortex.foundation/install.ps1 | iex| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | cortex.tar.gz |
| Linux | ARM64 | cortex.tar.gz |
| macOS | Apple Silicon | cortex.tar.gz |
| macOS | Intel | cortex.tar.gz |
| Windows | x86_64 | cortex.zip |
| Windows | ARM64 | cortex.zip |
# Start a new session
cortex
# Or run a specific command
cortex "explain this codebase"Cortex can update itself:
cortex upgradeOr reinstall using the installation script.
sudo rm /usr/local/bin/Cortex
# Or if installed to ~/.local/bin
rm ~/.local/bin/CortexRemove-Item "$env:LOCALAPPDATA\Cortex\Cortex.exe"
# Remove from PATH via System Properties > Environment VariablesWe welcome contributions from the community! See our Contributing Guide for details.
Copyright © 2025 Cortex Foundation. All rights reserved.
