← 返回
AI智能 中文

Maylo Voice Assistant

Offline-first voice assistant stack for macOS (Wake word + VAD recording + local Whisper ASR + OpenClaw agent response + offline TTS via macOS say). Use to i...
macOS离线优先语音助手技术栈(含唤醒词、VAD录音、本地Whisper语音识别、OpenClaw智能体响应及离线TTS)。
ugurozer84
AI智能 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 701
下载
💾 26
安装
1
版本
#latest

概述

Maylo Voice Assistant (macOS)

What this skill ships

  • A self-contained app under assets/app/:
  • Wake word listener (openWakeWord)
  • VAD recording (webrtcvad)
  • Local ASR (faster-whisper)
  • Responder bridge via OpenClaw (openclaw agent --local)
  • Offline TTS via say -v Yelda
  • Web UI (HTTPS + WebSocket audio streaming)

Install / Setup (fresh machine)

1) Copy the app to a working directory (recommended):

  • cp -R /assets/app ~/maylo-voice-assistant

2) Create venv + install deps:

  • Run: scripts/install.sh ~/maylo-voice-assistant

3) Start the assistant (wake word + responder):

  • Run: scripts/run_assistant.sh ~/maylo-voice-assistant

4) Start the HTTPS web UI for phone mic streaming:

  • Run: scripts/run_web_https.sh ~/maylo-voice-assistant --host 0.0.0.0 --port 8443
  • On iPhone/Android (same Wi‑Fi): https://:8443
  • Accept the self-signed certificate warning.

Normal use

  • Wake word: say "Hey Jarvis" near the Mac mini, then speak your query.
  • Web UI: hold the mic button to talk; release to send.

Troubleshooting (fast)

  • Check logs:
  • recordings/assistant.log
  • recordings/responder.log
  • recordings/web.log
  • If wake word never triggers, run the minimal tester:
  • python jarvis_minimal_test.py
  • If the assistant responds to itself (feedback loop):
  • Set HDMI output back to Mac speakers / use headphones.
  • Increase MAYLO_POST_SAY_INHIBIT_SEC.

Security / Privacy

  • Do NOT package or commit:
  • OAuth client secrets, tokens, refresh tokens
  • Private certs/keys
  • This skill ships no secrets. Any tokens/keys must be created on the target machine.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 05:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,189
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,449
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,592