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:

  1. Wait until the Later-<version>.dmg asset is attached to the Later release.
  2. Update version in Casks/later.rb.
  3. Download the matching release DMG and update sha256.
  4. Run:
brew style Casks/later.rb
brew audit --cask --online later
brew install --cask --dry-run later
  1. Commit and push the tap update before posting release/install instructions.