v0.92.18
Install
Raspberry Pi 4 / 5 (Debian / Ubuntu ARM64)
wget https://github.com/DanWBR/NINA.Polaris/releases/latest/download/polaris_arm64.deb
sudo apt install ./polaris_arm64.debx64 Linux desktop / server (Debian / Ubuntu)
wget https://github.com/DanWBR/NINA.Polaris/releases/latest/download/polaris_amd64.deb
sudo apt install ./polaris_amd64.debVersioned downloads (pin to this exact release)
polaris_0.92.18_arm64.debpolaris_0.92.18_amd64.deb
Other Linux (portable tarball, you wire your own service)
wget https://github.com/DanWBR/NINA.Polaris/releases/download/v0.92.18/polaris-linux-x64.tar.gz
tar -xzf polaris-linux-x64.tar.gz
cd polaris-linux-x64
./NINA.PolarisReplace linux-x64 with linux-arm64 on ARM hosts.
Windows x64 / ARM64 (portable zip)
Download polaris-win-x64.zip (or polaris-win-arm64.zip),
extract, and run NINA.Polaris.exe. Open
http://localhost:5000 in any browser.
For unattended Windows installs see the optional NSSM /
scheduled-task recipes in
docs/user-guide/installation.md.
Android companion app (controller for your rig)
Download polaris-android.apk, copy it to your phone, and open
it (allow "install from unknown sources"). It connects to a
Polaris server running on your imaging computer.
Stable link:
https://github.com/DanWBR/NINA.Polaris/releases/latest/download/polaris-android.apk
iOS — join the public TestFlight beta:
https://testflight.apple.com/join/A3H24grh
Manual
The-Polaris-Handbook.pdf is the complete manual for this
release (300 pages: install, workflows, every tab, internals).
Stable link:
https://github.com/DanWBR/NINA.Polaris/releases/latest/download/The-Polaris-Handbook.pdf
Verification
All packages are self-contained: bundle .NET 10 runtime, no
separate dotnet install required.
Full Changelog: v0.92.17...v0.92.18