# 使用 Homebrew, apk, MacPorts, Nix, scoop 安装 kapp

查看 kapp 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:kapp
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install kapp
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install kapp
```

  证据: MacPorts ports tree: sysutils/kapp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add kapp
```

  证据: Alpine Linux edge package indexes: kapp from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#kapp
```

  证据: nixpkgs package indexes: pkgs/by-name/ka/kapp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/kapp
```

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

## 软件包事实

- **软件包键:** brew:kapp
- **软件包管理器:** Homebrew
- **版本:** 0.65.3
- **来源摘要:** CLI tool for Kubernetes users to group and manage bulk resources
- **主页:** <https://carvel.dev/kapp/>
- **仓库:** <https://github.com/carvel-dev/kapp>
- **最后更新:** 2026-07-27T21:58:37+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- kapp (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.65.3
## 项目历史与用法

kapp is a Carvel command-line deployment tool for managing a group of Kubernetes resources as one application.

### 项目历史

kapp was developed in the Carvel tool family to focus narrowly on Kubernetes deployment workflow rather than templating or packaging. The project defines a Kubernetes application as a set of resources with the same label, then provides diff, apply, delete, wait, and history behavior around that set.

### 采用历史

kapp found its audience among Kubernetes users who wanted a small client-side deploy tool that worked with plain YAML and with config generators such as ytt. Its packaging through Homebrew, MacPorts, Nix, Scoop, and apk made it easy to install beside kubectl in local development, CI, and GitOps workflows.

### 使用方式

Users commonly pipe or point rendered YAML at kapp, inspect the planned diff, and let kapp converge live resources while waiting for readiness. Because it works without server-side components, custom CRDs, or cluster-admin privileges, it fits constrained clusters and simple CI runners.

### 为什么软件包爱好者会关心

kapp is significant because it deliberately leaves packaging and templating to other tools. That makes the package a sharp Unix-style CLI in the Kubernetes ecosystem: combine ytt, kbld, imgpkg, or vendir as needed, then let kapp handle apply semantics and deployment history.

### 时间线

- 2019: kapp v0.1.0 was published on March 15.
- 2019: early v0.x releases established kapp as a standalone Carvel deployment CLI.
- 2026: kapp release pages documented signed checksum verification and Homebrew installation for distributed binaries.

### Related projects

- ytt, kbld, imgpkg, and vendir are neighboring Carvel tools often used before kapp in a deployment pipeline.
- kapp-controller extends the same deployment ideas into an in-cluster controller.
- kubectl, Helm, and Argo CD are common comparison points because kapp operates in the Kubernetes deployment space while avoiding templating and server-side package management.

### 来源

- <https://carvel.dev/kapp/docs/latest>
- <https://github.com/carvel-dev/kapp>
- <https://github.com/carvel-dev/kapp/releases>
- <https://github.com/carvel-dev/kapp/releases/tag/v0.1.0>


## 安全说明

infrastructure mutation or orchestration signal.

- **Geiger 风险:** orange / 中
- infrastructure mutation or orchestration signal

## 其他软件包管理器记录

- Nix - kapp: normalized package name match | nixpkgs package indexes: pkgs/by-name/ka/kapp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - kapp - 0.66.0-r1: normalized package name match | Alpine Linux edge package indexes: kapp from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | deployment tool focused on the concept of a kubernetes application | https://carvel.dev/kapp
- apk - kapp-bash-completion - 0.66.0-r1: normalized package name match | Alpine Linux edge package indexes: kapp-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for kapp | https://carvel.dev/kapp
- apk - kapp-fish-completion - 0.66.0-r1: normalized package name match | Alpine Linux edge package indexes: kapp-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for kapp | https://carvel.dev/kapp
- apk - kapp-zsh-completion - 0.66.0-r1: normalized package name match | Alpine Linux edge package indexes: kapp-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for kapp | https://carvel.dev/kapp
- MacPorts - kapp: normalized package name match | MacPorts ports tree: sysutils/kapp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/kapp: normalized package name match | Scoop official bucket manifest trees: bucket/kapp.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
