Aborav3
TinyPMDownloadDocsWorkstationsArchivesv3v4
GitHub Download

Documentation

  • Screenshots
  • Introduction
  • Installation
  • Quick Start

Core Features

  • Desktop Environments
  • Installer
  • System Management

Tools & Commands

  • ANIX Profiles
  • TinyPM
  • Abora Commands

Configuration

  • System Config
  • Update Channels
  • Flatpak Setup

Advanced

  • Recovery & Rollback
  • Building from Source
  • Contributing

Abora Commands

Essential Abora utilities for system management, recovery, and configuration.

Command Reference

abora welcome

First-step status and quick actions for fresh installs

abora doctor

Check system health: Flatpak, themes, boot assets, updates, ANIX

abora doctor --fix

Auto-fix common issues found by doctor

abora recovery

Launch recovery and rollback workflows

abora setup

Installed system reconfiguration launcher

abora config

Safer local configuration changes without editing files

abora config set <key> <value>

Set specific configuration values

abora desktop list

List available desktop environments

abora desktop set <desktop>

Switch to a different desktop environment

Configuration Commands

Use these to modify system settings without editing files manually:

abora config set hostname my-pc
abora config set timezone America/New_York
abora config set desktop gnome
abora config set locale en_US.UTF-8
abora config apply

ANIX Integration

Abora commands often call ANIX or NixOS commands under the hood. You can also use ANIX directly:

• anix status — System status and generation info

• anix switch — Apply configuration changes

• anix rollback — Revert to previous generation

• anix history — View generation history

System Information

Get detailed system information:

uname -a # System and kernel info
lsb_release -a # Linux version
inxi -Fx # Detailed system report
neofetch # Pretty system info

Common Workflows

First Boot Checklist

abora welcome
anix status
abora doctor

System Troubleshooting

abora doctor
abora doctor --fix
anix history

Change Desktop

abora desktop list
abora config set desktop kde
reboot

For more details, see the ANIX guide or Recovery guide.