Homebrew Casks

Unofficial Homebrew Cask Tap for macOS Apps.

Quick Start

# 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 ONCE to remove quarantine (no more warnings!)
sudo xattr -cr "/Applications/ClashMac.app"
sudo xattr -cr "/Applications/Sparkle.app"

Available Casks

CaskDescription
clashmacNative Proxy Experience Built for macOS
sparkleAnother Mihomo GUI

Commands

# Install
brew install --cask ace0ge/homebrew-apps/<cask-name>

# After install, run ONCE to avoid authorization prompts:
sudo xattr -cr "/Applications/<AppName>.app"

# Upgrade (then run xattr again)
brew upgrade --cask ace0ge/homebrew-apps/<cask-name>

# Uninstall
brew uninstall --cask ace0ge/homebrew-apps/<cask-name>

# List installed
brew list --cask

Auto Update

Checks every 6 hours. Can trigger manually from Actions tab.

License

MIT

Homebrew Casks

非官方 Homebrew Cask 源,用于 macOS 应用。

快速开始

# 添加此 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"

可用 Casks

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

自动更新

每 6 小时检查一次,可从 Actions 页面手动触发。

许可证

MIT