Mac Awake is a small macOS menu bar app that keeps your Mac awake with the lid closed for a fixed short timer: 5, 30, or 60 minutes.
- Open Mac Awake.
- Choose
5 minutes,30 minutes, or60 minutesfrom the menu bar. - Click the active duration again to cancel early.
- Quit Mac Awake to restore normal sleep behavior before exit.
No signed release is available yet. Install from source with:
curl -fsSL https://raw.githubusercontent.com/alexanderkreidich/mac-awake/main/scripts/install.sh | /bin/bashThis builds Mac Awake, installs MacAwake.app in /Applications, installs the development helper, configures the installed app to open at login for your user account, and opens it. After installation, you can also launch Mac Awake from Applications or Launchpad. It requires Xcode and an administrator password.
To uninstall Mac Awake and restore normal sleep behavior:
launchctl bootout "gui/$UID/com.sasha.MacAwake.LoginAgent" 2>/dev/null || true
pkill -x MacAwake 2>/dev/null || true
sudo pmset -a disablesleep 0
sudo launchctl bootout "system/com.sasha.MacAwakeHelper" 2>/dev/null || true
rm -f "$HOME/Library/LaunchAgents/com.sasha.MacAwake.LoginAgent.plist"
sudo rm -rf "/Applications/MacAwake.app" "/Library/PrivilegedHelperTools/com.sasha.MacAwakeHelper" "/Library/LaunchDaemons/com.sasha.MacAwakeHelper.plist" "/Library/Application Support/Mac Awake"Keeping a closed Mac awake can trap heat and drain battery. Use Mac Awake only when the Mac has ventilation and enough power.
If normal sleep is not restored, run:
sudo pmset -a disablesleep 0