Find out when it's your turn. One click to pick up where you left off.
A macOS menu bar app that notifies you when Claude Code needs your attention and brings the right terminal session to front with one click.
When working with Claude Code, you often need to step away while it thinks, writes code, or runs commands. But Claude frequently pauses to ask questions or request permissions. Without constant monitoring, you miss these moments and waste time waiting for work that's already done.
Your Turn watches your Claude Code sessions and notifies you the moment they need attention:
- Task Complete — Claude finished the work
- Input Needed — Claude is asking a question or needs permission
Click the notification—or press a keyboard shortcut—and Your Turn brings your terminal directly to the session that needs you. No hunting through tabs or windows.
- Smart Notifications — Get notified only when action is needed, not for every Claude message
- One-Click Focus — Click a notification to jump directly to the right terminal session
- Keyboard Shortcut — Press a configurable shortcut to focus the latest notification's session without reaching for the mouse
- Multi-Terminal Support — Works with iTerm2, Terminal.app, and Warp
- Customizable Sounds — Choose from 18 classic Mac sounds with adjustable repeat count
- Lightweight — Lives in your menu bar, uses minimal resources
- Privacy-First — All processing happens locally; no data leaves your machine
- macOS 14.0 (Sonoma) or later
- Claude Code CLI installed
- Install via Homebrew:
brew install --cask bacongravy/tap/your-turn
- Launch the app and follow the setup wizard
- Download the latest release from the Releases page
- Move
Your Turn.appto your Applications folder - Launch the app and follow the setup wizard
On first launch, Your Turn guides you through:
- Installing Hooks — Configures Claude Code to send events to Your Turn
- Notification Permission — Enables macOS notifications
- Terminal Integration — Grants permission to activate your terminal
- Launch at Login — Optionally start Your Turn when you log in
That's it! Your Turn is now monitoring your Claude Code sessions.
Once set up, Your Turn runs silently in your menu bar. When Claude Code needs attention:
- You'll hear a notification sound (configurable)
- A macOS notification appears with context about what happened
- Click the notification to jump directly to that terminal session — or press the keyboard shortcut
With multiple pending notifications, each shortcut press focuses the most recent one and works through the stack.
Click the menu bar icon to:
- Open Settings
- Quit the app
Access settings from the menu bar to configure:
- Notifications — Sound selection and repeat count
- Events — Choose which events trigger notifications
- General — Launch at login, keyboard shortcut configuration
- Health — View integration status
| Terminal | Focus Support | Notes |
|---|---|---|
| iTerm2 | Full | Focuses exact session via TERM_SESSION_ID |
| Terminal.app | Full | Matches session by TTY |
| Warp | Basic | Brings app to front |
- Xcode 16.0 or later
- macOS 14.0 or later
# Clone the repository
git clone https://github.com/bacongravy/your-turn.git
cd your-turn
# Build (debug)
./Scripts/build.sh
# Build (release)
./Scripts/build.sh release
# Build and run
./Scripts/build.sh run
# Build and debug with lldb
./Scripts/build.sh debugThe build script works without code signing configured. To enable code signing with your Apple Developer Team ID:
./Scripts/setup-local-config.sh YOUR_TEAM_IDThis creates a gitignored Local.xcconfig file with your team ID.
# Send test events to the app
./Scripts/test-socket.sh permission # Simulate permission prompt
./Scripts/test-socket.sh mcp # Simulate MCP tool input dialog
./Scripts/test-socket.sh stop # Simulate task complete
# Reset app state for fresh testing
./Scripts/reset-for-testing.shTo create a notarized release for distribution:
# One-time setup: store notarization credentials
./Scripts/store-notary-credentials.sh
# Build, notarize, and create distribution ZIP
./Scripts/build.sh notarizeOutput: ./build/Build/Products/Release/Your-Turn.zip
Sources/
├── App/ # App lifecycle & socket server
├── Hooks/ # Claude Code hook installation
├── Features/ # Notifications, global hotkey & health monitoring
├── Terminals/ # Terminal integrations (iTerm2, Terminal.app, Warp)
├── Models/ # Data models
├── Views/ # SwiftUI views (Settings, Setup Wizard)
└── Resources/ # Hook script & bundled sounds
Contributions are welcome! Please feel free to submit issues and pull requests.
MIT License — see LICENSE for details.
- Built with Claude Code
- Classic Mac sounds from macOS system library