Get inspired throughout the day with Bible verse notifications every 2 minutes on your Mac and Windows!
Created by Nwamini Emmanuel O. | GitHub
RHEMA (αΏ₯αΏΞΌΞ±) is a Greek word meaning "a spoken word" or "utterance". In biblical context, it refers to a specific word from God that speaks directly to you in a particular moment - a timely, personal message that brings life and revelation.
"Man shall not live by bread alone, but by every word (rhema) that proceeds from the mouth of God." β Matthew 4:4
This tool delivers God's rhema to you every 2 minutes - constant reminders of His Word throughout your day.
| CLI Tool | Desktop App | |
|---|---|---|
| Install | npm install -g rhema-daily |
Download .dmg / .exe |
| Platform | macOS, Windows | macOS, Windows |
| Notifications | β Every 2 minutes | β Customizable (every 2 min, daily, custom) |
| GUI | β Terminal only | β Beautiful UI with settings |
| Bible versions | KJV | KJV, ASV, WEB |
| Tray icon | β | β |
| Repo | rhema | rhema-desktop |
npm install -g rhema-dailyThat's it! Bible verse notifications will appear every 2 minutes to keep you focused on God's Word! π
- β macOS - Fully supported with beautiful notifications and popup dialogs
- β Windows - Working! Task Scheduler notifications (help us test! See issue #1)
- π Linux - Coming soon
# Get a random verse
rhema
# Get today's daily verse
rhema daily
# Old Testament only
rhema ot
# Jesus's words (red letter)
rhema red
# Fetch specific verse
rhema fetch John 3:16
rhema fetch Genesis 1
rhema fetch "1 Corinthians" 13:4- π Constant Reminders - New Bible verse every 2 minutes
- π Random Scripture - Fresh verses from Old and New Testament
- π» CLI Tool - Fetch verses anytime from your terminal
- β‘ Auto-start - Runs automatically even after restarts
- π― Filtered Verses - Choose OT, NT, or Red Letter (Jesus's words)
- π·οΈ Mood-based - Filter verses by themes (peace, comfort, rest, etc.)
- π Welcome Experience - Sample verse on first install
- βοΈ Stay Focused - Constant reminders of God's Word throughout your day
On Installation:
- π Welcome notification
- π Sample verse popup
- Message: "You will receive a Bible verse every 2 minutes!"
Every 2 Minutes:
- οΏ½οΏ½ Notification with verse preview
- π Full verse popup dialog
- Two buttons: "Amen" or "Copy Verse"
On Installation:
- β Task Scheduler setup
- PowerShell notification script created
Every 2 Minutes:
- π Windows toast notification with verse
- Logged to
%TEMP%\rhema-daily.log
Edit the plist file:
nano ~/Library/LaunchAgents/com.rhema.daily.plistChange the StartInterval value (in seconds):
<key>StartInterval</key>
<integer>120</integer> <!-- 120 seconds = 2 minutes -->Common intervals:
- Every minute:
60 - Every 2 minutes:
120(default) - Every 5 minutes:
300 - Every 10 minutes:
600 - Every 30 minutes:
1800 - Every hour:
3600
Reload the service:
launchctl unload ~/Library/LaunchAgents/com.rhema.daily.plist
launchctl load ~/Library/LaunchAgents/com.rhema.daily.plistOpen Task Scheduler:
taskschd.mscFind "RhemaDaily" β Right-click β Properties β Triggers β Edit β Repeat task every: 2 minutes
~/rhema-daily.shpowershell -ExecutionPolicy Bypass -File "$env:USERPROFILE\rhema-daily.ps1"Check scheduled task:
schtasks /query /tn "RhemaDaily"npm uninstall -g rhema-daily
launchctl unload ~/Library/LaunchAgents/com.rhema.daily.plist
rm ~/Library/LaunchAgents/com.rhema.daily.plist
rm ~/rhema-daily.shnpm uninstall -g rhema-daily
schtasks /delete /tn "RhemaDaily" /f
del $env:USERPROFILE\rhema-daily.ps1
del $env:USERPROFILE\rhema-notify.ps1- macOS: 10.14 or later
- Windows: 10 or later
- Node.js: 18.0.0 or later
"I have hidden your word in my heart that I might not sin against you." β Psalm 119:11
Constant exposure to God's Word throughout the day:
- βοΈ Keeps you focused on spiritual things
- π Helps memorize Scripture naturally
- π Reminds you to pray and meditate
- πͺ Strengthens your faith continuously
- β€οΈ Transforms your mind through repetition
Want less frequent reminders? Use the Desktop App with customizable settings!
Windows support is working but needs more testing! If you're on Windows:
- Install:
npm install -g rhema-daily - Test the CLI:
rhema daily - Check if notifications appear every 2 minutes
- Report your experience here
Your feedback helps make RHEMA better for everyone! π
We welcome contributions! See CONTRIBUTING.md for details.
Help wanted:
- β Windows testing and feedback
- π Linux support
- π± Mobile app (React Native)
- π¨ UI/UX design
See our ROADMAP for the full vision.
This project is MIT licensed.
Nwamini Emmanuel O.
- GitHub: @Youngemmy5956
- npm: rhema-daily
Give a βοΈ if this project blessed you!
"Your word is a lamp to my feet and a light to my path."
β Psalm 119:105
"This Book of the Law shall not depart from your mouth, but you shall meditate on it day and night."
β Joshua 1:8
Made with β€οΈ and βοΈ by Nwamini Emmanuel O.