Hydris

Connect Any System. Accelerate Every Mission.

  • Open Source

    Apache 2.0 open-source core

  • INTEROPERABLE

    gRPC API  · NATO standards

  • MODULAR & EXTENSIBLE

    via plugin SDK

play video
Tablet showing a green terrain map with tracked drones labeled UGS and a red marker labeled TRACED_HEAVY.

Hydris's open, plugin-based design rapidly integrates every sensor, unmanned asset, and decision support application into one taskable operational picture.

The operator stays in control.

From detection to action.

  • 1
    Connect anything
  • 2
    Decide faster
  • 3
    Act - from anywhere
01
Connect anything

Bring a new sensor, effector, or C2 system into service fast. Integrate once, and the capability works across every mission and deployment — without rebuilds or site-specific integration projects.

02
Decide faster

Hydris fuses data from every connected source into a shared operational picture at the tactical edge. AI-assisted to surface what matters and filter out the noise, it enables operators to make faster, more informed decisions under pressure — with a human in command.

03
Act, from anywhere

Turn decisions into effects in seconds. Seamlessly task manned and unmanned assets across domains through existing mission systems, C2 environments, or a single operational workspace.

Speaks the systems you already run.

Hydris integrates every system you field into a single control plane. Operators work through the interface they already trust — whether that's an existing C2 system or the Hydris UI. Hydris speaks:

API
Protocols & interfaces
Open gRPC/Protobuf API. TypeScript plugin SDK; client libraries for Python, Go, Rust. Apache-2.0.
COMMUNICATIONS
Radios & datalinks
MANET IP Radios, Starlink
MISSION SYSTEMS
C2 & battle management
into ATAK via CoT; integration into national BMS via standard interfaces.
UNMANNED SYSTEMS
Autopilots & UxS frameworks
PX4, ArduPilot, MAVLink. Proprietary autopilots via plugin.
SENSORS
Sensors & sensor management
SAPIENT for sensor tasking and cueing. Proprietary system command & control via plugin.

And more... We integrate new capabilities continuously.

Growing ecosystem of certified integrations.

Sensors, unmanned systems, C2 systems, — every integration is validated in a real deployment and available to every Hydris node in the network.

C2/BMS
EO/IR
Radar
EO/IR
UAS
GIS
Effector
WEATHER
LICENSE — Apache 2.0

import { attach, push, create, EntitySchema } from "@projectqai/proto/device";

import { MetricComponentSchema } from "@projectqai/proto/metrics";

await attach({

id: "openmeteo.service",

label: "Open-Meteo Weather",

device: { category: "Feeds" },

icon: "cloud-sun",

schema, // poll interval, rendered automatically

run: async (client, config, signal) => {

// Drop a pin on the map -> it becomes a live METOC station.

for await (const station of watchStations(client, signal)) {

const [weather, air, marine, flood] = await Promise.all([

fetchWeather(station), fetchAirQuality(station),

fetchMarine(station), fetchFlood(station),

]);

await push(client, create(EntitySchema, {

id: station.id,

metric: create(MetricComponentSchema, { metrics: [

...buildWeatherMetrics(weather), // temp · wind · gusts · pressure

...buildMarineMetrics(marine), // wave height · swell · currents

...buildAirQualityMetrics(air), // AQI · PM2.5 · CO · NO2

]}),

detection: detectHazards(weather, air), // thunderstorm · gusts · poor air

}));

}

},

});

Open core, sovereign capabilities.

The foundation is open source — auditable line by line, self-hosted or managed. The capabilities you build on top stay yours: protected, and under your control.

  • Apache 2.0 — fully auditable, yours to self-host
  • MOSA-aligned — no vendor lock-in
  • Protected edge — shared foundation

Ready to evaluate Hydris?

Tell us your use case. We'll scope an evaluation and get back within 2 business days.

Open field with scattered trees and bushes, with green forested hills beyond.Green meadow with scattered trees and a utility pole against forested mountains under a pale sky.