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.
- Streamlined Build/Run Workflow: The
cortex initcommand has been completely removed.cortex buildnow handles all environment caching and dependency installation, makingcortex runan 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 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.
- Global Binary Distribution: GitHub Releases now include raw compiled
cortex(andcortex.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.shand addedinstall.ps1for high-speed, single-command global deployment.
Status: CORTEX v2.5.9 PRODUCTION READY
Cortex v2.5.2 introduces Split Networking Architecture and Kubernetes Super-Pod alignment. This release focuses on ultra-low latency egress for cloud model providers and enterprise-grade isolation.
- Direct-to-Host Egress: Agent namespaces now bridge directly to host interfaces via
macvlan, bypassing the standard bridge bottleneck. - Latency Reduction: Benchmarked -12.1% reduction in egress latency for external API calls (HuggingFace, OpenAI, Anthropic).
- Zero-Copy Inter-Agent Sync: Maintained 0.05ms internal speed for agent-to-agent memory passing.
- Dynamic Firewall (nftables): Implemented manifest-driven network allowlisting directly in the runtime.
- Memory-Only Secret Injection: Sensitive credentials are now injected via
memfdsegments, leaving zero disk artifacts. - Hardware-Aware Status: Improved status emission for K8s orchestrators, including real-time cgroup limit awareness.
| Component | Metric | Result |
|---|---|---|
| Inter-Agent Sync | p50 Latency | 0.05ms |
| Network Egress | Latency vs Bridge | -12.1% |
| Memory RSS | Baseline | 21.4MB |
Status: CORTEX v2.5.2 PRODUCTION READY
Cortex v1.1.2 marks the transition from our experimental Mojo prototype to a production-hardened, multi-platform Rust engine. This release focuses on absolute security, industrial-grade performance, and high-concurrency execution for Multi-Agent Systems.
- AES-256-GCM Bundle Encryption: Added the ability to secure agent bundles (
.cortexfiles) with factory-grade encryption. - Argon2id Key Derivation: Professional password-to-key mapping to resist brute-force attacks.
- Absolute Vulnerability Shield: Upgraded
pyo3to 0.24.2 and cleared all dependency vulnerabilities (Trivy Certified: 0 Findings). - Secure Runtime Isolation: Enhanced virtual environment management for Python agents.
- Rust Orchestrator: Replaced the Mojo core with a high-concurrency Rust engine powered by
tokio. - Parallel Turbo Mode: Execute agent sequences in parallel with high-performance task scheduling.
- Zero-Copy Memory Mapping: Utilized
memmap2for ultra-fast loading of large GGUF/Safetensors weights without OOM. - Telemetry & Monitoring: Structured JSON logs provide real-time p99 latency tracking for mission-critical deployments.
- Cross-Platform Compilation: The 100% Rust-native core is now fully compatible with macOS and Windows, enabling consistent agent behavior across diverse operating environments.
- Global Installation: New
install.shfor single-command global deployment via GitHub (sh-compatible environments). - Flattened Documentation: Moved Quickstart, Usage, and requirements to root for instant accessibility.
- Lean Distribution: Purged legacy prototype bloat and example templates for a 100% Rust-native core.
Status: CORTEX v1.1.2 PRODUCTION READY