A pomodoro-like timer for macOS that nudges you to take REST.
screen_recording.mov
Tracks your WORK time and starts nudging you to REST after 25 minutes, escalating over time. In REST mode the app stays visible, asking you to step away. It automatically switches back to WORK once the minimum rest time passes, and it detects any input.
Install
- Download
Cycle.zipfrom Releases and unzip - Drag
Cycle.appto/Applications - Open it -- macOS will say the app "can't be opened" or "is damaged"
- Go to System Settings > Privacy & Security, scroll down, and click Open Anyway next to the Cycle message
- Confirm in the dialog that appears You only need to do this once. (I don't have the Apple Developer account, so the app isn't signed - sorry about the extra steps.)
Note: Requires macOS 14+ (Sonoma).
From source
swift build && .build/debug/Tracker
Timer structure inspired by Tom's Timer. Design inspired by the work of The Designers Republic.
Built by @teeth2i4.