Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.02 KB

Samzong's Homebrew Tap

English | 中文

This is a custom Homebrew tap for my personal applications and tools.

Installation

brew tap samzong/tap

Available Applications

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

Usage

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

Documentation