Configuration
Post-Install Recommendations
Useful software and services to set up after installing Genesi OS.
Install common software
# Development
sudo pacman -S code docker git
# Media
sudo pacman -S vlc gimp inkscape
# Office & gaming
sudo pacman -S libreoffice steam lutrisEnable services
# Docker
sudo systemctl enable --now docker
sudo usermod -aG docker $USER
# Bluetooth
sudo systemctl enable --now bluetoothTweak the desktop
- System Settings → Appearance — the GenesiOS color scheme and glass theme.
- System Settings → Power Management — tune for laptop or desktop.
- Right-click the desktop → Configure Desktop and Wallpaper to change the background.
Local AI
# Ollama
curl -fsSL https://ollama.ai/install.sh | sh
ollama pull llama3.2Running a model automatically triggers AI Mode.