Releases: cxlinux-ai/cx-distro
Releases · cxlinux-ai/cx-distro
v0.2.0
CX Linux v0.2.0
Installation
Quick Install (recommended):
curl -fsSL https://raw.githubusercontent.com/cxlinux-ai/cx-distro/main/scripts/install.sh | sudo bashManual Install:
# Download packages
wget https://github.com/cxlinux-ai/cx-distro/releases/download/v0.2.0/cx-archive-keyring_*.deb
wget https://github.com/cxlinux-ai/cx-distro/releases/download/v0.2.0/cx-core_*.deb
# Install
sudo dpkg -i cx-archive-keyring_*.deb cx-core_*.deb
sudo apt-get install -fVerification
sha256sum -c SHA256SUMSDocumentation
See https://cxlinux.ai/docs for full documentation.
Note: ISO images will be available in a future release.
v0.1.0 - Initial cortex-distro release
Complete ISO build pipeline for Cortex Linux.
Features
ISO Build System
- live-build configuration for Debian 13 (trixie)
- Automated installation via preseed
- First-boot provisioning system
Meta-packages
cortex-core- Base system configurationcortex-full- Complete workstation installcortex-secops- Security operations toolingcortex-llm- LLM/AI development stack
GPU Enablement
cortex-gpu-nvidia- NVIDIA driver + CUDAcortex-gpu-amd- AMD ROCm stack- Secure Boot MOK signing support
CLI Tools
cortex-upgrade- Safe upgrades with LVM/Btrfs/ZFS snapshot rollbackcortex-gpu- GPU detection and enablementcortex-verify- Offline integrity verification
Infrastructure
- APT repository management with GPG signing
- SBOM generation (CycloneDX, SPDX)
- GitHub Actions CI/CD with reproducibility testing
- Hardware compatibility matrix
- Key rotation runbook
Quick Start
git clone https://github.com/cortexlinux/cortex-distro.git
cd cortex-distro
sudo ./scripts/build.sh offline