Skip to content

v0.98.4

Choose a tag to compare

@github-actions github-actions released this 11 Aug 11:31
· 4 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.98.4_arm64.deb
  • polaris_0.98.4_amd64.deb

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

wget https://github.com/DanWBR/NINA.Polaris/releases/download/v0.98.4/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.

Native camera support needs the vendor driver. The zip does not
bundle the camera SDKs, so install the maker's Windows driver for
the cameras you actually own (ZWO ASI, ToupTek, Altair, SVBony,
Player One) and Polaris picks them up. ASCOM and INDI cameras need
none of that.

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.98.3...v0.98.4