Homebrew tap for VibeFocus - a keyboard-driven focus timer for macOS.
# Add this tap
brew tap vibe-coding-labs/tap
# Install VibeFocus
brew install --cask vibefocusAfter installation, launch VibeFocus from your Applications folder or Spotlight.
Default hotkey: Cmd + Shift + . to toggle the focus timer.
Since VibeFocus is not signed with an Apple Developer certificate, you may need to:
- Open System Settings → Privacy & Security
- Scroll down to Security section
- Click "Open Anyway" next to VibeFocus
Or use the terminal:
xattr -dr com.apple.quarantine ~/Applications/VibeFocus.appVibeFocus requires Accessibility permissions to register global hotkeys:
- Open System Settings → Privacy & Security → Accessibility
- Add VibeFocus to the allowed apps
brew uninstall --cask vibefocus
brew untap vibe-coding-labs/tap