📦 Install & Commands
One command installs everything. Copy and paste into Terminal.
📋 Click to copy
bash <(curl -fsSL https://raw.githubusercontent.com/Loomisgitarrist/Loomy-Voice-Desktop/main/install.sh)
One-line installer (fastest)
📋 Click to copy
bash <(wget -qO- https://raw.githubusercontent.com/Loomisgitarrist/Loomy-Voice-Desktop/main/install.sh)
Using wget (Linux)
📋 Click to copy
loomy voice start
Start the voice server
📋 Click to copy
loomy voice stop
Stop the server
📋 Click to copy
loomy voice key deepgram
Add your key via terminal
📋 Click to copy
loomy voice agents
🔍 List discovered Hermes agents
📋 Click to copy
loomy voice list
📊 See everything (status, keys, agents, commands)
📋 Click to copy
loomy voice restart
🔄 Restart the server
📋 Click to copy
loomy voice logs
📝 Watch live server logs
📋 Click to copy
loomy voice provider deepgram
🎙 Switch to Deepgram
📋 Click to copy
loomy voice provider openai
🎙 Switch to OpenAI
📋 Click to copy
loomy voice open
🌐 Open web app in browser
📋 Click to copy
loomy voice update
⬆️ Pull latest updates from GitHub
📋 Click to copy
loomy voice help
❓ Show all available commands
📋 Click to copy
loomy voice uninstall
Remove everything
🤖 Agent Setup Commands
Create and manage your Hermes agents with voice and knowledge.
📋 Click to copy
mkdir -p ~/.hermes/profiles/my-agent
📁 Create agent profile folder
📋 Click to copy
nano ~/.hermes/profiles/my-agent/IDENTITY.md
✏️ Edit agent identity file
📋 Click to copy
nano ~/.hermes/AGENTS.md
📝 Edit main agents list
📋 Click to copy
ls -la ~/.hermes/profiles/*/IDENTITY.md
👀 View all agent identity files
📋 Click to copy
cat ~/.hermes/profiles/my-agent/IDENTITY.md
📖 Read agent identity
📚 Agent Template: Each agent needs an IDENTITY.md file with:
Name, Emoji, Role, Voice, Model, and Knowledge sections.
→ Full Setup Guide