Available Packages
alpacabridge v1.0.2
A complete ASCOM Alpaca server. Place it at the mount, connect your gear once, and access everything over the network
from any imaging software — NINA, SGP, or anything that speaks Alpaca. Drivers are
validated against ConformU for correctness, not just convenience.
Repository Details
Distribution
Debian 13 Trixie
Architectures
amd64, arm64
Component
main
Signing Key
openastro-archive-keyring.gpg
Install Instructions
1
Add the OpenAstro signing key:
sudo curl -fsSL https://apt.openastro.net/repo/openastro-archive-keyring.gpg \
| sudo gpg --dearmor -o /usr/share/keyrings/openastro-archive-keyring.gpg
2
Add the repository to your sources:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/openastro-archive-keyring.gpg] \
https://apt.openastro.net trixie main" \
| sudo tee /etc/apt/sources.list.d/openastro.list
3
Update and install a package:
sudo apt update
sudo apt install alpacabridge
Update Instructions
1
Refresh the package list and upgrade:
sudo apt update
sudo apt upgrade alpacabridge