Quick Start Guide
Get up and running with Abora OS v3.14 in 5 minutes.
Use the Abora CLI
Run abora to access the main menu with all tools and settings:

Your First Boot Experience
After installation completes and the system boots for the first time, you'll see the Abora welcome dialog:

Welcome modal with guided tour option

Activities overview screen for workspace management
First 5 Minutes After Login
- 1.
Open a terminal
Press
Ctrl+Alt+T - 2.
Check your system
anix status - 3.
Install an app
grab firefox - 4.
Run a system check
abora doctor - 5.
You're set!
Start exploring or follow guides below.
Finding and Launching Apps
Abora provides flexible app launchers to suit your workflow. You can browse all installed applications or quickly access favorites:

Grid View: Browse all installed apps by category

Carousel: Quick access to recent or favorite apps
Common First-Time Tasks
Change Your Desktop
Switch from your current desktop to a different one (e.g., KDE, Hyprland):
Install Multiple Applications
Add common development or productivity tools:
Update Your System
Keep your Abora install up to date:
View Your System History
See all previous system generations:
Rollback to a Previous State
If something breaks, go back instantly:
Essential ANIX Commands
anix status
Show current system generation, NixOS version, and uptime
anix switch
Apply configuration changes to your system
anix rollback
Instantly revert to your previous system state
anix history
View all available system generations with timestamps
grab <package>
Install a package using TinyPM
abora doctor
Check system health and configuration
File Locations You'll Use
/etc/nixos/configuration.nix
Your main system configuration file
/etc/nixos/abora-local.nix
Abora-specific local settings (hostname, timezone, desktop)
~/.config/
User application configurations
Next Steps
Having trouble? Check out the Recovery guide or visit the GitHub repository.