Download

Get Astro Catalogue Viewer

Download the latest beta release from GitHub or grab direct builds for macOS, Windows, and Linux.

Direct downloads

Choose your build

Latest v2.0 beta builds hosted on GitHub releases.

macOS

Pick the right build for Apple Silicon or Intel Macs.

Windows

Windows 10/11 64-bit build.

Linux

Tested on Ubuntu-based distros.

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.