Autonomous Node Intelligence Framework :: Decentralized · Encrypted · Alive
ShadowMesh is a modular, AI-augmented mesh framework engineered for secure node linking, dynamic agent deployment, encrypted signal routing, and real-time HUD visualization. Whether you're simulating black-ops conditions, testing edge encryption models, or pioneering synthetic operator intelligence—ShadowMesh was built for this battlefield.
ShadowMesh/ ├── core/ │ └── loaders/ ├── crypto/ ├── ai/ ├── ops/ ├── agents/ ├── bootkit/ ├── hud/ ├── docs/ ├── launch.sh ├── Makefile └── README.md # You're reading it.
---
## 🚀 Features
- 🔗 **Trust Ring Negotiation** — peer-to-peer handshake with SHA-verified identity tokens
- 🔐 **CipherEngine** — AES/EAX encryption with entropy-fueled XOR stream rotation
- 📡 **SignalRouter** — secure broadcasting, beacon framing, peer telemetry sync
- 🧠 **ReconUnit AI** — scans hosts, ranks viability, adjusts mood thresholds via entropy
- 🛰️ **BeaconAgent** — sends encrypted self-report pulses every interval
- 👁️ **CrossComAI HUD** — live node feed via CLI/GUI/WebSocket, full-color heartbeat status
- 🧬 **mesh_loader** — decrypt + execute Python code dynamically via CipherEngine
- 🪖 **bootkit/stager.asm** — BIOS/UEFI boot stub for pre-OS payload delivery
- 🌐 **Webstream** — encrypted WebSocket stream for browser-based HUDs
---
## 🧪 Quick Start
### 1. 🔥 Deploy the Mesh
```bash
git clone https://github.com/your-repo/ShadowMesh.git
cd ShadowMesh
bash launch.sh
make deploy
# OR manually
python agents/beacon_agent.py &
python hud/hud_launch.py
Connect to: ws://localhost:8999/
Use shared decryption key: "tunnel-salt"
All operations are journaled in:
docs/mission_log.md
To append entries:
make log MESSAGE="Beacon N-01 heartbeat confirmed"
ShadowMesh is provided for educational and ethical cybersecurity testing only. Do not deploy on unauthorized networks, live targets, or production systems without explicit permission.
- Web-based CrossComAI HUD (React + D3)
- HUD control over agent TTL and signal frequency
- Multi-node encrypted cluster replay system
- Mesh AI feedback loop (EmoAI + tactical overlays)
Licensed under the RedOps Research Clause. Always train for liberation—never for repression.
🛰️ Code must breathe. Signals must scatter. Mesh must rise.