A small menu bar and command-line utility to caffeinate your Mac.
- Prevent display, system, or disk sleep independently.
- Automation for each mode based on power source and battery level.
brew tap mattbui/formulae
brew install mattbui/formulae/cafectlStart the service:
cafectl startor with Homebrew:
brew services start cafectlCommands:
cafectl toggle display
cafectl toggle system
cafectl toggle disk
cafectl status
cafectl off-all
cafectl stopRun cafectl --help for all commands.
Or use the menu bar item to set power policies and automatic activation for each mode.
Build from source with Swift 6 on macOS 13 or later:
swift build -c release- The menu bar icon rendering code is adopted from Vorssaint