Homebrew Tap for Later
May 1, 2026 ยท View on GitHub
This tap installs Later, a macOS menu bar app for saving and restoring app sessions.
Repository: https://github.com/LazaroZero1176/homebrew-tap
Install
brew tap LazaroZero1176/tap
brew install --cask later
Because the current release is ad-hoc signed, macOS Gatekeeper may block the first launch. The Cask prints this caveat after installation; if macOS reports that Later.app is damaged, remove the quarantine attribute:
xattr -dr com.apple.quarantine /Applications/Later.app
Update the Cask
When a new Later release is published:
- Wait until the
Later-<version>.dmgasset is attached to the Later release. - Update
versioninCasks/later.rb. - Download the matching release DMG and update
sha256. - Run:
brew style Casks/later.rb
brew audit --cask --online later
brew install --cask --dry-run later
- Commit and push the tap update before posting release/install instructions.