Your Mac's favorite Pomodoro timer. Lives in the menu bar. Doesn't judge your browsing habits.
| Menu Bar Popover | Floating Window |
![]() |
![]() |
| Settings | |
![]() |
|
PomoDaddy is a lightweight macOS Pomodoro timer that sits in your menu bar and keeps you honest about your focus time. It's got a floating window, confetti when you finish a session, and zero telemetry. All your data stays on your Mac.
brew install --cask nkrebs13/tap/pomodaddyOr grab the .dmg from Releases.
- Menu bar timer with a progress ring that fills as you work
- Floating window that stays on top and remembers its position
- Customizable intervals (default: 25/5/15 Pomodoro technique)
- Stats tracking with daily totals, weekly trends, and streaks
- Confetti when you complete a session (because you earned it)
- Full VoiceOver support for accessibility
- Zero network requests — your data never leaves your Mac
- Launch PomoDaddy
- Click the tomato in your menu bar
- Hit play
- Get stuff done
git clone https://github.com/nkrebs13/PomoDaddy.git
cd PomoDaddy
make setup # installs xcodegen, generates project
make build # builds the app- Architecture — how it's built
- Building & Distribution — signing, notarization, DMG creation
- Contributing — development setup and guidelines
All data is stored locally via SwiftData. No network requests. No analytics. No telemetry. Full privacy policy.
MIT — see LICENSE.
Built with SwiftUI, SwiftData, and mass quantities of coffee by Nathan Krebs


