Choose your platform and get started with local AI
Kael-OS is optimized for Arch Linux with native packaging and automatic updates
Get automatic updates via pacman with our official repository. Packages are GPG signed and mirrored across multiple servers.
# Add the repository to pacman.conf
sudo tee -a /etc/pacman.conf > /dev/null << 'EOF'
# Kael-OS Custom Repository
# Mirrors: GitHub → Firebase → WebDAV
[kael-os]
SigLevel = Optional TrustAll
Server = https://github.com/LeeTheOrc/kael-os/releases/download/v0.7.1
Server = https://storage.googleapis.com/kael-os.firebasestorage.app/repo/x86_64
Server = https://kael.leroyonline.co.za/repo/x86_64
EOF
# Sync and install
sudo pacman -Sy kael-os-bin
# Or with paru
paru -Sy kael-os-bin
curl -sSL https://kael.leroyonline.co.za/install.sh | bash
# Using paru
paru -S kael-os-ai
# Using yay
yay -S kael-os-ai
# Manual installation
git clone https://aur.archlinux.org/kael-os-ai.git
cd kael-os-ai
makepkg -si
If you installed from the custom repository, updates are automatic with pacman:
# Update with pacman
sudo pacman -Syu
# Or with paru
paru -Syu
✅ All packages are GPG signed
✅ Mirrored across 3 servers for reliability
✅ Automatic fallback if one mirror is down
For Debian, Ubuntu, Fedora, and other distributions
# Download latest release
wget https://leroyonline.co.za/kael/downloads/desktop/kael-os-0.5.0-x86_64.tar.gz
# Verify checksum
echo "aaa04d8b18369d2a3c9a0f7ab52be464a590a8daedb7f43e887435786a7ba597 kael-os-0.5.0-x86_64.tar.gz" | sha256sum -c
# Extract
tar -xzf kael-os-0.5.0-x86_64.tar.gz
cd kael-os-0.5.0-x86_64
# Install (copies to /usr/bin and creates desktop entry)
sudo ./install.sh
# Or manually
sudo cp bin/kael-os /usr/bin/
sudo cp share/applications/kael-os.desktop /usr/share/applications/
sudo cp share/icons/hicolor/512x512/apps/kael-os.png /usr/share/icons/hicolor/512x512/apps/
# Run
kael-os
Run on any Linux distribution without installation
# Download AppImage
wget https://github.com/LeeTheOrc/kael-os/releases/latest/download/Kael-OS.AppImage
# Make executable
chmod +x Kael-OS.AppImage
# Run
./Kael-OS.AppImage
For developers and advanced users
rustup)
# Clone repository
git clone https://github.com/LeeTheOrc/kael-os.git
cd Kael-OS-AI
# Install dependencies
./scripts/install-all.sh
# Build release version
cargo build --release --manifest-path Kael-OS-AI/src-tauri/Cargo.toml
# Run
cargo run --release --manifest-path Kael-OS-AI/src-tauri/Cargo.toml
After installing Kael-OS, here's what to do next: