-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Feature Request
On macOS, Homebrew is a standard installation method, and not having LaunchNext available there makes setup and updates less convenient (especially for users managing multiple machines or using automation).
Solution you would like
I would love it if the developers can provide an official Homebrew distribution for LaunchNext, so users can install and update it with a single command. Ideally one (or both) of the following:
- Homebrew Cask (GUI app distribution), e.g.:
brew install --cask launchnext
- Homebrew Formula (CLI tool, if applicable), e.g.:
brew install launchnext
If the app is distributed as a .dmg or .zip, a cask would be great. It would help if releases include stable URLs and checksums, and versioned GitHub releases (if not already).
Additional context
Homebrew support would make LaunchNext easier to adopt in developer workflows and enterprise setups (automated provisioning, CI machines, reproducible environments). If you can share preferred distribution format (DMG/ZIP/PKG) and release URL patterns, I’m happy to help test a cask and verify install/update behavior.