Skip to content

An intelligent coding assistant focused on optimizing code for raw performance and system efficiency at scale.

Notifications You must be signed in to change notification settings

CortexLM/cortex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cortex

The Agent-Native Development CLI

Our agent is continuously fine-tuned through community-driven incentives, enabling contributors to collaborate and compete to produce the best possible AI agent.

Release Discord Twitter

InstallationQuick StartDiscordTwitterChangelog


Installation

Linux & macOS

curl -fsSL https://software.cortex.foundation/install.sh | sh

Or with wget:

wget -qO- https://software.cortex.foundation/install.sh | sh

Windows (PowerShell)

irm https://software.cortex.foundation/install.ps1 | iex

Install a specific version

# 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

Manual Download

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

Quick Start

# Start a new session
cortex

# Or run a specific command
cortex "explain this codebase"

Update

Cortex can update itself:

cortex upgrade

Or reinstall using the installation script.


Uninstall

Linux & macOS

sudo rm /usr/local/bin/Cortex
# Or if installed to ~/.local/bin
rm ~/.local/bin/Cortex

Windows

Remove-Item "$env:LOCALAPPDATA\Cortex\Cortex.exe"
# Remove from PATH via System Properties > Environment Variables

Contributing

We welcome contributions from the community! See our Contributing Guide for details.


License

Copyright © 2025 Cortex Foundation. All rights reserved.

About

An intelligent coding assistant focused on optimizing code for raw performance and system efficiency at scale.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published