macOS menu bar app for guided box breathing with an optional Dynamic Island / notch overlay.
- macOS 14 (Sonoma) or later
- Xcode 16+ (to build from source)
git clone https://github.com/camsimony/breathe.git
cd breathe
open Breathe.xcodeprojSelect the Breathe scheme, then Product → Run.
The repo includes project.yml for XcodeGen. After changing targets, schemes, or file structure in project.yml, regenerate:
brew install xcodegen # once
xcodegen generateCommit the updated Breathe.xcodeproj so contributors can open the project without XcodeGen.
xcodebuild test -project "Breathe.xcodeproj" -scheme "Breathe" -destination "platform=macOS"See CONTRIBUTING.md.
If you ship signed or notarized builds, see docs/releasing.md for a starting checklist.
MIT — see LICENSE.