Skip to content

zedarvates/ElectroClaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ ELECTROCLAW: THE OVERMIND MESH

ElectroClaw Banner - The Forge

ElectroClaw is a decentralized "Intelligence Substrate" designed for the vanguard of the modern R&D revolution.

🧬 MISSION: THE RENAISSANCE OF THE FORGOTTEN

This project is dedicated to those who were destined for research and development but were left behind by the traditional scientific establishment. ElectroClaw aims to bridge the gap in coding, marketing, commerce, and industrial sciences, pushing society forward by democratizing high-level engineering tools.


🏗️ CLUSTER ARCHITECTURE: THE MESH TOPOLOGY

The ElectroClaw Mesh operates on a distributed P2P-inspired architecture where a Primary Hub orchestrates multiple Substrate Nodes across the local network using the Electro-Beacon technique.

graph TD
    subgraph "OVERMIND PRIMARY HUB (Windows/Linux)"
        Dashboard["Tactical Dashboard (War Room)"]
        Overmind["Overmind Core (Tauri/Rust)"]
        HybridLLM["Hybrid Sync Layer (Ollama/OpenRouter)"]
        Beacon["Electro-Beacon (UDP Pulse)"]
    end

    subgraph "MUMBLE MESH NETWORK"
        Discovery((P2P Discovery))
    end

    subgraph "SUBSTRATE NODE 01 (Ubuntu 24)"
        Node1["Electro-Node Worker"]
        Tools1["Industrial Tools (CNC/Laser)"]
        Ollama1["Local LLM (Ollama)"]
    end

    subgraph "SUBSTRATE NODE 02 (Researcher Laptop)"
        Node2["Electro-Node Worker"]
        Vision["Optical Intelligence (Microscope)"]
        WebSurfer["Web-Surfer Actuator"]
    end

    %% Connections
    Dashboard <--> Overmind
    Overmind <--> HybridLLM
    Overmind <--> Beacon
    Beacon <--> Discovery
    Discovery <--> Node1
    Discovery <--> Node2
    Node1 <--> Tools1
    Node1 <--> Ollama1
    Node2 <--> Vision
    Node2 <--> WebSurfer
    
    %% Sync Actions
    GitSync["GitHub Repository (Master State)"]
    GitSync -.-> |"Rocket Update (Pull)"| Node1
    GitSync -.-> |"Rocket Update (Pull)"| Node2
    Overmind -.-> |"Push/Sync"| GitSync
Loading

🛠️ INDUSTRIAL SUBSTRATE

ElectroClaw is not just a chatbot; it's a control plane for physical and digital fabrication:

  • Strategic Autonomy (Level 4): Specialized skills for French Business Law (BPI, CIR), Crypto-Economics, and Venture Architecture.
  • Semantic Purification: Advanced cleanup filter for Voice-to-Text inputs, removing repetitions and interjections.
  • Cross-Lingual Transmutation: Automatic FR -> EN -> ADL flow for maximum reasoning efficiency.
  • Prompt Alchemist Bank: Curated collection of high-density algorithmic directives.
  • Resilience Matrix: Real-time monitoring of CPU, RAM, and Battery with auto-stasis mode.
  • Optical Intelligence: Advanced digital microscopy and computer vision.
  • Fabrication Hub: Integration with CNC, 3D Printers, Laser Cutters, and industrial production lines.
  • Synaptic Mesh: A P2P network of specialized agents orchestrating complex industrial tasks.

ElectroClaw is built for the R&D Outsiders—visionaries who may have missed traditional scientific pathways but possess an undying drive to innovate. Whether your background is in industry, coding, marketing, or commerce, this system bridges the gap between passion and formal R&D capabilities.

We empower the "Industrial Alchemists" by providing tools for:

  • 🔬 Scientific Substrate: Integrating high-precision tools like digital microscopes for R&D and quality control.
  • 🏗️ Master Fabrication: Direct orchestration of "Basic Substrate" hardware—inkjet printers, 3D printers, CNC machines, and laser cutters.
  • 🏭 Neural Production Lines: Moving from solitary task execution to full-scale automated production cells.

ElectroClaw is the bridge to the next industrial epoch, ensuring every skilled mind has the technical leverage to push society forward.


🚀 Key Features

  • 📊 Tactical Dashboard (War Room): Real-time visualization of mesh health, asset inventory, and visual intel streams.
  • 🌐 Infrastructure Mesh: UDP-based auto-discovery (Electro-Beacon) and control over multiple hardware nodes.
  • 👁️ Optical Intelligence (Neural Sandbox): Distributed visual analysis using microscopes and cameras via the vision_inspect substrate.
  • 🔒 Sanctuary Protocol: One-click total cryptographic lockdown. Your data is protected by local AES/ECC-based encryption.
  • 🔎 Check Factor Protocol: Multi-source scientific verification (min. 3 sources + scholarly scan) to ensure technical truth.
  • 🔄 Hybrid Sync Layer: Seamlessly switch between Ollama, LM Studio, and OpenRouter for local/hybrid inference.

1. 📥 Installation Automatisée (Recommandé)

Sur chaque nouveau nœud (Ubuntu 24), exécutez simplement le script de configuration :

chmod +x cluster/setup_node.sh
./cluster/setup_node.sh

Ce script installe Docker, Rust, Node.js et configure le service ElectroClaw.

Tip

Difficultés d'installation ? Consultez notre Guide d'installation détaillé pour Linux (Ubuntu 24.04)

2. 🧠 Inference Servers

Ensure either Ollama or LM Studio is running on the node.

  • Crucial: To allow the Cluster to see the node, start Ollama with the host exposed:
    • Windows (PowerShell): $env:OLLAMA_HOST="0.0.0.0"; ollama serve
    • Linux: OLLAMA_HOST=0.0.0.0 ollama serve

3. 🡒 Linking the Nodes

On your Primary Hub (the machine you are using now):

  1. Switch to the Tactical Dashboard via the sidebar.
  2. The network will automatically scan for nodes using the Electro-Beacon (UDP Pulse).
  3. Once linked, the status will turn ONLINE (Green) in the "Substrate Nodes" panel.
  4. Hardware assets (Cameras, Scanners) will appear in the "Mesh Assets" inventory.

4. 🚀 Rocket Update (Cluster Patching)

When you push code to GitHub from your main machine:

  • Click the Rocket/Sync icon on the remote node's entry in your dashboard.
  • The remote node will automatically perform a git pull and synchronize its mission state with the repository.

🛡️ Security Engine

ElectroClaw is built on the Sanctuary Principle:

  • Zero-Cloud: AI logic runs locally or on your own hardware nodes.
  • Audited Execution: Every tool call is cryptographically hashed and logged to the Security Nexus.
  • Command Guardian: A heuristic engine that blocks destructive commands (SSRF, Data Leakage, etc.) before they execute.

📈 Roadmap

  • v7: Kairos Coaching Engine & Tactical War Room.
  • v7: Multi-Node Hardware Cluster & Optical Intel.
  • v8: Dynamic Load Balancing (Automatic Task Routing based on Node Load).
  • v8: Discord/Telegram Secure Interface ("The Whispering Protocol").

Author: Zedarvates / Antigravity Mesh Status: ACTIVE_DEVELOPMENT (v0.1.0-V7.5)

About

ElectroClaw is a decentralized intelligence substrate and multi‑node mesh system that orchestrates AI agents, hardware devices, and fabrication tools across a local network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors