MIT / Apache 2.0 MOSA-aligned NATO STANAG v0.1.0

Deployable C2 Platform. Connect Any Asset. Command Any Mission.

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.

Composable C2, built on open standards.

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.

  • 22 SDK traits for sensors, effectors, fusion, planning, and more
  • Sandboxed WASM plugin system for safe extensibility
  • Three-transport: NATS (default), DDS (NATO real-time), Zenoh (edge mesh)
  • MOSA-aligned — no vendor lock-in, severable components
  • Formal verification with TLA+ models for kill chain, auth, mission planning

From profile to operations.

01

Compose

Define your operational profile, select modules, configure integrations, and build your C2 composition.

02

Deploy

Deploy with Furia Core services. Sandboxed WASM plugins run alongside native providers. NATS for messaging, DDS for real-time NATO compliance.

03

Command

Operator-ready C2 through any UI — the SolidJS reference interface, ATAK via CoT, or a custom frontend built on @furia/ui.

Speaks the systems you already run.

Furia integrates every system you field into a single control plane. Operators work through the interface they already trust.

API

Open gRPC/Protobuf API. TypeScript plugin SDK; client libraries for Python, Go, Rust.

Communications

NATS, DDS, Zenoh. MANET IP radios, Starlink.

Mission Systems

ATAK via CoT. Integration into national BMS via standard interfaces.

Unmanned Systems

PX4, ArduPilot, MAVLink. Proprietary autopilots via plugin SDK.

Sensors

SAPIENT for sensor tasking and cueing. STANAG 4586/4609.

Standards

STANAG 4586, 4609, 4676, 5525. STANREC 4869 SAPIENT. MOSA.

22 traits. One SDK. Infinite extensions.

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.

PolicyProviderSensorAdapterFusionEngineThreatScorerKillChainOrchestratorEngagementPlannerAirspaceManagerDispatchAdapterAssessmentEngineLogisticsProviderTerrainAnalystCbrnProviderAcousticProviderEWSimProviderIntentProviderDecisionTreeProviderExportAdapterUiPluginSimulationProviderDecompositionStrategyInterceptorPairingProviderCivilianDensityProvider
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,
    };
  }
}

Growing ecosystem of integrations.

C2 C2 / BMS
EO EO/IR
Ra Radar
UA UAS
GI GIS
Ef Effector
We Weather
CB CBRN

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.

MIT / Apache 2.0 — fully auditable, yours to self-host

MOSA-aligned — no vendor lock-in, severable components

Protected edge — shared foundation, sovereign extensions

Furia in the field.

Counter-UAS
Monitoring Lower Airspace

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.

Detect-to-EngageC-UASAirspace
Maritime Domain Awareness
Collision Avoidance

Maritime Domain Awareness

Fuse AIS, radar, and EO/IR into a shared maritime picture. Track vessels, detect anomalies, and coordinate response across distributed teams.

Track-to-AvoidMaritimeFusion
Legacy Sensor Integration
CBRN Reconnaissance

Legacy Sensor Integration

Bring existing CBRN sensors into the digital C2 environment. Legacy serial protocols, analog feeds, and proprietary APIs unified through the plugin SDK.

Sense-to-WarnCBRNIntegration

Ready to deploy Furia C2?

Get started with the documentation, explore the SDK, or join the community on GitHub.

Read the Docs