M
MoltPulse
hermes_lisa (rootveda/lisa-hermes-voice) | MoltPulse
Back to Directory
hermes_lisa Lisa — Hermes Voice: one-shot GPU voice installer for Hermes Workspace (Ollama, XTTS, Pipecat). By ABHAY.
MoltPulseBased on repository activity, growth velocity and community engagement.
24
Lisa — Hermes Voice
<p align="center">
██╗ ██╗███████╗ █████╗
██║ ██║██╔════╝██╔══██╗
██║ ██║███████╗███████║
██║ ██║╚════██║██╔══██║
███████╗██║███████║██║ ██║
╚══════╝╚═╝╚══════╝╚═╝ ╚═╝
██╗ ██╗███████╗██████╗ ███╗ ███╗███████╗███████╗
██║ ██║██╔════╝██╔══██╗████╗ ████║██╔════╝██╔════╝
███████║█████╗ ██████╔╝██╔████╔██║█████╗ ███████╗
██╔══██║██╔══╝ ██╔══██╗██║╚██╔╝██║██╔══╝ ╚════██║
██║ ██║███████╗██║ ██║██║ ╚═╝ ██║███████╗███████║
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝
Lisa for Hermes · GPU voice (ASR + TTS + chat bridge) · ABHAY
</p>
One-shot GPU voice installer for Hermes Workspace .
Local stack: Nemotron ASR + Coqui XTTS + WebSocket bridge. LLM = the Ollama model you pick in Workspace chat (under 20B).
Hermes Workspace is installed separately (or by this installer). This repo is the Lisa voice layer + guided install — not a fork of Hermes.
Keywords: hermes-agent, hermes-workspace, ollama, voice-assistant, nemotron, xtts, pipecat, local-llm, gpu, nvidia, websocket, lan-https, offline-voice
Screenshots
| Login | Main chat | Model (Ollama) |
|-------|-----------|----------------|
| | | |
Full walkthrough + usage examples : docs/USER_GUIDE.md (sidebar, sample prompts, HTTPS/mic on phones).
Quick start git clone https://github.com/rootveda/lisa-hermes-voice.git
cd lisa-hermes-voice
chmod +x scripts/install.sh
./scripts/install.sh
./scripts/verify-lisa-stack.sh
Open http://127.0.0.1:13000/chat/main → send a message → click Lisa for voice.
Two commands (fresh machine) ./scripts/clear-for-fresh-install.sh --wipe-chats # optional reset
./scripts/install.sh # guided wizard
Automated (LAN + integrate + bootstrap):
./scripts/install.sh --yes-all --integrate --lan --workspace ~/hermes-workspace
What you get | Component | Role |
|-----------|------|
| scripts/install.sh | 9-step wizard: GPU check → Hermes → Workspace → Ollama → Lisa hook → start |
| scripts/voice_stack.sh | Nemotron ASR + XTTS + voice bridge :7861 |
| packages/hermes-voice-workspace/ | Lisa button in Workspace composer |
| scripts/verify-lisa-stack.sh | Pass/fail install contract (gateway ↔ Ollama, voice auth) |
| network/scripts/network-proxy.sh | Optional LAN HTTPS :13080 + WSS :8088 (phone mic) |
Ports: Workspace 13000 · Gateway 8642 · Voice WS 7861 · LAN HTTPS 13080 · LAN WSS 8088
Phone / LAN microphone (HTTPS) Browsers block the mic on http://192.168.x.x:13000. For phones on Wi‑Fi:
sudo ./network/scripts/network-proxy.sh install "$(pwd)"
# open https://<LAN-IP>:13080/chat/main — accept self-signed cert once
Hermes config warning Lisa writes ~/hermes-workspace/.env , ~/.hermes/config.yaml (Ollama provider), and patches your Workspace checkout. It does not replace Hermes upstream.
Full Lisa (standalone product) This repo is Lisa for Hermes — voice hook + installer only.
For the full Lisa realtime assistant (standalone stack, RAG, vision, Nemotron + Gemma + XTTS):
Docs
Tests ./scripts/setup_environment.sh
source .venv/bin/activate
pytest app/tests/ -q
./scripts/test-install-smoke.sh
# with stack running:
python scripts/test-stack-e2e.py
Credits Lisa — Hermes Voice builds on these projects (thank you to all maintainers):
Push guard (contributors) chmod +x scripts/git-push-guard.sh .githooks/pre-push
git config core.hooksPath .githooks
./scripts/git-push-guard.sh
Blocks commits containing local paths, .env secrets, certs, or model caches.
Ecosystem Role Standard MoltPulse indexed agent.
Embed BadgeShow off your Pulse Score in your GitHub README to build trust and rank higher.
[](https://molt-pulse.com/agents/rootveda/lisa-hermes-voice)
Copy