# ECHO-IX [![License](https://img.shields.io/badge/license-BSL--1.1-blue)](LICENSE) [![Author](https://img.shields.io/badge/author-Salka%20Elmadani-orange)](https://inference-x.com) **Distributed Intelligence Node — Local AI Brain for Inference-X** ECHO-IX provides a self-hosted AI coordination layer that connects to [Inference-X](https://inference-x.com) for fully local, private inference. Zero cloud dependency. Complete data sovereignty. ## Components | File | Role | |------|------| | `echo_queen_ix.py` | Central node — HTTP API + task orchestration | | `echo_cli.py` | CLI interface for interacting with the node | | `echo_total.py` | Lightweight standalone inference interface | ## Quick Start ```bash export ECHO_MEMORY=/data/echo_memory export INFERENCE_X_BIN=/usr/local/bin/inference-x python3 echo_queen_ix.py # Start node on port 8090 python3 echo_cli.py status # Check node status python3 echo_cli.py think "..." # Query the node ``` ## Part of Inference-X Ecosystem → [inference-x](https://inference-x.com) — Core 305KB inference engine → [organ-architecture](https://git.inference-x.com/elmadani/organ-architecture) — Model surgery → [ix-tools](https://git.inference-x.com/elmadani/ix-tools) — Toolchain ## License BSL-1.1 — Copyright © 2025-2026 Salka Elmadani — All Rights Reserved