Install kubectl, helm, terraform, and other CLI tools on a new machine with a single command instead of visiting multiple download pages.
Set up all needed developer tools at the start of a GitHub Actions workflow without writing separate install steps for each.
Deploy ingress-nginx, cert-manager, or ArgoCD into a Kubernetes cluster with one arkade command and sensible defaults.
Scan a Helm chart's container image references to check whether newer versions are available and update them automatically.
| alexellis/arkade | mitchellh/gox | xvzc/spoofdpi | |
|---|---|---|---|
| Stars | 4,580 | 4,584 | 4,576 |
| Language | Go | Go | Go |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | ops devops | developer | general |
Figures from each repo's GitHub metadata at analysis time.
No API keys or accounts needed, just download the arkade binary and run arkade get or arkade install.
Arkade is a command-line tool that installs developer tools and Kubernetes applications faster than using a system package manager. Instead of visiting multiple websites, reading separate README files for each tool, and running different install commands per operating system, you run a single arkade command and it fetches the correct binary for your platform automatically. The arkade get command covers over 190 CLI tools including kubectl, kind, helm, terraform, jq, flux, and many others. It always pulls the latest version, figures out whether you are on Linux, macOS, or Windows and whether you have an x86, ARM, or Apple Silicon processor, and downloads the right file. This makes it useful both on personal machines and inside CI pipelines on GitHub Actions, where setting up a set of tools at the start of a workflow would otherwise require multiple steps. The second main capability is arkade install, which deploys Kubernetes applications into a running cluster. It wraps over 50 common Helm charts and manifests for things like ingress-nginx, cert-manager, Postgres, ArgoCD, and others. It exposes the most common configuration options as straightforward flags rather than requiring you to write or edit a values.yaml file, though raw Helm overrides via --set are also supported. After installation, arkade info prints the post-install instructions for that app. Arkade also has utilities for working with Helm charts: it can scan a chart's image references, check whether newer versions exist, and update them in place. There is support for installing packages from OCI images, which is a newer container-based distribution format. The tool is written in Go, works on Linux, macOS, and Windows, and is released under the MIT license. A GitHub Actions integration is available for using it in automated workflows. The full README is longer than what was shown.
Arkade is a single command-line tool that installs 190+ developer CLI tools and 50+ Kubernetes apps instantly, automatically picking the right binary for your OS and CPU. MIT-licensed, works on Linux, macOS, and Windows.
Mainly Go. The stack also includes Go, Helm, GitHub Actions.
Use, modify, and distribute freely for any purpose including commercial, keep the MIT copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.