Installation macOS
macOS
Install GitComet on macOS using Homebrew.
Homebrew
This is the recommended installation flow for the desktop app.
Install the app from the tap:
brew tap auto-explore/gitcomet
brew install --cask gitcometDisk image (.dmg)
If you do not want to use Homebrew, you can also install GitComet manually from the macOS disk image:
- Download the
.dmgfile from GitComet releases. - Open the disk image.
- Drag GitComet to your Applications folder.
- Launch GitComet from Applications.
macOS troubleshooting
If you downloaded the app manually and macOS reports that GitComet "is damaged and can't be opened", this is due to Apple's Gatekeeper quarantine for apps downloaded outside the App Store.
To remove the quarantine attribute, run:
xattr -d com.apple.quarantine /Applications/GitComet.appOptional CLI install
brew install gitcomet-cliVerify
gitcomet --helpIf the command is available, the installation completed successfully.