feat: Linux voice server using Piper TTS (free, local)#919
Open
rlmattax wants to merge 1 commit intodanielmiessler:mainfrom
Open
feat: Linux voice server using Piper TTS (free, local)#919rlmattax wants to merge 1 commit intodanielmiessler:mainfrom
rlmattax wants to merge 1 commit intodanielmiessler:mainfrom
Conversation
Drop-in Linux replacement for the macOS ElevenLabs voice server. Uses Piper (local neural TTS) — zero API costs, same endpoints. - server-linux.ts: same /notify, /pai, /health API contract - install-linux.sh: one-command setup with systemd user service - Auto-detects audio player (aplay/paplay/ffplay) - Uses notify-send for desktop notifications - Preserves pronunciation system from original server
3bf9301 to
77b803e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
server-linux.ts) as a drop-in replacement for the macOS/ElevenLabs serverinstall-linux.sh) that sets up Piper TTS + systemd user serviceWhat's included
server-linux.tsinstall-linux.shAPI compatibility
Same endpoints, same JSON body format — no changes needed to any existing skill or hook:
POST /notify— main notification endpointPOST /notify/personality— compatibility shimPOST /pai— PAI-specific notificationsGET /health— health checkHow it works
aplay/paplay/ffplaynotify-send(libnotify)pai-voice-server.service)pronunciations.jsonsystem as macOS serverNo existing files modified
This is purely additive —
server.ts,install.sh, and all macOS files are untouched.Test plan