CaelumOS
Latest Release
Download the official bootable developer operating system image for bare-metal hardware and virtualized infrastructure environments.
CaelumOS Standalone ISO
x86_64 & ARM64
Intel, AMD, Apple SiliconHybrid ISO / USB
UEFI 64-bit bootableDocker & Terraform
Local daemon supervisorGitHub Releases
Automated CI/CD buildHow CaelumOS Releases Are Built & Distributed
From source code commit to your bootable USB, every release follows an automated, transparent build and verification pipeline.
CaelumOS Repository
Core OS definitions, Linux kernel build config, and supervisor runtime
Build Bootable OS
Automated CI/CD compiling minimal immutable kernel, compositor, and tooling
GitHub Release
Cryptographically signed release asset published with SHA-256 checksums
CaelumOS ISO
Universal hybrid bootable ISO image generated for bare-metal and VMs
caleum.me/download
Official verified distribution hub serving direct binary downloads
User Downloads ISO
Engineer flashes USB or boots VM directly into infrastructure environment
Hardware & Virtualization Guide
Prerequisites for booting CaelumOS on physical hardware or hypervisors.
Minimum Hardware Requirements
- CPU: 64-bit x86_64 or ARM64 processor (2+ cores)
- RAM: 4 GB minimum (8 GB recommended for heavy containers)
- Disk: 20 GB free storage (NVMe / SSD recommended)
- Firmware: UEFI 64-bit firmware with Secure Boot support
- Virtualization: Intel VT-x or AMD-V enabled in BIOS
Boot Media Preparation (Preview)
When the ISO is published, you will be able to flash it to a USB drive using standard tools such as `dd`, BalenaEtcher, or Rufus:
# Flash image to USB drive (Linux/macOS)
sudo dd if=caelum-os-v0.1.0.iso of=/dev/sdX bs=4M status=progressCompatible with VMware Workstation, VirtualBox, Proxmox VE, and QEMU/KVM.