This is the official Homebrew tap for Miren Runtime.
brew tap mirendev/tap
brew install --cask mirenbrew upgrade --cask mirenbrew uninstall --cask miren
brew untap mirendev/tapThe cask is automatically updated when new releases are published to the runtime repository.
To manually trigger an update:
gh workflow run update-cask.yml -R mirendev/homebrew-tapOr with a specific version:
gh workflow run update-cask.yml -R mirendev/homebrew-tap -f version=v0.2.0