A simple, elegant Pomodoro Timer that lives in your macOS menu bar, helping you boost productivity and manage your time effectively.
- Easy access from the macOS menu bar
- Pomodoro, Short Break, and Long Break modes
- Visual and audio notifications
- Simple, intuitive interface
- Go to the Releases page of this repository.
- Download the latest
PomodoroTimer.zip
file. - Unzip the file.
- Move the
PomodoroTimer.app
to your Applications folder.
When you first try to run the app, macOS might prevent it from opening because it's from an "unidentified developer". To open it:
- Right-click (or Control-click) the app icon in the Applications folder.
- Select "Open" from the context menu.
- Click "Open" in the dialog box that appears.
After doing this once, you should be able to open the app normally in the future.
- Click on the timer icon in the menu bar to open the Pomodoro Timer.
- Select your desired mode: Pomodoro (25 minutes), Short Break (5 minutes), or Long Break (15 minutes).
- Click "Start" to begin the timer.
- Work until the timer goes off.
- Take a break when the timer notifies you.
- Repeat the process to maintain productivity!
- macOS 11.0 (Big Sur) or later
If you want to build the app from source:
- Clone this repository.
- Open the project in Xcode 12 or later.
- Build and run the project (Cmd + R).
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- Inspired by the Pomodoro Technique® developed by Francesco Cirillo
- Built with SwiftUI
If you encounter any problems or have any suggestions, please open an issue on this repository.
Enjoy your productive time with Pomodoro Timer!