# Installer kubetail avec Homebrew, apk, apt, MacPorts, Nix, scoop, winget

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

## installation

```sh
sudo av install brew:kubetail
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install kubetail
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install kubetail
```

  Preuve: MacPorts ports tree: devel/kubetail/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add kubetail
```

  Preuve: Alpine Linux edge package indexes: kubetail from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install kubetail
```

  Preuve: Debian stable package indexes: kubetail from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#kubetail
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/kubetail
```

  Preuve: Scoop official bucket manifest trees: bucket/kubetail.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Kubetail.Kubetail -e
```

  Preuve: Windows Package Manager source index: Kubetail.Kubetail from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:kubetail
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/kubetail>
- **Version:** 0.18.0
- **Résumé source:** Logging tool for Kubernetes with a real-time web dashboard
- **Page d'accueil:** <https://www.kubetail.com/>
- **Dépôt:** <https://github.com/kubetail-org/kubetail>
- **Docs amont:** <https://docs.kubetail.com/>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.18.0.tar.gz>
- **Dernière mise à jour:** 2026-06-16T18:31:40Z
- **Généré:** 2026-07-25T07:20:51+00:00

## exécutables

- kubetail (cli)
- kubetail (alias)

## Dépendances de compilation

- go
- node
- pnpm

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-25
- version du gestionnaire: 0.18.0
- gestionnaire mis à jour: 2026-06-16
- données locales: OK
- dépôt amont: https://github.com/kubetail-org/kubetail
- dernière version détectée: cli/v0.18.0 (à jour)
## Historique du projet et usages

Kubetail is a Kubernetes logging CLI and dashboard for viewing logs from multi-container workloads in a single chronological stream. In package-manager terms it represents the shift from small log-follow scripts to installable desktop/browser-backed Kubernetes developer tools.

### Historique du projet

The kubetail-org project describes Kubetail as a general-purpose logging dashboard optimized for real-time tailing across multi-container Kubernetes workloads. Its README and docs position the kubetail CLI as the entry point for launching a local web dashboard, streaming logs in a terminal, or managing cluster resources used by the tool.

### Historique d'adoption

Kubetail adoption is visible through a public GitHub repository, a dedicated docs site, a public website, Homebrew packaging, and release artifacts for multiple operating systems. The project also publishes cluster and dashboard-oriented pieces, which moved it beyond the older convention of a shell-only kubectl logs wrapper.

### Modes d'utilisation

The common use is to run kubetail locally, select workloads, and inspect merged logs from multiple pods and containers. The docs emphasize that Kubetail reads through the Kubernetes API, so teams can tail logs without first shipping them to an external logging backend.

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

The package name is historically easy to confuse with older kubetail scripts, so the Homebrew formula and repository identity matter. This batch's package is the kubetail-org dashboard/CLI, not the older johanhaleby Bash script with the same human-friendly name.

### Chronologie

- 2024: Public discussion and early issues described Kubetail as a web-based real-time log viewer for Kubernetes clusters.
- 2025: Kubetail release notes show continued CLI/dashboard work, including search, API backend, security, and packaging changes.
- 2026: The GitHub releases page listed cli/v0.18.0 with signed release artifacts for Linux, macOS, and Windows.

### Related projects

- Related tools include kubectl logs, stern, kail, k9s, Kubernetes Dashboard, and older kubetail shell scripts. Kubetail differs by combining a CLI, browser dashboard, and multi-container timeline-oriented log viewing.

### Sources

- <https://docs.kubetail.com/>
- <https://docs.kubetail.com/reference/cli>
- <https://formulae.brew.sh/formula/kubetail>
- <https://github.com/kubetail-org/kubetail>
- <https://github.com/kubetail-org/kubetail/releases>
- <https://www.kubetail.com/>


## Notes de sécurité

infrastructure mutation or orchestration signal.

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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** kubetail
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - kubetail - 1.6.20-1: normalized package name match | Debian stable package indexes: kubetail from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Aggregate logs from multiple Kubernetes pods into one stream | https://github.com/johanhaleby/kubetail
- Nix - kubetail: normalized package name match | nixpkgs package indexes: pkgs/by-name/ku/kubetail/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - kubetail - 1.6.18-1: normalized package name match | Ubuntu 24.04 LTS package indexes: kubetail from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Aggregate logs from multiple Kubernetes pods into one stream | https://github.com/johanhaleby/kubetail
- apk - kubetail - 0.17.0-r1: normalized package name match | Alpine Linux edge package indexes: kubetail from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Real-time logging dashboard for Kubernetes | https://github.com/kubetail-org/kubetail
- MacPorts - kubetail: normalized package name match | MacPorts ports tree: devel/kubetail/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/kubetail: normalized package name match | Scoop official bucket manifest trees: bucket/kubetail.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Kubetail.Kubetail: normalized package name match | Windows Package Manager source index: Kubetail.Kubetail from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Cloud CLI packages](https://www.automicvault.com/fr/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [node](https://www.automicvault.com/fr/pkg/brew/node/) - Build dependency declared by Homebrew.
- [pnpm](https://www.automicvault.com/fr/pkg/brew/pnpm/) - Build dependency declared by Homebrew.
- [chaoskube](https://www.automicvault.com/fr/pkg/brew/chaoskube/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [click](https://www.automicvault.com/fr/pkg/brew/click/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [clusterawsadm](https://www.automicvault.com/fr/pkg/brew/clusterawsadm/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [clusterctl](https://www.automicvault.com/fr/pkg/brew/clusterctl/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [cmctl](https://www.automicvault.com/fr/pkg/brew/cmctl/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [cozyhr](https://www.automicvault.com/fr/pkg/brew/cozyhr/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [cozypkg](https://www.automicvault.com/fr/pkg/brew/cozypkg/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [crossplane](https://www.automicvault.com/fr/pkg/brew/crossplane/) - Shares av.db curated category or tags: cli, cloud-infrastructure, kubernetes.
- [kubeshark](https://www.automicvault.com/fr/pkg/brew/kubeshark/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, kubernetes.
- [kubesess](https://www.automicvault.com/fr/pkg/brew/kubesess/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, kubernetes.
- [kubebox](https://www.automicvault.com/fr/pkg/npm/kubebox/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, infrastructure, kubernetes.

## Combined YAML source

View the package source record on GitHub. [combined/kubetail.yml](https://github.com/automic-vault/db/blob/main/combined/kubetail.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
