SprintFocusTimer is a compact macOS focus tool for choosing one task, making a short visible commitment to it, and getting pulled back when attention drifts.
It is intentionally not a time tracker, productivity dashboard, or task analytics app. The focus board holds the work you care about; the timer protects the one thing you are doing now. When a sprint expires, Drift mode makes the expired commitment visible so you can consciously recommit or close the loop.
SprintFocusTimer is built for visible work sessions. Pick a duration, mark the current task, start the sprint, and keep the timer on screen as a reminder to stay with that task.
The core loop is simple:
- Choose the task that matters now.
- Start a focused sprint.
- When the sprint expires, notice Drift instead of losing track.
- Continue or mark the sprint done intentionally.
- Build a Focus Chain from deliberate returns to focus.
Most timers disappear into the background after they ring. SprintFocusTimer is meant to stay visible and act as a small attention anchor while you work.
The Focus Chain is not a score and does not measure how long tasks took. It rewards the act of returning to the sprint loop: start, focus, notice Drift, and decide what happens next. That keeps the app lightweight and useful for staying with the current task without turning your day into a report.
Features:
- Preset timers: 1, 5, 10, 15, 30, 60, and 90 minutes
- Resizable circular countdown timer
- Drift mode with a live
+MM:SSoverrun counter after a sprint expires - Focus Chain panel for deliberate completed sprint loops
- Slide-out rich text focus board with multi-state task checkboxes, indentation controls, text highlights, row dragging, and a resizable drawer
- Checkbox states for blue empty, grey, yellow, orange, red, and green complete
- Highlighter swatches for marking selected focus board text, plus a clear-highlight control
- Drag handles for reordering whole focus board rows
- Hover explanations for Focus Chain, milestone ticks, and visual alerts
- Filled Start/Stop control with green and red running-state feedback
- Optional milestone markers at quarter intervals
- Optional milestone tick sounds with quick volume preview
- Optional completion alarm
- Optional visual attention glow for milestones and completion
- Light/dark background toggle
- Optional always-on-top window
- Settings persist between app launches
- Window size and position persist between app launches
Download the latest DMG or ZIP from the GitHub Releases page:
https://github.com/DaneShakespear/SprintFocusTimer/releases
Open the DMG and drag SprintFocusTimer.app into Applications, or unzip the ZIP and move SprintFocusTimer.app into Applications.
SprintFocusTimer is currently unsigned and unnotarized. macOS may block it the first time you open it. The source code is public in this repository so you can inspect how the app is made or build it yourself.
To open it:
- Open Applications.
- Right-click
SprintFocusTimer.app. - Choose
Open. - If macOS shows a warning, choose
Openagain.
If macOS still blocks it:
- Open System Settings.
- Go to Privacy & Security.
- Look for the message about SprintFocusTimer being blocked.
- Click
Open Anyway.
Requirements:
- macOS
- Xcode
Build and run:
- Clone the repo.
- Open
SprintFocusTimer.xcodeprojin Xcode. - Choose the
SprintFocusTimerscheme. - Press Run.
You can also build from Terminal:
xcodebuild \
-project SprintFocusTimer.xcodeproj \
-scheme SprintFocusTimer \
-configuration Release \
-destination 'platform=macOS' \
buildThe repo includes a helper script:
./scripts/create_dmg.shIt builds a Release app and creates:
dist/SprintFocusTimer-2.5.0.dmg
The DMG includes:
SprintFocusTimer.app- Applications shortcut
- Install instructions
If local DMG creation is blocked by macOS disk-image permissions, package the built app as a ZIP and attach that ZIP to the GitHub Release instead.
The app can be distributed as an unsigned DMG or ZIP, but users may need to approve it manually in macOS.
For a smoother public install experience, the app should eventually be signed with an Apple Developer ID and notarized by Apple.
MIT License. See LICENSE.