Universal Deployment: Installing Waifu AI OS Everywhere

Learn how to deploy your AI companion across any platform with ease

Linux Installation

(install-waifu-os :platform :linux
                 :features '(:gui :voice :hardware-accel))

For Debian-based systems:

sudo apt install sbcl
git clone https://github.com/waifu-os/core.git
cd core
./bootstrap.sh

💡 Pro Tip

Always run the compatibility check before installation:

(check-waifu-os-compatibility *current-platform*)