# homebrew-dify **Repository Path**: dify_ai/homebrew-dify ## Basic Information - **Project Name**: homebrew-dify - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-13 - **Last Updated**: 2025-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # homebrew-dify Homebrew tap for the CLI tool of [Dify](https://github.com/langgenius/dify-plugin-daemon?tab=readme-ov-file#cli) ## Prerequisite - Install [Homebrew](https://brew.sh/) ## Installation ```bash brew tap langgenius/dify brew install dify ``` ## Upgrade ```bash brew upgrade dify ``` or forcing a reinstallation: ```bash brew uninstall dify brew untap langgenius/dify brew tap langgenius/dify brew install dify ```