OpenClaw Assistant – Android voice assistant app for OpenClaw
Full-featured Android voice assistant, but tied to OpenClaw ecosystem adoption.
An open-source voice agent built on the PamirAI Distiller device, combining speech recognition, and text-to-speech to create a conversational AI assistant with OpenClaw you can talk to.
Always-on local voice agent without cloud, but tightly coupled to one hardware device (PamirAI Distiller).
Developers building always-on, local-first AI agents on edge devices (Raspberry Pi, PamirAI hardware)
Home Assistant · Rhasspy (local voice assistant) · Mycroft
The result is a completely local, always-on AI agent I can talk to anytime (no cloud, no external APIs required). It executes real tasks, manages memory locally, and behaves more like a persistent system than a chatbot.
This repo contains the minimal setup so others can replicate:
* Local voice pipeline (mic → STT → OpenClaw → TTS → speaker)
* Wake-word loop
* Fully offline / local-first architecture
* Runs on small edge devices (tested on PamirAI Distiller Alpha)
One unexpected observation from this project: modern agents are starting to feel environment-aware. Instead of being a static program, the OpenClaw can detect what hardware and capabilities exist around it, notice when something is missing or underused, and adapt itself, sometimes even improving its own interface and workflows without explicit instructions. In my case, the voice layer wasn’t originally planned; it emerged from the system recognizing unused audio hardware and wiring it into the agent loop. This shift, from software that executes, to software that understands and evolves within its environment, feels like a meaningful change in how we think about AI systems.
The coding agent bot was kind enough to share it's creation with the rest of the world :-) https://github.com/sachaabot/openclaw-voice-agent
Full-featured Android voice assistant, but tied to OpenClaw ecosystem adoption.
Stops AI agents burning tokens on empty polls, unlike standard heartbeat loops.
Voice+video agent built by orchestrating Deepgram, ElevenLabs, LemonSlice, and LiveKit together.
Full agent tool access on every utterance, unlike native realtime plugins.
Security camera metaphor for AI agents with Docker isolation and JSONL audit logs.
Docker sandbox records every agent action so you can replay suspicious behavior.