Hydris Documentation
Home Assistant for The Outdoors
Installing
Download the latest Windows desktop release, extract it, and run the application.
Download the latest Mac desktop release and extract it.
macOS will say that Apple cannot verify the app. To allow it:
- Open System Settings → Privacy & Security
- Scroll down to the message saying the app "was blocked to protect your Mac"
- Click Open Anyway
Download the macOS binary and run:
chmod +x hydris
./hydrisIf macOS blocks the unsigned binary, remove the quarantine attribute:
xattr -d com.apple.quarantine hydrisHydris starts on localhost:50051 with a web UI at http://localhost:50051
Download the Windows executable and run:
./hydris.exeHydris starts on localhost:50051 with a web UI at http://localhost:50051
Download the Linux binary (x86_64 or ARM):
chmod +x hydris
./hydrisHydris starts on localhost:50051 with a web UI at http://localhost:50051
- On your Android device, open the latest release in your browser
- Download the
.apkfile - When prompted, allow installation from unknown sources
- Tap the downloaded APK to install
Run Hydris using Docker:
docker run -p 50051:50051 -ti ghcr.io/projectqai/hydris:latestTo persist world state across restarts, add a volume:
docker run -p 50051:50051 -v hydris-data:/data -ti ghcr.io/projectqai/hydris:latest -w /data/world.yamlHydris starts on localhost:50051 with a web UI at http://localhost:50051
Deploy Hydris to your cluster using the manifest from the repo:
kubectl apply -f https://raw.githubusercontent.com/projectqai/hydris/main/scripts/deploy.yamlGetting Started
Operator Guide
Download, deploy, and configure Hydris. Connect and configure systems, feeds, mesh radios, and manage integrations, no code required.Get running
Developer Guide
Build custom integrations with the Hydris and get access to a vast ecosystem. Create reconcilers on top of the situational awareness picture, feed sensor data into it, or connect your mission systems.Start building