Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

marcinkubica/homebrew-kagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-kagent (retired)

Note

This tap is no longer maintained. Please use the official homebrew-core formula instead.

About

This tap previously provided a binary formula while the project was transitioning into Homebrew/core.

Migration

If you installed from this tap, run the following to migrate:

brew untap marcinkubica/kagent
brew install kagent

Migration from older bash installer

If 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
  1. Remove the old binary
sudo rm /usr/local/bin/kagent

Or remove in one go

sudo rm $(which kagent)

TestedPlatforms

  • macOS (Intel and Apple Silicon)
  • Linux (AMD64 and ARM64)

License

Apache-2.0

Packages

No packages published

Contributors 2

  •  
  •  

Languages