macOS
brew install kubieprovider-native install command
brew / rank 1999
Much more powerful alternative to kubectx and kubens. Version 0.28.0 via Homebrew; verified 2026-07-04.
install
brew install kubieprovider-native install command
overview
Much more powerful alternative to kubectx and kubens
history
kubie is a Rust CLI for Kubernetes context and namespace switching, positioned by its README as a more powerful alternative to kubectx, kubens, and shell prompt helpers.
The tool grew around a specific Kubernetes operator pain point: switching contexts without letting one terminal session accidentally mutate another session's kubeconfig state. Its README emphasizes independent shells, recursive context sessions, split kubeconfig loading, `kubie exec`, and `kubie lint` rather than a large platform or daemon.
kubie is distributed through Rust's crates.io ecosystem and through operating-system package managers including Homebrew, MacPorts, Nix, Arch Linux, Alpine, and others. That spread suggests adoption by CLI-heavy Kubernetes users rather than by a single vendor platform.
Users run `kubie ctx` and `kubie ns` to select contexts and namespaces, spawn isolated shells, execute a command across a chosen context and namespace, or lint Kubernetes config files. Its configuration lives at `~/.kube/kubie.yaml` and controls shell behavior, kubeconfig include/exclude patterns, prompt behavior, and interactive menu settings.
kubie is interesting because it packages a small but safety-relevant workflow: preventing accidental cross-cluster context leakage. It represents the Rust CLI wave in Kubernetes tooling, where a compact binary replaces shell-function conventions common in older kubectl helper tools.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.kube/kubie.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kubie | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:kubie |
|---|---|
| Version | 0.28.0 |
| Package manager | Homebrew |
| Homepage | https://sbstp.ca |
| Repository | https://github.com/kubie-org/kubie |
| Last updated | 2026-07-04T16:53:43+09:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.