- 🔥 Easy installation of talosctl, the reference CLI to use Talos OS
- 🔥 Easy installation of omnictl, the reference CLI to use Omni
- ⭐ Talosctl works on macOS (Intel/ARM) and Linux (amd64/arm64/armv7)
- ⭐ Omnictl works on macOS (Intel/ARM) and Linux (amd64/arm64)
There is a meta formulae for the common tools:
brew install siderolabs/tap/sidero-tools
This includes talosctl
, omnictl
, kubectl-oidc_login
, and kubectl
.
Note:
kubectl
andkubectl-oidc_login
ore not maintained by Sidero Labs, but they are included in the meta formulae for convenience.
You can also add the tap and install tools separately.
This makes formulae within it available in search results (brew search
output):
brew tap siderolabs/tap
brew install talosctl omnictl
Currently, updates of this repository are manual (see siderolabs/talos#2148) and may be delayed. If you rely on this tap, please send pull requests.
To manually update formulas in this repo, fork and clone this repo then run ./update.sh
.
Example Usage:
./update.sh <tool> <version>
./update.sh talosctl 1.6.6
./update.sh omnictl 0.31.0
brew help
, man brew
or check Homebrew's documentation.