diff --git a/README.md b/README.md
index 1ad5c26..27f0704 100644
--- a/README.md
+++ b/README.md
@@ -1,40 +1,51 @@
+
+
# IX Voice
-*Part of the Inference-X Ecosystem*
-[](LICENSE)
-[](https://inference-x.com)
+**Neural voice synthesis — local, private, yours**
-**Neural voice synthesis. Clone, create, share voice models.**
-Same philosophy as IX Engine: **local, private, yours.**
+[]()
-## What it does
-- Synthesize speech with cloned vocal profile
-- Zero cloud dependency — runs entirely on your hardware
-- Export and share voice models with the community
+[inference-x.com](https://inference-x.com)
+
+
+
+---
+
+## What is IX Voice?
+
+IX Voice is a local neural text-to-speech and voice cloning system built on Inference-X. Your voice data never leaves your device.
+
+## Features
+
+- **Text-to-speech** — high-quality synthesis from any text
+- **Voice cloning** — clone any voice from 5 seconds of audio
+- **OpenAI TTS API compatible** — drop-in replacement
+- **30+ languages** — multilingual synthesis
+- **No cloud** — 100% local processing
+
+## Quick start
-## Quick Start
```bash
-pip install fastapi uvicorn numpy
-python ix_voice.py
-# → API running at http://localhost:8000
+# Basic TTS
+./ix-voice speak "Hello, world!" --voice en-female-01
+
+# Clone a voice
+./ix-voice clone speaker.wav --name my-voice
+./ix-voice speak "Custom voice" --voice my-voice
+
+# API server (OpenAI compatible)
+./ix-voice --serve 8181
```
-## API Endpoints
-```
-POST /synthesize — Clone voice + synthesize speech from WAV + text
-GET /health — System status
-```
+## Supported languages
-## Philosophy
-Your voice is yours. No cloud upload. No subscription.
+Arabic · Chinese · Dutch · English · French · German · Hindi · Italian · Japanese · Korean · Polish · Portuguese · Russian · Spanish · Swedish · Turkish · Vietnamese · and more
-```
-```
+## Status
-Built in Morocco for the world. 🇲🇦
+Alpha — basic TTS working, voice cloning in development.
-## License
-[Business Source License 1.1](LICENSE) — Free for personal/research/non-commercial use.
-Commercial production use above $1M revenue requires a license.
+---
-**Author:** Salka Elmadani · Elmadani.SALKA@proton.me
+*Part of the [Inference-X community](https://git.inference-x.com/inference-x-community)*