Skip to content

Sign up and install the CLI

Sign up to Kupe Cloud and get the kupe CLI fully configured for your tenant.

  1. Go to signup.kupe.cloud.
  2. Enter your invitation code.
  3. Fill in your email, a tenant name, and your display name.
  4. Open the verification email and click the link.
  5. Set a password.

You are now the admin of a new tenant. You can sign into console.kupe.cloud with the same credentials.

Install script (no prerequisites, no sudo):

Terminal window
curl -fsSL https://get.kupe.cloud | sh

Or via Homebrew (auto-updates + completions + man page):

Terminal window
brew install kupecloud/tap/kupe

Verify:

Terminal window
kupe version --short

For the full install matrix — go install, direct binary download, update commands, uninstall instructions, and macOS/Windows trust-prompt notes — see Kupe CLI.

Terminal window
kupe auth login --tenant <your-tenant>

The default --method oidc runs an RFC 8628 device-code flow against Authentik — the CLI prints a short user code plus a verification URL, opens your browser (best-effort), and waits for you to approve. Sign in with the same email and password you set up in step 1. It works identically on laptops, SSH sessions, and CI runners; no localhost listener is required.

Confirm it worked:

Terminal window
kupe auth whoami

You should see your email, tenant, and role (admin).

Create your first cluster.