Homebrew packages for Kopuz, a fast, modern music player built with Rust and Dioxus.
brew install --cask kopuz-org/tap/kopuzOr tap first, then install:
brew tap kopuz-org/tap
brew install --cask kopuzOr, in a brew bundle Brewfile:
tap "kopuz-org/tap"
cask "kopuz"The build is Apple Silicon only and signed ad-hoc rather than notarized, so Gatekeeper blocks the first launch. Either install with --no-quarantine:
brew install --cask --no-quarantine kopuz-org/tap/kopuzor clear the flag once after installing:
xattr -d com.apple.quarantine /Applications/Kopuz.appCasks/kopuz.rb is bumped automatically by the update-tap workflow in the main repo whenever a v* tag is released. To do it by hand:
brew bump-cask-pr --version <new version> --write-only kopuz-org/tap/kopuzbrew help, man brew or check Homebrew's documentation.