Counter-UAS
Detect, track, and engage drone threats through a unified C2 picture. Fuse radar, EO/IR, and RF sensors into a single track picture. Task effectors through SAPIENT or direct integration.
Furia C2 is the deployable composition host for the Furia ecosystem — an open-source, MOSA-aligned, NATO STANAG-compliant platform that turns an approved operational profile into an operator-ready C2 application.
Furia Core provides 22 SDK traits, a WASM plugin system, and a three-transport architecture (NATS, DDS, Zenoh) for multi-domain operations. Formal verification via TLA+ ensures mission-critical invariants.
Define your operational profile, select modules, configure integrations, and build your C2 composition.
Deploy with Furia Core services. Sandboxed WASM plugins run alongside native providers. NATS for messaging, DDS for real-time NATO compliance.
Operator-ready C2 through any UI — the SolidJS reference interface, ATAK via CoT, or a custom frontend built on @furia/ui.
Furia integrates every system you field into a single control plane. Operators work through the interface they already trust.
Open gRPC/Protobuf API. TypeScript plugin SDK; client libraries for Python, Go, Rust.
NATS, DDS, Zenoh. MANET IP radios, Starlink.
ATAK via CoT. Integration into national BMS via standard interfaces.
PX4, ArduPilot, MAVLink. Proprietary autopilots via plugin SDK.
SAPIENT for sensor tasking and cueing. STANAG 4586/4609.
STANAG 4586, 4609, 4676, 5525. STANREC 4869 SAPIENT. MOSA.
Every Furia SDK trait can be implemented by any crate — sensors, fusion engines, threat scoring, airspace management, kill chain orchestration, and more. Plugins run sandboxed via WASM.
import { furia_sdk } from "furia-sdk";
// A custom sensor adapter plugin
class RadarAdapter implements SensorAdapter {
async track(id: string): Promise<Track> {
const data = await this.radar.getTrack(id);
return {
id: data.track_id,
position: { lat: data.lat, lng: data.lng, alt: data.alt },
classification: data.class,
};
}
}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.
MIT / Apache 2.0 — fully auditable, yours to self-host
MOSA-aligned — no vendor lock-in, severable components
Protected edge — shared foundation, sovereign extensions
Detect, track, and engage drone threats through a unified C2 picture. Fuse radar, EO/IR, and RF sensors into a single track picture. Task effectors through SAPIENT or direct integration.
Fuse AIS, radar, and EO/IR into a shared maritime picture. Track vessels, detect anomalies, and coordinate response across distributed teams.
Bring existing CBRN sensors into the digital C2 environment. Legacy serial protocols, analog feeds, and proprietary APIs unified through the plugin SDK.
Get started with the documentation, explore the SDK, or join the community on GitHub.
Read the Docs