This is a custom Homebrew tap for my personal applications and tools.
brew tap samzong/tap
Application Name | Type | Description | Latest Version | Last Updated |
---|---|---|---|---|
HF Model Downloader | GUI App | A cross-platform GUI application for easily downloading Hugging Face models | 0.0.3 | 2025-01-17 |
Mac Music Player | GUI App | A modern music player for macOS | 0.1.5 | 2025-01-17 |
mdctl | CLI Tool | A command-line tool for managing markdown files | 0.0.1 | 2025-01-17 |
To install an application:
# For GUI applications
brew install --cask samzong/tap/APP_NAME
# For CLI tools
brew install samzong/tap/TOOL_NAME
# Examples:
brew install --cask samzong/tap/hf-model-downloader
brew install samzong/tap/mdctl
brew help
man brew
- Homebrew's documentation