This is the repository used for OwO Network Homebrew installations.
- You should make sure that
Homebrewis already installed on your Mac. if not, you can install it using the following command.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- You should use the
tapcommand to add our repository.
brew tap owo-network/brewAfter tapping owo-network/brew, you can install packages with the commands
below.
| Name | Description | Install command |
|---|---|---|
| imgzip | A simple and efficient image compression tool | brew install --cask owo-network/brew/imgzip |
| koe | A zero-GUI macOS voice input tool | brew install --cask owo-network/brew/koe |
| mist | Lightweight S3 image uploader for macOS | brew install --cask owo-network/brew/mist |
| polyglot-sub | Subtitle translator based on DeepLX | brew install --cask owo-network/brew/polyglot-sub |
| Name | Description | Install command |
|---|---|---|
| claude2openai | A proxy to convert Claude API into OpenAI API format | brew install owo-network/brew/claude2openai |
| coffer | A simple, fast, and secure key-value store | brew install owo-network/brew/coffer |
| deeplx | DeepLX is a permanently free DeepL API client written in Golang. | brew install owo-network/brew/deeplx |
| fixtwitter | Background service that automatically replaces X.com links with fxtwitter.com in clipboard | brew install owo-network/brew/fixtwitter |
| fixtwitter-nosb | Background service that automatically replaces X.com links with no.sb in clipboard | brew install owo-network/brew/fixtwitter-nosb |
| mailclaw | CLI for interacting with a MailClaw inbox API | brew install owo-network/brew/mailclaw |
| rdap | A command-line RDAP client for querying domain, IP, and ASN information | brew install owo-network/brew/rdap |
| speedtest-rust | Speedtest CLI powered by Apple CDN, written in Rust | brew install owo-network/brew/speedtest-rust |
| us-visa | A tool for checking US visa wait times | brew install owo-network/brew/us-visa |
| xpost | A command-line tool and HTTP API for posting to X (Twitter) | brew install owo-network/brew/xpost |
brew uninstall [NAME]brew untap owo-network/brewhomebrew-brew © OwO Network Limited, Released under the GPL-3.0 License.