A minimal Linux distro that boots straight into Claude Code. Alpine-based, 88 MB ISO.
Download ISO (88 MB)You just need one file: the ISO image (88 MB). Write it to any USB stick and boot from it. The USB stick just needs to be bigger than 88 MB — any standard USB stick works.
llm-os.isosudo dd if=llm-os.iso of=/dev/sdX bs=4M status=progress
# Test in QEMU before flashing qemu-system-x86_64 -cdrom llm-os.iso -m 1G
Alt+F2 for a normal shell if you need it.
./build.sh # needs Docker ./test.sh # needs QEMU