Note
This tap is no longer maintained. Please use the official homebrew-core formula instead.
This tap previously provided a binary formula while the project was transitioning into Homebrew/core.
If you installed from this tap, run the following to migrate:
brew untap marcinkubica/kagent
brew install kagentIf you previously installed kagent CLI with the old installer (using curl and bash)
you will need to remove it in order to use homebrew installed version.
Find location of your binary
which kagent
# likely will output something like
/usr/local/bin/kagent- Remove the old binary
sudo rm /usr/local/bin/kagentOr remove in one go
sudo rm $(which kagent)- macOS (Intel and Apple Silicon)
- Linux (AMD64 and ARM64)
Apache-2.0