Pill
A floating overlay near the top of the screen, centered horizontally. Works on every Mac.- Compact when idle
- Animates when you’re recording
- Can be hidden with
Cmd+Shift+Hand re-shown with the same shortcut - Survives Spaces and full-screen apps — it stays put on the current desktop
Notch
The overlay tucks into the macOS notch area on MacBooks that have one. Visually, the pill sits inside the black notch space.- Invisible when you don’t need it
- Uses a private window level so it sits above the menu bar without stealing focus
- The visible shape is the only interactive area — the cursor passes through the rest of the window
The notch mode uses
nswindow-napi and a few macOS workarounds (SetFrameOrigin, DisableFrameConstraint) to keep the window sitting at the top of the screen even after constrainFrameRect. If those fail to load (rare), Whisper Island falls back to a high screen-saver window level — the overlay still works, it just sits slightly below the notch.