KubeadaptDocsBack to site
Sign inStart free
DocsAPI ReferenceCLI
  • Overview
    • Installation
    • Authentication
    • Configuration
  • Commands
Docs homev1CliInstallation

CLI

CLI Installation

Install the Kubeadapt CLI via Homebrew, shell script, or build from source. Available for macOS, Linux, and Windows.


Install kubeadapt to query Kubernetes cost data from your terminal.

Homebrew

Homebrew is the recommended install method on macOS and Linux.

bash
brew install kubeadapt/tap/kubeadapt

To upgrade to the latest version:

bash
brew upgrade kubeadapt/tap/kubeadapt

Install script

The install script downloads the correct binary for your OS and architecture and places it in /usr/local/bin.

bash
curl -sSL https://raw.githubusercontent.com/kubeadapt/kubeadapt-cli/main/scripts/install.sh | bash

Build from source

Clone the repository and build with Task.

bash
git clone https://github.com/kubeadapt/kubeadapt-cli.git
cd kubeadapt-cli
task build

The compiled binary will be in bin/.

Windows

Download the latest .zip from GitHub Releases, extract it, and add the binary to your PATH.

Uninstall

MethodCommand
Homebrewbrew uninstall kubeadapt/tap/kubeadapt
Install scriptrm /usr/local/bin/kubeadapt
Source buildRemove the cloned directory

Verify installation

After installing, confirm the binary is on your PATH:

bash
kubeadapt version

Expected output:

plaintext
kubeadapt v0.5.0
  Commit:     a1b2c3d
  Built:      2026-03-11T10:00:00Z
  OS/Arch:    darwin/arm64
Warning

If kubeadapt: command not found after installation, check that the binary location is in your PATH. For Homebrew: $(brew --prefix)/bin. For the install script: /usr/local/bin.

Next

  • Authentication: store your API key
  • Shell Completions: enable tab completion
PreviousCLI OverviewCLINextCLI AuthenticationCLI

On this page

  • Homebrew
  • Install script
  • Build from source
  • Windows
  • Uninstall
  • Verify installation
  • Next
Edit this page
Kubeadapt

Kubernetes FinOps platform. Cost visibility, rightsizing, and capacity planning that pays for itself in 30 days.

Product

  • Cost Monitoring
  • Cost Attribution
  • Workload Rightsizing
  • Recommendations
  • Smart Alerting
  • Best Practices
  • Network Cross-AZ

Resources

  • Documentation
  • Status Page
  • Feature Requests

Company

  • About Us
  • Security
  • Careers
  • Contact

© 2026 Kubeadapt. All rights reserved.

PrivacyTermsSecurity