Get Astro Catalogue Viewer
Download the latest alpha release from GitHub or run directly from source (recommended).
Requirements
- macOS / Windows
- Python 3.13+ (or 3.10+ with PySide6)
- PySide6 (`pip install -r requirements.txt`)
Quick start
cd "Astro-Catalogue-Viewer"
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
python3 app/main.py
Need help installing?
Check the docs for setup tips, or open an issue on GitHub for help.