
Dev builds open-source jarvis clone to kill google assistant: because nothing says freedom like debugging vosk wake words at midnight
A developer, Yuga Hashimoto, has created an open-source Android app called OpenClaw Assistant, allowing users to replace Google Assistant with their own AI. The app, built with Kotlin and available on GitHub, integrates with the Android system, enabling users to long-press the Home button and interact with their custom AI. OpenClaw Assistant features custom wake words, offline wake word detection using Vosk, and voice input/output capabilities. The app can connect to various backends, including Ollama, OpenAI, and Claude, or custom APIs. By registering as Android's digital assistant, OpenClaw Assistant listens for wake words locally and transcribes speech, sending it to a webhook for processing. The response is then spoken via text-to-speech technology. The project is open to contributions, and users can download the APK or clone the repository from GitHub. This development has significant implications for the AI and Android ecosystems, providing users with more control over their virtual assistants and enabling customization and integration with various AI services.