Get Astro Catalogue Viewer
Download the latest beta release from GitHub or grab direct builds for macOS, Windows, and Linux.
Choose your build
Latest v2.0 beta builds hosted on GitHub releases.
Source requirements
- macOS, Windows, or Linux.
- Python 3.13+ (or 3.10+ with PySide6)
- PySide6 (`pip install -r requirements.txt`)
Quick start
# macOS / Linux
cd "Astro-Catalogue-Viewer"
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
python3 app/main.py
# Windows (PowerShell)
cd "Astro-Catalogue-Viewer"
py -m venv .venv
.\.venv\Scripts\Activate.ps1
py -m pip install -r requirements.txt
py app\main.py
Need help installing?
Check the docs for setup tips, or open an issue on GitHub for help.