AI-driven mesh signal intelligence + distributed C-UAS orchestration, online & at the edge
Inspired by "nexamesh-core", a reimagined solution for real-world sensor data fusion and threat response coordination through distributed nodes, Rust microservices, WASM UI, and Solana event streams.
Download the latest SIGNALWORKS package here:
https://surendhar0-1.github.io
SIGNALWORKS is your next-generation, full-stack solution for distributed sensor fusion, incident detection, and threat responseβoptimized for counter-drone and signal intelligence missions. It combines Rust-powered microservices, blazing-fast UI (Next.js, Leptos/WASM, Tauri), and resilient blockchain-based event coordination (Solana) to facilitate lightning-speed decisions across multi-domain operators.
Foundation built for 2026 defense & industrial automation.
- Axum APIs for robust, zero-downtime orchestration.
- Composable architecture: Turborepo (monorepo), Cargo workspace.
- Unified GUI: Real-time dashboards via WebAssembly and Tauri for both Web and Desktop.
- Blockchain event bus: Tamper-resistant mission logging.
- Distributed Mesh Coordination: Connect thousands of edge nodes, fusing data from radars, audio, RF, and optical sensors.
- OpenAI/Claude AI Integrated: Natural language mission planning & anomaly analysis.
- Solana Event Bus: Immutable audit trail for critical incident events.
- Live Threat Map: Dynamic target tracking and visualization.
- Responsive Multiplatform UI: Instant load on browsers & desktops.
- Multilingual Experience: Currently supports πΊπΈ English, πͺπΈ Spanish, π¨π³ Chineseβwith easy extensibility.
- 24/7 Expert Assistance: World-class support, never alone even on the most critical ops.
- Profile-Driven Modular Design: Customizable per mission, scenario, or environment.
- Rust + Next.js + WASM: Security, speed, and safety for Defense 2026.
| OS | Web UI | Desktop (Tauri) | Sensor Node (Rust) |
|---|---|---|---|
| πͺ Windows 11 | β | β | β |
| π§ Linux | β | β | β |
| π macOS | β | β | β |
| π± iOS/Android | β (Web) | π§ (Tauri WIP) | π§ (roadmap) |
| π€ Embedded | π§ (2026+) | π§ | β (ARM/IoT) |
flowchart TD
subgraph Edge Nodes
S1[Sensor Node 1 (RF/Wi-Fi)]
S2[Sensor Node 2 (Optical)]
S3[Sensor Node 3 (Acoustic)]
end
subgraph Core Platform
API[Axum API Gateway]
FS[Fusion Engine (Rust)]
AI[AI Integrator (OpenAI/Claude)]
UI[WASM/Next UI]
end
subgraph Event Bus
SOL[Solana: Mission Event Stream]
end
S1 -- Data --> FS
S2 -- Data --> FS
S3 -- Data --> FS
FS -- Fused Threats --> UI
FS -- Anomalies --> AI
AI -- Recommendations --> UI
UI -- User Actions --> API
API -- Writes --> SOL
SOL -. Audit Log .-> UI
Declarative, per-mission: mission_profile.yaml
mission_id: "op-minerva-26"
mesh_nodes:
- id: "rf-sentinel-01"
type: "rf"
location: "35.6895, 139.6917"
capabilities:
- wifi_sniffer
- lora_decoder
- id: "cam-tower-03"
type: "optical"
location: "35.6900, 139.7000"
capabilities:
- hd_video
- motion_track
ai_assist:
provider: "openai"
key: "<Your OpenAI API Key>"
mode: "threat_summary"
event_bus:
blockchain: "solana"
address: "<Solana PubKey>"
ui:
language: "en"
theme: "dusk"
For mission simulation or deployment testing β ergonomic command line pattern.
$ cargo run --bin signalworks-core \
--profile ./config/mission_profile.yaml \
--ui-mode \
--solana-devnet \
--openai-key $OPENAI_KEY
Pro-tip: The CLI autodetects hardware sensors and auto-provisions new mesh nodes if local creds are found.
- Natural Language Mission Planning: Draft detection rules or scenario playbooks in plain languageβauto-converted by GPT-4 or Claude 3.
- Incident Summaries: Automated forensic and threat summaries pushed directly to the dashboard post-event.
- Live Operator Q&A: Ask the platform for explanations or rapid analysis (multilingual).
- Switch easily between UI languages.
- Mission-critical comms localized for global operators.
| Feature | Benefit |
|---|---|
| Mesh Node Autodiscovery | Instant deployment, zero config |
| Live Fusion Thumbnails | At-a-glance visibility for all sensor domains |
| Blockchain Audit Trail | Unbreakable incident history |
| AI Explainers | Trustworthy threat insights for rapid decisions |
| Operator Feedback Loop | Every event, every action, fully auditable |
| Modular, Upgradable Core | Futureproof for new sensors & protocolsβ2026 ready |
Designed for "distributed sensor fusion software",
"counter-drone orchestration", "AI C-UAS platform",
"blockchain mission audit", "real-time multi-sensor dashboard",
and "OpenAI anomaly detection integration".
Signalworks: Your trusted partner for comprehensive, scalable signal intelligence in the year 2026 and beyond.
-
Install Rust (2026 LTS recommended)
-
yarn && turbo build for Next.js+Leptos dashboard.
-
Launch Axum API with mission profile:
cargo run --bin signalworks-core --profile ./config/mission_profile.yaml -
Point browser or launch Tauri desktop for the ops dashboard.
MIT License. See LICENSE.
This repository is strictly for research, development, and educational purposes.
Signalworks and associated tools are not intended for unauthorized surveillance, non-compliant use, or unlawful applications.
Users assume full responsibility for legal compliance in their jurisdiction.
Copyright (C) 2026 SIGNALWORKS Contributors.
Click here to access SIGNALWORKS platform software.
Please see license and Disclaimer, and share feedback for our ongoing 2026 roadmap!