A Homebrew tap for SuperCmd — an open-source, Raycast-compatible launcher for macOS with voice, AI, and memory.
Add the tap and install:
brew tap supercmdlabs/supercmd
brew install --cask supercmd- macOS Big Sur (11) or newer
- Apple Silicon (
arm64) or Intel (x86_64)
The cask automatically picks the correct build for your architecture.
SuperCmd ships with built-in auto-updates (auto_updates true), so once installed it will keep itself current. To check for or pull a newer cask version manually:
brew update
brew upgrade --cask supercmdTo remove the app:
brew uninstall --cask supercmdTo also remove application support, caches, preferences, and logs (defined under zap in the cask):
brew uninstall --cask --zap supercmdCasks/supercmd.rb— the cask formula that downloads SuperCmd from the official GitHub releases and installsSuperCmd.appinto/Applications.
- Website: https://supercmd.sh/
- Releases: https://github.com/SuperCmdLabs/SuperCmd/releases
- Issues with the app itself: https://github.com/SuperCmdLabs/SuperCmd/issues
- Issues with this tap (cask packaging): open an issue in this repository
This tap repository contains only Homebrew packaging metadata. SuperCmd itself is distributed under its own license — see the upstream project for details.