ThoxVoice Chat is THOX.ai's on-device agent-teams realtime conversation product. Talk (voice, soon video) or type with a team of THOX agents in one live session — running on your own machine through THOX model stacks, cloud strictly optional. The browser speaks the OpenAI Realtime protocol; the THOX layer sits behind it, local-first and private by default.
View the project on GitHub
The path of a turn
- You speak or type
-
REALTIME
local backend, same wire protocol
thox/realtime
-
TEAM
orchestrator picks who answers
Nova · Sable · Vera
-
ROUTER
thoxcore routes to a backend
Ollama · vLLM · Anthropic · Echo
- A THOX agent replies
Local-first: with nothing configured the stack answers on a deterministic Echo backend, so it always boots. Start Ollama or point THOX_* env at a vLLM / Anthropic endpoint to swap in real models — routing is env, not code. Forked from smolagents/hf-realtime-voice; THOX layer, agent teams and the thoxcore router by THOX.ai.