INDI Allsky

INDI Allsky APT Repository

Official Debian, Raspberry Pi OS & Ubuntu Package Repository

Install and maintain INDI Allsky and pre-compiled 3rd-party camera drivers natively using standard apt.

1

Add GPG Keyring

sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://aaronwmorris.github.io/indi-allsky/key.gpg | \
  sudo gpg --dearmor -o /etc/apt/keyrings/indi-allsky.gpg
sudo chmod a+r /etc/apt/keyrings/indi-allsky.gpg
2

Add Repository Source (Stable)

sudo tee /etc/apt/sources.list.d/indi-allsky.sources <<EOF
Types: deb
URIs: https://aaronwmorris.github.io/indi-allsky
Suites: $(lsb_release -cs)
Components: stable
Signed-By: /etc/apt/keyrings/indi-allsky.gpg
EOF

Stable channel: Recommended for all production systems. Receives tested, tagged releases.

3

Install Package

sudo apt update && sudo apt install -y indi-allsky
Architectures: arm64 (Pi 4/5), amd64 (x86_64)
Distributions: Bookworm (12), Trixie (13), Noble (24.04)