Engineering

WHOOP captures heart rate continuously, but I wanted a calmer way to see it while working: no dashboard, no phone, just a small live signal around the MacBook camera cutout.
That became Pulse Notch — a native macOS app that shows live BPM, a heart-rate zone, and a user-set attention threshold.
The WHOOP cloud API is useful for processed data such as workouts, recovery, and sleep. It does not provide a continuous live heart-rate stream. Live BPM instead comes directly from WHOOP's Bluetooth Heart Rate Broadcast.
Pulse Notch uses Apple's CoreBluetooth framework to:
0x180D)0x2A37)The app never silently selects the first nearby monitor. A device is remembered only after it produces a valid heart-rate reading.
WHOOP 5.0
↓ Bluetooth LE
CoreBluetooth
↓
Heart-rate parser
↓
Live state + threshold engine
↓
Notch UI, timeline, and notification
The black camera area has no drawable pixels, so the UI cannot literally appear inside it. The compact view uses the display space on both sides of the cutout: BPM on the left, and the current zone with a live sparkline on the right.
Clicking it expands a single panel downward for the one-hour timeline, threshold state, snooze, reset, and settings. Keeping one anchored shell also made the open and close animations feel more natural.
A single high reading should not immediately interrupt the user. Pulse Notch waits until BPM remains above the chosen threshold for a sustained duration. The notch then turns amber and offers a 60-second breathing reset or a snooze action.
For history, the app keeps the latest hour locally and groups readings into minute averages. Gaps remain visible when the sensor disconnects, and hovering the chart shows the time and average BPM without stopping the live stream.
Pulse Notch cannot explain why BPM changes. It simply keeps the signal visible, so you can relate it to your own context:
Heart rate also changes with movement, temperature, caffeine, hydration, and many other ordinary factors. These are personal attention cues — not conclusions about stress, burnout, recovery, diagnosis, or health.
Pulse Notch has no login, analytics, application server, or cloud heart-rate storage. BLE readings are processed on the Mac and used only for the live interface, local history, and notifications.
This kept the architecture small and made privacy a product feature rather than another settings screen.
Pulse Notch currently supports Apple silicon Macs running macOS 13 or newer.
Links: