
A macOS menu bar app for ambient noise. Brown noise and a speech blocker — one right-click away, no browser tab required.
I've used white noise for focus and concentration for over ten years. Over that time I've bounced between various apps and browser tabs — playing brown noise here, switching to a speech blocker there. It always meant interrupting whatever I was doing to find the right tab or open the right app.
Now that I can build my own tools, I made exactly what I wanted: a small menu bar app that's always there. Right-click the icon to toggle sound. Left-click to open controls. No switching contexts, no hunting for a browser tab.
Hush is fully offline. It requires no network connection and makes none. There are no analytics, no telemetry, no servers, and no audio files — all sounds are generated algorithmically in real time using signal processing (brown noise via leaky integration and a low-pass filter, speech blocker via pink noise from Paul Kellet's method shaped by a 10-band EQ). Nothing leaves your Mac.
You can verify this yourself: the full source is in this repo, and you can build it directly from Xcode.
| Action | Result |
|---|---|
| Right-click menu bar icon | Toggle noise on/off |
| Left-click menu bar icon | Open controls popover |
| Space | Play/pause (when popover is open) |
| ⌘Q | Quit |
Download Hush — pay what you want, $0 is fine. Unzip and move Hush.app to your /Applications folder.
Prefer GitHub? The same build is on the Releases page, or build it yourself (see below).
Requires macOS 13+. Apple notarized, so it just opens.
Open Hush/Hush.xcodeproj in Xcode and run the Hush scheme, or build a
universal release binary from the command line:
./build.sh
The result is written to dist/Hush.app.
35 commits
Swift
98.9%
Shell
1.1%

A macOS menu bar app for ambient noise. Brown noise and a speech blocker — one right-click away, no browser tab required.
I've used white noise for focus and concentration for over ten years. Over that time I've bounced between various apps and browser tabs — playing brown noise here, switching to a speech blocker there. It always meant interrupting whatever I was doing to find the right tab or open the right app.
Now that I can build my own tools, I made exactly what I wanted: a small menu bar app that's always there. Right-click the icon to toggle sound. Left-click to open controls. No switching contexts, no hunting for a browser tab.
Hush is fully offline. It requires no network connection and makes none. There are no analytics, no telemetry, no servers, and no audio files — all sounds are generated algorithmically in real time using signal processing (brown noise via leaky integration and a low-pass filter, speech blocker via pink noise from Paul Kellet's method shaped by a 10-band EQ). Nothing leaves your Mac.
You can verify this yourself: the full source is in this repo, and you can build it directly from Xcode.
| Action | Result |
|---|---|
| Right-click menu bar icon | Toggle noise on/off |
| Left-click menu bar icon | Open controls popover |
| Space | Play/pause (when popover is open) |
| ⌘Q | Quit |
Download Hush — pay what you want, $0 is fine. Unzip and move Hush.app to your /Applications folder.
Prefer GitHub? The same build is on the Releases page, or build it yourself (see below).
Requires macOS 13+. Apple notarized, so it just opens.
Open Hush/Hush.xcodeproj in Xcode and run the Hush scheme, or build a
universal release binary from the command line:
./build.sh
The result is written to dist/Hush.app.
35 commits
Swift
98.9%
Shell
1.1%