Zero-latency real-time voice assistant running 100% offline using Whisper Turbo and local TTS.
# 1. Clone repository git clone https://github.com.git cd localvoice-assistant # 2. Install dependencies with npm npm install # 3. Configure environment variables cp .env.example .env.local # 4. Launch local dev server npm run dev