EyeBreak is a free, open-source macOS app to help you take care of your eyes while working on your computer.
- Go to the Releases page
- Download the latest
EyeBreak.dmgfile - Open the DMG file
- Drag
EyeBreak.appto your Applications folder - Open EyeBreak from Applications
- If you see a security warning, go to System Settings > Privacy & Security and click "Open Anyway"
# Add the tap (once the formula is published)
brew tap YOUR_USERNAME/eyebreak
# Install EyeBreak
brew install --cask eyebreakRequirements:
- macOS 14.0 or later
- Xcode 15.0 or later
- Command Line Tools for Xcode
Steps:
# Clone the repository
git clone https://github.com/YOUR_USERNAME/lookaway.git
cd lookaway
# Open in Xcode
open EyeBreak.xcodeproj
# Build and run (⌘R in Xcode)
# Or build from command line:
xcodebuild -project EyeBreak.xcodeproj -scheme EyeBreak -configuration Release build
# The app will be in:
# Build/Products/Release/EyeBreak.app-
Grant Permissions: EyeBreak needs accessibility permissions to work properly
- Go to System Settings > Privacy & Security > Accessibility
- Enable EyeBreak
-
Configure Settings:
- Open EyeBreak Settings
- Set your preferred work interval (default: 20 minutes)
- Set break duration (default: 20 seconds)
- Enable ambient reminders if desired
-
Start Timer: Press
⌘⇧Sor click "Start Timer" in settings
⌘⇧S- Start timer⌘⇧B- Take break now⌘⇧X- Stop timer⌘⇧R- Show ambient reminderESC- Skip current break
App won't open (Security warning)
- Right-click the app and select "Open"
- Or go to System Settings > Privacy & Security > Security and click "Open Anyway"
Keyboard shortcuts don't work
- Grant Accessibility permissions in System Settings
App crashes on launch
- Make sure you're running macOS 14.0 or later
- Try deleting the app and reinstalling
To check for updates, visit the Releases page.
If installed via Homebrew:
brew upgrade eyebreakManual installation:
- Drag EyeBreak.app to Trash from Applications folder
- Remove settings:
rm -rf ~/Library/Preferences/com.eyebreak.app.plist
Homebrew installation:
brew uninstall --cask eyebreak