Your personal ambient soundscape companion. Create focus, relaxation, or sleep environments right from your menu bar.
Okaerii (おかえり) is a minimalist, open-source macOS menu bar application designed to help you stay focused, relax, or drift off to sleep with high-quality ambient audio. It lives quietly in your menu bar, ready to transform your environment with a single click.
- High-Fidelity Audio: We prioritize audio quality above all else. Okaerii bundles studio-grade, uncompressed soundscapes (Rain, Thunder, Waves, etc.) to ensure a rich, immersive experience without the digital artifacts found in streaming apps.
- 100% Offline & Private: All high-quality assets are stored locally. No internet connection required, no buffering, no tracking, and no monthly subscriptions.
- Menu Bar Native: Runs entirely in the background with a lightweight system footprint. Accessible via a simple
🍵icon. - Curated Scenes: Instantly switch between handcrafted environments like "Deep Work", "Midnight Rain", and "Forest Zen".
- Custom Mixes: Create your own perfect atmosphere by mixing layers and adjusting individual volumes to your taste.
- Gapless Looping: Our custom audio engine ensures seamless, infinite playback without jarring interruptions.
- Minimalist UI: A clean, distraction-free interface built with SwiftUI.
You can run Okaerii directly using Swift Package Manager:
git clone https://github.com/ibidathoillah/Okaerii.git
cd Okaerii
swift runTo create a standalone .app and .dmg installer, run the provided build script:
./scripts/build_installer.shThis will generate Okaerii.dmg in the project root directory.
Okaerii is built using:
- Swift 5.9+
- SwiftUI for the user interface
- AppKit for window management and menu bar integration
- AVFoundation for high-performance audio mixing
- macOS 14.0 (Sonoma) or later
- Xcode 15+ (for development)
- Ensure you have XcodeGen installed (
brew install xcodegen). - Run
xcodegen generatein the project root. - Open
Okaerii.xcodeproj.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 🍵 by Ibid Athoillah.


