-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Download the build for your platform from the Releases page.
- Unzip
sightings-macos-<version>.zipand dragSightings.appto Applications. - The build is not yet notarized, so the first launch is refused. Open System Settings → Privacy & Security, scroll down and click Open Anyway (older macOS: right‑click the app and choose Open). This is a one‑time step.
- Plug in the DCA75. No driver is needed; the app connects automatically.
Works on Apple silicon and Intel Macs. libusb is bundled inside the app.
Two builds are on the Releases page. Either way, install the udev rule once so your user can open the unit without root (Flatpak cannot do this for you):
sudo curl -o /etc/udev/rules.d/60-dca75.rules https://raw.githubusercontent.com/drlholloway/sightings/main/packaging/linux/60-dca75.rules
sudo udevadm control --reload && sudo udevadm trigger
Then plug in (or replug) the unit.
Brings its own GTK and libusb, so nothing else to install.
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install --user sightings-linux-x64-<version>.flatpak
Sightings then appears in your app menu, or run flatpak run dev.laneholloway.Sightings. The app has raw USB access (--device=all), which the DCA75 needs. Data lives under ~/.var/app/dev.laneholloway.Sightings/.
- Extract
sightings-linux-x64-<version>.tar.gzanywhere, e.g.~/Apps/sightings(the udev rule is included in the archive too). - Run
./workbench.
Needs GTK 3 and libusb-1.0 from your distribution (Debian/Ubuntu: sudo apt install libgtk-3-0 libusb-1.0-0; Fedora: sudo dnf install gtk3 libusb1). Verified on Pop!_OS.
- Download
sightings-android-<version>.apkon the phone and open it. Allow installs from the browser when asked. - Connect the DCA75 with a USB OTG cable or adapter.
- Android offers to open Sightings and asks for USB permission; accept it.
The phone powers the unit over OTG. If the unit's screen does not light, keep its AAA battery fitted or use a powered OTG hub. Only phones with USB host support can install the app.