A personal Homebrew tap providing formulae for scientific computing, C++ libraries, and developer tools. Fully tested on Apple Silicon (M1).
This project was developed with the assistance of the Xiaomi MiMo model (mimo-v2.5-pro), an AI coding assistant that helped write, refactor, and maintain the formula definitions.
brew tap cxwx/cxbrewThen install any formula from this tap:
brew install cxwx/cxbrew/<formula>For example:
brew install cxwx/cxbrew/geant4
brew install cxwx/cxbrew/highfive
brew install cxwx/cxbrew/bilibili-tui
brew install cxwx/cxbrew/rime-lsFormulae are organized by language under Formula/:
cpp/- C++ libraries (scientific computing, JSON, linear algebra, CLI tools, etc.)go/- Go developer toolsrust/- Rust toolsc/- C libraries
Browse the Formula/ directory for the full list. Formulae may be added or removed over time.
Formulas are automatically validated on push to master via GitHub Actions, checking Ruby syntax for all .rb files under Formula/. Separate workflows run for macOS 13, 14, 15 and Ubuntu.
- Most formulae lack
licenseandtestblocks (see TODO for progress) - Primarily maintained for personal use; PRs and issues are welcome
PRs and issues are welcome. Please ensure your formula passes ruby -c syntax check before submitting.
This project was written and maintained with the help of the Xiaomi MiMo model (mimo-v2.5-pro), Xiaomi's AI coding model. Formula definitions, refactoring, CI configuration, and documentation were all assisted by MiMo, demonstrating the capability of large language models in maintaining infrastructure-as-code projects like Homebrew taps.