Daily Bible verse notifications for your desktop — built with Electron
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.
"Man shall not live by bread alone, but by every word (rhema) that proceeds from the mouth of God." — Matthew 4:4
- 📖 Daily Bible verse at 8:00 AM every morning
- 🔔 Native desktop notifications with popup dialog
- 🌐 Live verses from the entire Bible via API
- 📚 Multiple Bible versions (KJV, ASV, WEB)
- 📋 Copy to clipboard with one click
- 🖥️ System tray app - always available, never intrusive
- ⚙️ Customizable notification times
- ✝️ Offline support with cached verses
| Platform | Download |
|---|---|
| 🍎 macOS (Apple Silicon) | RHEMA Daily-2.0.0-arm64.dmg |
| 🍎 macOS (Zip) | RHEMA Daily-2.0.0-arm64-mac.zip |
| 🪟 Windows (Installer) | RHEMA Daily Setup 2.0.0.exe |
| 🪟 Windows (Portable) | RHEMA Daily 2.0.0.exe |
- Download the installer for your platform
- Install and launch the app
- Welcome notification appears with a sample verse
- App icon appears in your system tray (menu bar on Mac, taskbar on Windows)
Every morning at 8:00 AM:
- 🔔 Notification appears with the verse preview
- 📖 Popup dialog shows the full verse
- ✝️ Click "Amen" to close or "Copy Verse" to copy to clipboard
Right-click the tray icon to:
- 📖 Show today's verse
- 🔄 Get a new random verse
- ⚙️ Open settings
- ❌ Quit the app
# Clone the repository
git clone https://github.com/Youngemmy5956/rhema-desktop.git
cd rhema-desktop
# Install dependencies
npm install
# Run the app
npm start# Build for macOS
npm run build:mac
# Build for Windows
npm run build:win
# Build for both platforms
npm run build:allBuild outputs:
- macOS:
dist/RHEMA Daily-2.0.0-arm64.dmg - Windows Installer:
dist/RHEMA Daily Setup 2.0.0.exe - Windows Portable:
dist/RHEMA Daily 2.0.0.exe
If macOS blocks the app (because it's not signed with an Apple Developer certificate):
- Try to open the app
- Go to System Settings → Privacy & Security
- Click "Open Anyway"
Or run this command:
xattr -cr "/Applications/RHEMA Daily.app"Coming soon!
We welcome contributions! See our main repo for guidelines:
- rhema - Main CLI project
Ways to contribute:
- 🐛 Report bugs
- 💡 Suggest features
- 🎨 Design improvements
- 💻 Code contributions
- Electron - Cross-platform desktop framework
- Node.js - Runtime environment
- Bible API - Live verse fetching
- electron-builder - App packaging
- macOS: 10.14 (Mojave) or later
- Windows: 10 or later
- Node.js: 18.0.0 or later (for building from source)
- rhema-daily - CLI version for terminal users (npm package)
- rhema-desktop - This desktop app
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 project is MIT licensed.
Made with ❤️ and ✝️ by Nwamini Emmanuel O.