Skip to content

v0.94.8

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:30
· 343 commits to master since this release

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.deb

x64 Linux desktop / server (Debian / Ubuntu)

wget https://github.com/DanWBR/NINA.Polaris/releases/latest/download/polaris_amd64.deb
sudo apt install ./polaris_amd64.deb

Versioned downloads (pin to this exact release)

  • polaris_0.94.8_arm64.deb
  • polaris_0.94.8_amd64.deb

Other Linux (portable tarball, you wire your own service)

wget https://github.com/DanWBR/NINA.Polaris/releases/download/v0.94.8/polaris-linux-x64.tar.gz
tar -xzf polaris-linux-x64.tar.gz
cd polaris-linux-x64
./NINA.Polaris

Replace 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.94.7...v0.94.8