https://github.com/conduktor/homebrew-brew
The Official Conduktor Software Homebrew Tap
https://github.com/conduktor/homebrew-brew
Last synced: over 1 year ago
JSON representation
The Official Conduktor Software Homebrew Tap
- Host: GitHub
- URL: https://github.com/conduktor/homebrew-brew
- Owner: conduktor
- Created: 2021-07-13T18:34:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T22:16:50.000Z (about 2 years ago)
- Last Synced: 2024-04-02T22:49:01.925Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 43.9 KB
- Stars: 5
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# The Conduktor Homebrew Tap
This is a custom [Homebrew](https://brew.sh) tap for official Conduktor software: Conduktor CLI (and former Conduktor Desktop).
## Get Started
Add the custom tap in a MacOS terminal session using:
```
$ brew tap conduktor/brew
```
## Install Conduktor CLI
Conduktor CLI gives you the ability to perform some operations directly from your command line or a CI/CD pipeline.
Check the [reference](https://docs.conduktor.io/platform/reference/cli-reference/) documentation.
```bash
# For the first time
$ brew install conduktor-cli
# If you already installed it
$ brew update conduktor-cli
```
## Install Conduktor Desktop
This is our former Conduktor Desktop product (a Desktop Kafka UI):
```
$ brew install conduktor
```
## The Documentation
For more information, please reference the following documentation:
* [The Conduktor documentation](https://docs.conduktor.io/)
## Contact
If you're having issues with Conduktor please [contact us](https://www.conduktor.io/contact/).