Skip to content

Cortex v2.5.10 Stable Release

Latest

Choose a tag to compare

@github-actions github-actions released this 13 May 12:25

🚀 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