Built on Tauri v2 and Rust, consuming significantly less memory than Electron-based alternatives.
Deep integration with KWallet and GNOME Keyring for secure credential storage.
Add multiple Ollama endpoints, monitor health status, and switch between them instantly.
Collapsible panels for models that expose chain-of-thought reasoning (e.g. DeepSeek-R1).
# 1. Import signing key
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://nikoteressi.github.io/alpaka-desktop/apt/key.gpg \
| sudo tee /etc/apt/keyrings/alpaka-desktop.asc > /dev/null
# 2. Add repository
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/alpaka-desktop.asc] \
https://nikoteressi.github.io/alpaka-desktop/apt stable main" \
| sudo tee /etc/apt/sources.list.d/alpaka-desktop.list
# 3. Install
sudo apt update && sudo apt install alpaka-desktop