DEV Community

Y H
Y H

Posted on

I Open-Sourced an Android Voice Assistant for OpenClaw

I’ve been building a practical Android assistant on top of OpenClaw and decided to open-source it.

Repo: https://github.com/yuga-hashimoto/openclaw-assistant

Why I built this

Most assistant demos look good in short clips, but I wanted something usable in daily life:

  • wake word
  • voice interaction
  • reliable connection to agent backends
  • secure local storage for credentials

What it includes

  • Offline wake-word detection with Vosk
  • Android VoiceInteractionService integration (long-press Home)
  • Real-time OpenClaw chat completions + streaming
  • Encrypted settings (AES256-GCM) and device identity
  • Bilingual UI (English/Japanese)

Looking for feedback

If you build assistants, I’d love thoughts on:

  1. setup/onboarding clarity
  2. reliability in long-running usage
  3. what would make this production-ready for teams

Thanks for checking it out 🙌

Top comments (0)