Synopsis
Linux only - intended for edge boards such as the Arduino UNO Q. Run
voice setup once before first use.Options
| Flag | Default | Description |
|---|---|---|
--host | 0.0.0.0 | Bind address |
--port | 8766 | HTTP port |
--base-url | http://127.0.0.1:8080 | Moorcheh Edge API used for RAG |
--timeout | 300 | HTTP timeout for RAG calls (seconds) |
Examples
Typical deployment
| Machine | Service | Port |
|---|---|---|
| Arduino UNO Q | Moorcheh Edge (Docker) | 8080 |
| Arduino UNO Q | moorcheh-edge voice serve | 8766 |
| Display PC | Your kiosk API / UI | e.g. 8765, 5173 |
http://<UNO_Q_IP>:8766 for voice endpoints. See Voice server API for request and response formats.