New
Voice Assistant v0.1.0 (Linux aarch64)
RunAnywhere Voice Assistant v0.1.0
Pre-built binaries for Raspberry Pi 5 and other Linux aarch64 systems.
Contents
runanywhere-server- OpenAI-compatible LLM inference servervoice-assistant- Wake word + STT + TTS pipeline- Shared libraries (librac_commons, librac_backend_*, libsherpa-onnx, libonnxruntime)
Quick Install
# Download and extract
curl -fsSL https://github.com/RunanywhereAI/runanywhere-sdks/releases/download/voice-assistant-v0.1.0/runanywhere-voice-assistant-linux-aarch64.tar.gz | tar -xzf - -C /tmp
# Install
cd /tmp/runanywhere-release && ./install.sh
# Download AI models (~2.5GB)
curl -fsSL https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/smonga/rasp/playground/linux-voice-assistant/scripts/download-models.sh | bash
# Run
~/.local/runanywhere/run.sh
With Moltbot (Full Experience)
curl -fsSL https://raw.githubusercontent.com/RunanywhereAI/clawdbot/main/scripts/quickstart.sh | bash
Say Hey Jarvis to activate!