Quick Start
GUI
Launch Astro-Up from the Start Menu or system tray. On first run:
- The catalog syncs automatically
- Navigate to Catalog to browse available software
- Switch to Installed to see what is already on your system
- Click any package for details, version history, and install options
The Dashboard gives an overview of installed software, available updates, and recent activity. The Settings view lets you configure all options.
CLI
sh
# Sync the catalog
astro-up sync
# Scan for installed software
astro-up scan
# Show all packages, installed, or outdated
astro-up show all
astro-up show installed
astro-up show outdated
# Search the catalog
astro-up search "plate solver"
# Install a package
astro-up install nina-app
# Update a specific package or all at once
astro-up update nina-app
astro-up update --all
# Check or initialize config
astro-up config show
astro-up config init
# Self-update Astro-Up itself
astro-up self-updateAll CLI commands support --json for machine-readable output.
What Happens During an Update
- Astro-Up checks the catalog for the latest version
- Downloads the installer with SHA-256 verification
- Runs the installer silently (or interactively if configured)
- Re-runs detection to verify the new version is installed
- Records the result in operation history