AI-native Linux. Ubuntu 24.04 + KDE Plasma + Vibbey + Claude Code, in one ISO.
v2.0.0-rc1 · Ubuntu 24.04 LTS baseAlso available at /SHA256SUMS. Build details on GitHub.
sudo vibeos-recover-bootloader
Then reboot to the NVMe / SSD and Plasma comes up. Full explanation in the README. Source-side fix is in flight.
qwen2.5:3b (1.9 GB) baked in — works fully offline, no key required/usr/bin/claude. First-boot wizard prompts for your API keysha256sum vibeos-v2.0.0-rc1.iso — must match the SHA256 abovesudo dd if=vibeos-v2.0.0-rc1.iso of=/dev/sdX bs=4M status=progress conv=fsync
(replace sdX with your actual USB device, no partition number)
sudo vibeos-recover-bootloader, power off, then boot the NVMe / SSDThree open items before we drop the rc tag:
vibeos-bootloader-fix.sh so it works inside the Calamares chroot — the recovery script (which works on the live session) becomes obsolete. ~1 hour patch + one ISO rebuild./usr/share/ollama ownership ends up greeter:render after install (UID renumbering); needs a first-boot re-chown service.systemd-resolved not present as a service on the installed system despite the package being listed; investigate.None of these stop you running and using the OS today. Once they ship in the source you’ll see v2.0.0 here.
git clone https://github.com/Matswm86/vibeos.git
cd vibeos && git checkout v2
scripts/build.sh
Builds in a Docker container, ~30-45 min on a fresh checkout, ~10-15 min with a warm cache. ~50 GB free disk recommended for the transient build artefacts.