VibeOS

A fun Linux distro with a 3D AI assistant built in.

v0.4.0 · Kubuntu 22.04 base
Download VibeOS 0.4.0 ISO
vibeos-0.4.0.iso 4.7 GB
SHA256
a23f653e8c762efaa6ad85ffbedad649ee899c9d1fbf5a42f600a26b7e71f4f0

Also available at /SHA256SUMS

What’s inside

How to boot it

  1. Verify the download: sha256sum vibeos-0.4.0.iso — must match above
  2. Flash to a USB stick (8 GB or larger): sudo dd if=vibeos-0.4.0.iso of=/dev/sdX bs=4M status=progress — replace sdX with your actual USB device
  3. Or use balenaEtcher (cross-platform GUI)
  4. Reboot, hit F12 / F2 / Esc / Del (depends on your BIOS) and pick the USB stick
  5. Try it live first. When you’re happy, run the installer from the desktop
This is v0.4.0. It’s the first ISO release. Expect rough edges. Report anything weird at github.com/Matswm86/vibeos/issues.

Smart-mode options

Vibbey tries three backends in order: your own Groq key → a free 300-message bootstrap proxy → local Ollama. All three are optional — out of the box Vibbey falls straight to Ollama, which works fully offline.

To activate the free 300-message bootstrap tier (faster responses), run this once after boot:

curl -X POST https://groq.mwmai.no/bootstrap \
  | python3 -c 'import sys,json; print(json.load(sys.stdin)["token"])' \
  > ~/.vibeos/groq.token
systemctl --user restart vibbey