A fun Linux distro with a 3D AI assistant built in.
v0.4.0 · Kubuntu 22.04 baseAlso available at /SHA256SUMS
gemma3:4bvibe install claudesha256sum vibeos-0.4.0.iso — must match abovesudo dd if=vibeos-0.4.0.iso of=/dev/sdX bs=4M status=progress — replace sdX with your actual USB deviceVibbey 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