dx.sh

One-line DevOps Tool Installers

Install popular DevOps tools with a single curl command. All scripts dynamically fetch the latest releases from GitHub.

Supported Tools

kubectl

curl -fsSL dx.sh/kubectl | bash

terraform

curl -fsSL dx.sh/terraform | bash

helm

curl -fsSL dx.sh/helm | bash

docker-compose

curl -fsSL dx.sh/docker-compose | bash

Stateless, open-source, and developer-friendly. All scripts include OS/architecture detection and version verification.