Skip to content

Installation

  1. Open the App Store on your iPhone or iPad.
  2. Search for ARIS Astrophotography (or use the direct link when available).
  3. Tap Get to install.
  4. Requires iOS 16.0 or later.
PlatformMinimum VersionNotes
iOS16.0+iPhone and iPad
Android8.0+ (API 26)ARM64 devices
WebModern browserChrome, Safari, Firefox, Edge

ARIS is a frontend control application. To control real equipment, you need an INDI server running on a computer connected to your imaging hardware. A Raspberry Pi is the most common choice.

  • A Raspberry Pi 4/5 (or any Linux machine) connected to your equipment via USB.
  • INDI drivers installed for your specific devices (mount, camera, focuser, etc.).
  • The ARIS backend service running on the same machine.
  • Your Pi and your phone/tablet on the same local network (Wi-Fi or Ethernet).

On your Raspberry Pi or Linux machine:

Terminal window
# Install INDI core and drivers
sudo apt-get install indi-bin
# Install device-specific drivers (examples)
sudo apt-get install indi-asi # ZWO cameras
sudo apt-get install indi-eqmod # EQ mounts
sudo apt-get install indi-gpsd # GPS support

The ARIS backend service manages the INDI server and exposes a REST API that the app connects to. See the backend deployment guide for detailed setup instructions.

Once the app is installed, you can either try the simulator to learn the interface, or connect to your equipment if your backend is already running.