Extract and export worship song lyrics from ProPresenter 7
View the Project on GitHub adamswbrown/propresenterlyricexport
Get ProPresenter Lyrics Export up and running in just a few minutes.
Before installing or using this tool, you MUST configure ProPresenter correctly. Nothing will work without this step.
1025)
Why this matters: ProPresenter’s Network API is how this tool communicates with ProPresenter. Without it enabled, the tool cannot connect, read playlists, or export lyrics.
Connection details you’ll need:
127.0.0.1 (same computer) or the IP address shown in ProPresenter (remote computer)1025 (default) or whatever port is shown in ProPresenter’s Network settingsThe easiest way to get started with a full graphical interface.
Download:
ProPresenter-Lyrics-vX.Y.Z-mac.zipProPresenter-Lyrics-vX.Y.Z-win.exemacOS Installation:
# 1. Unzip the downloaded file
unzip ProPresenter-Lyrics-vX.Y.Z-mac.zip
# 2. Fix Gatekeeper (one-time)
xattr -cr "/path/to/ProPresenter Lyrics.app"
# 3. Move to Applications
mv ProPresenter\ Lyrics.app /Applications/
# 4. Launch the app
open /Applications/ProPresenter\ Lyrics.app
Windows Installation:
.exe)First Run:
Lightweight standalone binaries for power users and automation.
Download:
propresenter-lyrics-macos-x64propresenter-lyrics-macos-arm64propresenter-lyrics-win-x64.exemacOS Setup:
# Make executable
chmod +x propresenter-lyrics-macos-x64
# Test connection
./propresenter-lyrics-macos-x64 status
Windows Setup:
# Test connection
propresenter-lyrics-win-x64.exe status
Environment Variables (Optional):
# macOS/Linux
export PROPRESENTER_HOST=192.168.1.100
export PROPRESENTER_PORT=1025
# Windows (PowerShell)
$env:PROPRESENTER_HOST='192.168.1.100'
$env:PROPRESENTER_PORT='1025'
A menu bar app that lets remote users access ProPresenter Lyrics Export from any browser, anywhere in the world — secured with Google OAuth and Cloudflare Tunnel.
Download:
ProPresenter-WebProxy-vX.Y.Z-mac.zipmacOS Installation:
# 1. Unzip
unzip ProPresenter-WebProxy-vX.Y.Z-mac.zip
# 2. Fix Gatekeeper (one-time)
xattr -cr "ProPresenter Web Proxy.app"
# 3. Move to Applications
mv "ProPresenter Web Proxy.app" /Applications/
# 4. Launch — appears in menu bar (no dock icon)
open "/Applications/ProPresenter Web Proxy.app"
First Run:
127.0.0.1) and port (1025)See the full Web Proxy Guide for Google OAuth setup, Cloudflare Tunnel configuration, and troubleshooting.
A separate companion app that streams live slides to phones, tablets, and laptops on your network.
Download:
ProPresenter-Viewer-1.0.0-mac.zipProPresenter-Viewer-1.0.0-win.exemacOS Installation:
# 1. Unzip
unzip ProPresenter-Viewer-1.0.0-mac.zip
# 2. Fix Gatekeeper (one-time)
xattr -cr "ProPresenter Viewer.app"
# 3. Move to Applications
mv "ProPresenter Viewer.app" /Applications/
# 4. Launch — appears in menu bar (no dock icon)
open "/Applications/ProPresenter Viewer.app"
Windows Installation:
.exe)First Run:
See the full Viewer Guide for detailed setup and usage.
Connection refused?
App won’t launch?
xattr -cr "/path/to/ProPresenter Lyrics.app"Still stuck?