A minimalist, native Pomodoro timer for macOS. Pomo keeps its data local and helps you leave a small trail of checkpoints while you work.
Pomo requires macOS 14 or later and the Apple Command Line Tools. Build a normal macOS app bundle with:
./scripts/build_app.sh
open build/Pomo.appFor development, you can also run the Swift package directly:
swift run Pomo- One adjustable focus duration and one enforced break duration
- Timer accuracy while the app is in the background
- Automatic checkpoints when focus ends or work is stopped, plus resume notes during breaks
- Local daily/weekly statistics, 7-day chart, goals, and streaks
- Breaks start automatically; finishing or skipping one returns to a stopped next-focus timer
- Completion notifications and sound
- Persistent menu bar countdown that automatically opens its break window at every focus boundary
Session history and settings are stored in macOS UserDefaults for the current user. No account, network connection, or analytics are used.
0 comments
log in to comment.