Get Started
Quick Start
Already installed Abora OS? Here are the first five things to do.
1
Check your system
Verify the ANIX layer is working and your system is in a clean state.
anix status2
Run health checks
Abora doctor validates your bootloader, Flatpak, update channel, desktop profile, and scripts.
abora doctor3
Update to latest packages
Pull the latest NixOS packages. This does not change the Abora release: it updates the Nix store closure.
sudo nixos update4
Install your apps
Use grab for one-off installs or abora apps for curated bundles.
grab firefox # install via best source (Nix or Flatpak)
grab -f obsidian # force Flatpak
abora apps # pick a bundle5
Explore ANIX
ANIX is the primary way to manage your system configuration.
anix show # see your current config
anix set desktop kde # switch desktop
anix apply # rebuild and activate
anix rollback # undo if something breaksEssential commands
anix statusSystem summarysudo nixos updateApply latest updatesanix rollbackUndo last changeabora doctorHealth checkabora recoveryRecovery menugrab <app>Install an appanix generationsList system historyanix gcFree disk space