# Add this tap
brew tap ace0ge/homebrew-apps
# Install casks
brew install --cask ace0ge/homebrew-apps/clashmac
brew install --cask ace0ge/homebrew-apps/sparkle
# After first install, run this ONCE to remove quarantine (no more warnings!)
sudo xattr -cr "/Applications/ClashMac.app"
sudo xattr -cr "/Applications/Sparkle.app"| Cask | Description |
|---|---|
| clashmac | Native Proxy Experience Built for macOS |
| sparkle | Another Mihomo GUI |
# Install
brew install --cask ace0ge/homebrew-apps/<cask-name>
# After install, run this ONCE to avoid authorization prompts:
sudo xattr -cr "/Applications/<AppName>.app"
# Upgrade
brew upgrade --cask ace0ge/homebrew-apps/<cask-name>
# After upgrade, also run xattr once:
sudo xattr -cr "/Applications/<AppName>.app"
# Uninstall
brew uninstall --cask ace0ge/homebrew-apps/<cask-name>
# List installed
brew list --caskThis tap uses GitHub Actions to automatically check for updates:
- Checks every 6 hours
- Can be triggered manually from Actions tab
MIT
# 添加此 tap
brew tap ace0ge/homebrew-apps
# 安装应用
brew install --cask ace0ge/homebrew-apps/clashmac
brew install --cask ace0ge/homebrew-apps/sparkle
# 首次安装后运行一次此命令(后续不再需要授权!)
sudo xattr -cr "/Applications/ClashMac.app"
sudo xattr -cr "/Applications/Sparkle.app"| Cask | 描述 |
|---|---|
| clashmac | 为 macOS 原生打造的代理体验 |
| sparkle | 另一个 Mihomo GUI |
# 安装
brew install --cask ace0ge/homebrew-apps/<cask-name>
# 安装后运行一次(避免授权弹窗):
sudo xattr -cr "/Applications/<应用名>.app"
# 升级后也运行一次:
sudo xattr -cr "/Applications/<应用名>.app"
# 卸载
brew uninstall --cask ace0ge/homebrew-apps/<cask-name>
# 列出已安装
brew list --cask此源使用 GitHub Actions 自动检查更新:
- 每 6 小时检查一次
- 可从 Actions 页面手动触发
MIT