Skip to content

Releases: Dopove/Cortex

Cortex v2.5.10 Stable Release

13 May 12:25

Choose a tag to compare

🚀 Quick Install

Unix (Linux & macOS)
�[0;34mCortex Professional Installer Starting...�[0m
�[0;34mDetecting latest version...�[0m
�[0;32mTarget Version: v2.5.9�[0m
�[0;34mPlatform: Linux (x86_64)�[0m
�[0;34mDownloading binary from: https://github.com/Dopove/Cortex/releases/download/v2.5.9/cortex_v2.5.9_x64_linux_ubuntu.tar.gz�[0m
�[0;34mInstalling binary to /usr/local/bin...�[0m
�[0;32mCortex installed successfully!�[0m

�[0;32m========================================�[0m
�[0;32mCortex v2.5.9 is now available globally.�[0m
Try running: �[0;34mcortex --version�[0m
�[0;32m========================================�[0m

Windows (PowerShell)


Release Notes: Cortex v2.5.10

Cortex v2.5.10 introduces a streamlined core workflow and robust cross-platform stability. This release removes the deprecated init command, making the build step the single source of truth for environment preparation, and ensures graceful degradation on non-root systems.

🚀 Key Features

  • Streamlined Build/Run Workflow: The cortex init command has been completely removed. cortex build now handles all environment caching and dependency installation, making cortex run an instant, low-overhead execution command.
  • Graceful Isolation Fallback: Cortex now automatically detects if it's running with root privileges. If not, it gracefully disables cgroup and network namespacing features, preventing permission-denied errors and hangs on non-root systems while still providing basic process isolation.
  • CI/CD Stability: All cross-platform end-to-end tests are now passing, ensuring a reliable and consistent developer experience across Linux, macOS, and Windows.

Status: CORTEX v2.5.10 PRODUCTION READY

Cortex v2.5.9 Stable Release

05 Mar 12:48

Choose a tag to compare

🚀 Quick Install

Unix (Linux & macOS)
�[0;34mCortex Professional Installer Starting...�[0m
�[0;34mDetecting latest version...�[0m
�[1;33mWarning: Could not detect latest version via API, falling back to v2.5.9�[0m
�[0;32mTarget Version: v2.5.9�[0m
�[0;34mPlatform: Linux (x86_64)�[0m
�[0;34mDownloading binary from: https://github.com/Dopove/Cortex/releases/download/v2.5.9/cortex_v2.5.9_x64_linux_ubuntu.tar.gz�[0m
�[0;34mInstalling binary to /usr/local/bin...�[0m
�[0;32mCortex installed successfully!�[0m

�[0;32m========================================�[0m
�[0;32mCortex v2.5.9 is now available globally.�[0m
Try running: �[0;34mcortex --version�[0m
�[0;32m========================================�[0m

Windows (PowerShell)


Release Notes: Cortex v2.5.9

Cortex v2.5.9 introduces Direct-to-OS Binary Distribution and Multi-Platform Stability Fixes. This release focuses on simplifying the global installation process and ensuring ultra-reliable performance across all supported operating systems.

🚀 Key Features

  • Global Binary Distribution: GitHub Releases now include raw compiled cortex (and cortex.exe) binaries for instant deployment without local compilation.
  • Cross-Platform Stability: Resolved critical test failures on Windows and macOS, ensuring 100% behavior parity across all supported systems.
  • Modernized Installer: Refactored install.sh and added install.ps1 for high-speed, single-command global deployment.

Status: CORTEX v2.5.9 PRODUCTION READY