1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33# 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/) on MacOS or Linux
## Install
```bash
brew install langgenius/dify/dify
```
## Upgrade
```bash
brew upgrade dify
```
## Reinstall
```bash
brew reinstall -f dify
```
## Uninstall
```bash
brew unisntall dify
brew untap langgenius/dify
```