# Installer ctlptl avec Homebrew, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ctlptl pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:ctlptl
```

## Réponse sur la sécurité des agents

ctlptl manages local Kubernetes clusters and container registry wiring.

- **Accès aux identifiants:** Reads kubeconfig, local cluster config, and registry settings.
- **Modification distante:** Primarily local, but can affect reachable Kubernetes contexts.
- **Risque de publication ou d'artéfact:** Can change local cluster state used for builds and deploy tests.
- **Contrôle recommandé:** Gate cluster create/delete and registry mutation commands.
- **Conseils d'utilisation par les agents:** Allow status and config review; require approval for cluster lifecycle changes.

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ctlptl
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ctlptl
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ct/ctlptl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install ctlptl
```

  Preuve: openSUSE Tumbleweed package metadata: ctlptl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:ctlptl
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.9.4
- **Résumé source:** Making local Kubernetes clusters fun and easy to set up
- **Page d'accueil:** <https://github.com/tilt-dev/ctlptl>
- **Dépôt:** <https://github.com/tilt-dev/ctlptl>
- **Dernière mise à jour:** 2026-07-27T22:04:06+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ctlptl (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.9.4
## Historique du projet et usages

ctlptl is a Tilt-developed CLI for declaratively creating and managing local Kubernetes clusters. It uses Kubernetes-style YAML to drive local cluster products such as Docker Desktop, kind, k3d, and minikube.

### Historique du projet

The README says ctlptl was inspired by kubectl and Cluster API's clusterctl, with the idea that users declare a local cluster in YAML and let the CLI set it up. Tilt created it after helping teams debug repeated local-development environment misconfigurations.

The project reached v0.1.0 in November 2020 and has continued as a 0.x tool, with official release artifacts reaching v0.9.4 in June 2026.

### Historique d'adoption

Official installation paths include Homebrew on macOS and Linux, Scoop on Windows, and go install. The README emphasizes interoperability with common local Kubernetes products rather than replacing them.

### Modes d'utilisation

Common commands include ctlptl get, create cluster, apply -f cluster.yaml, and delete -f cluster.yaml. Typical package use is in developer-workstation setup scripts and CI-friendly local-cluster recipes where a registry, CPU limits, Kubernetes version, or Docker Desktop setting needs to be repeatable.

### Pourquoi les passionnés de paquets s'y intéressent

ctlptl is packaging glue for the local Kubernetes stack: it wraps existing cluster implementations, exposes declarative YAML, and provides package-manager-friendly binaries for developers who want reproducible local infrastructure without maintaining bespoke shell scripts.

### Chronologie

- 2020: v0.1.0 release published.
- 2020: Early releases added declarative local-cluster workflows around kind, k3d, minikube, and Docker Desktop.
- 2026: v0.9.4 release published.

### Related projects

- ctlptl is explicitly related to kubectl, Cluster API's clusterctl, kind, k3d, minikube, Docker Desktop, and Tilt's local-development tooling.

### Sources

- <https://github.com/tilt-dev/ctlptl#readme>
- <https://github.com/tilt-dev/ctlptl/tree/main/docs>
- <https://api.github.com/repos/tilt-dev/ctlptl/releases?per_page=100>


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

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.


## Configuration files

- Unix: cluster.yaml
## Autres enregistrements de gestionnaires de paquets

- Nix - ctlptl: normalized package name match | nixpkgs package indexes: pkgs/by-name/ct/ctlptl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - ctlptl - 0.9.4-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ctlptl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI for declaratively setting up local Kubernetes clusters | https://github.com/tilt-dev/ctlptl
- zypper - ctlptl-bash-completion - 0.9.4-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ctlptl-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for ctlptl | https://github.com/tilt-dev/ctlptl
- zypper - ctlptl-fish-completion - 0.9.4-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ctlptl-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for ctlptl | https://github.com/tilt-dev/ctlptl
- zypper - ctlptl-zsh-completion - 0.9.4-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ctlptl-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for ctlptl | https://github.com/tilt-dev/ctlptl


## Combined YAML source

View the package source record on GitHub. [combined/ctlptl.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ctlptl.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
- curated agent safety answer
