SolanumBar is a simple, elegant Pomodoro timer that lives in your macOS menu bar. Track your work sessions and breaks with a minimalist interface, customizable durations, and native notifications.
- 🍅 Menu bar integration for distraction-free productivity
- ⏱️ Customizable work and break intervals
- 🔔 Native macOS notifications
- 💾 Persistence of user settings
- Visit the Releases page
- Download the latest
.dmg
file - Open the
.dmg
and drag SolanumBar to your Applications folder - Launch SolanumBar from your Applications folder
- Clone this repository
- Open
SolanumBar.xcodeproj
in Xcode - Select Product > Archive
- Click on "Distribute App" and select "Copy App"
- Move the exported app to your Applications folder
- Click on the tomato icon (🍅) in your menu bar to access the timer
- Press "Start" to begin a work session
- When the timer completes, you'll receive a notification
- The timer automatically switches between work and break modes
- Customize durations in the settings section
- Sound options for notifications
- Long break feature after multiple work sessions
-
iPhone Integration
- Synchronized timers across devices
- Widget support for iOS home screen
- Focused mode integration with iOS Focus
-
Apple Watch Integration
- Complications for watch face
- Haptic feedback for timer completion
- Quick timer start from watch
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by the Pomodoro Technique® created by Francesco Cirillo
- Built with SwiftUI