Everything you need to know about Kael-OS
Step-by-step guide to install Kael-OS on Arch Linux and other distributions
Get up and running with Kael-OS in minutes
Configure AI models, providers, and system settings
# Quick install with auto-installer
curl -sSL https://kael.leroyonline.co.za/install.sh | bash
# Or install from AUR
paru -S kael-os-ai
# or
yay -S kael-os-ai
# Download latest release
wget https://github.com/LeeTheOrc/kael-os/releases/latest/download/kael-os-linux.tar.gz
# Extract and install
tar -xzf kael-os-linux.tar.gz
cd kael-os
sudo ./install.sh
# Clone repository
git clone https://github.com/LeeTheOrc/kael-os.git
cd Kael-OS-AI
# Install dependencies
./scripts/install-all.sh
# Build
cargo build --release --manifest-path Kael-OS-AI/src-tauri/Cargo.toml
After installation, follow these steps to get started:
curl -fsSL https://ollama.com/install.sh | sh
ollama pull llama2
# or for better performance on modern hardware
ollama pull mistral
kael-os
Kael-OS can be configured through the Settings panel or by editing configuration files directly.
Configure which AI provider to use (Ollama, OpenAI API, etc.) and set your preferred models.
Kael-OS automatically detects and uses GPU acceleration when available. Configure GPU settings in the Performance section.
Ctrl+N - New chat
Ctrl+, - Open settings
Ctrl+K - Focus search
Ctrl+Q - Quit application
Detailed API documentation for developers building on top of Kael-OS
Can't find what you're looking for? Join our community on Discord or check out the GitHub Discussions.