# 使用 Homebrew, chocolatey, Nix, zypper, apk, apt, dnf, MacPorts, pacman, winget 安装 arkade

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

## 安装

```sh
sudo av install brew:arkade
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install arkade
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ark
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#arkade
```

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

- zypper (92%):

```sh
sudo zypper install arkade
```

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

- apk (92%):

```sh
sudo apk add ark
```

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

- Debian apt (92%):

```sh
sudo apt install ark
```

  证据: Debian stable package indexes: ark from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install ark
```

  证据: Fedora Rawhide package metadata: ark from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S ark
```

  证据: Arch Linux sync databases: ark from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Chocolatey (92%):

```sh
choco install arkade
```

  证据: Chocolatey community package catalog: arkade from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.7743998','highlight'

- winget (92%):

```sh
winget install --id KDE.Ark -e
```

  证据: Windows Package Manager source index: KDE.Ark from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:arkade
- **软件包管理器:** Homebrew
- **版本:** 0.11.114
- **来源摘要:** Open Source Kubernetes Marketplace
- **主页:** <https://blog.alexellis.io/kubernetes-marketplace-two-year-update/>
- **仓库:** <https://github.com/alexellis/arkade>
- **最后更新:** 2026-07-27T12:11:07Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ark (别名)
- arkade (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

arkade is an open source marketplace CLI for developer tools and Kubernetes apps. Its README describes two main jobs: installing Kubernetes apps with simple commands and downloading current CLI binaries with arkade get.

### 项目历史

Alex Ellis' two-year update explains that arkade came out of repeated Kubernetes tutorial boilerplate and an earlier k3sup app-install prototype. The specific split was from k3sup app install/info into arkade install/info, making the Kubernetes app marketplace independent from k3sup's cluster-bootstrap identity.

The official blog post dates the project motivation to 2019 and cites a September 24, 2019 prototype commit for installing apps. By the 2021 update, arkade had become a standalone project at github.com/alexellis/arkade, with a community around adding apps and tools.

The project later expanded from installing Kubernetes apps to downloading CLI tools. The README now frames arkade get as a fast way to install kubectl, kind, terraform, jq, helm, and many other developer CLIs without waiting on heavier package-manager catalog updates.

### 采用历史

The arkade README includes user testimonials from cloud-native practitioners and says users run arkade get on both local workstations and CI runners such as GitHub Actions or Jenkins. It also reports a current catalog of 193 CLIs and 53 Kubernetes apps.

The 2021 project update reported 47 Kubernetes apps, 47,000 downloads, 108 releases, about 2,000 GitHub stars, and between 50 and 100 contributors when including the k3sup period. The same article describes sponsored apps as a way to fund work while improving vendor onboarding.

The supplied package facts show Homebrew packaging for arkade. Some other package-manager mappings in the input point to unrelated packages named ark or KDE Ark, so Homebrew and the upstream install script are the reliable package-level adoption signals here.

### 使用方式

The executables are arkade and ark. The README documents curl -sLS https://get.arkade.dev | sudo sh for installation, arkade install APP for Kubernetes apps, arkade info for post-install information, arkade get TOOL for CLI downloads, and arkade update for self-update on macOS and Linux.

arkade stores downloaded tools under $HOME/.arkade/bin by default and lets users override OS, architecture, version, and output path. It is used for local developer setup, disposable clusters, demos, tutorials, and CI jobs that need a handful of cloud-native CLIs quickly.

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

arkade matters because it deliberately overlaps with package managers while staying narrower: it downloads upstream CLI binaries and wraps Kubernetes app installation recipes rather than trying to be a universal OS package manager.

For package nerds, arkade is a catalog and installer pattern: one Go CLI codifies URL templates, platform/architecture detection, Helm chart installs, and app post-install messages. It is interesting precisely because it competes with copy-pasted README install commands, not because it replaces distro packaging.

### 时间线

- 2019: Alex Ellis describes the project motivation as repeated Kubernetes installation boilerplate and cites a September 24 prototype in k3sup.
- 2021: The two-year update describes arkade as a standalone marketplace with dozens of apps, many releases, contributors, and downloads.
- 2024: Official releases continued through 0.11.x, adding and updating CLI tool definitions.
- 2026: The current README reports 193 CLIs and 53 Kubernetes apps.

### Related projects

- arkade grew out of k3sup and is closely related to Kubernetes, Helm, kubectl, kind, OpenFaaS, cert-manager, ingress-nginx, and the broader cloud-native CLI ecosystem.
- Its package-manager neighbors are Homebrew, apt, direct GitHub release downloads, curl install scripts, and CI tool-cache setup steps.

### 来源

- <https://blog.alexellis.io/kubernetes-marketplace-two-year-update/>
- <https://github.com/alexellis/arkade/releases>
- <https://raw.githubusercontent.com/alexellis/arkade/master/README.md>
- input.source_facts.package-manager


## 安全说明

infrastructure mutation or orchestration signal.

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

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

- Nix - arkade: normalized package name match | nixpkgs package indexes: pkgs/by-name/ar/arkade/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - arkade - 0.11.114-1.1: normalized package name match | openSUSE Tumbleweed package metadata: arkade from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Open Source Kubernetes Marketplace | https://github.com/alexellis/arkade
- zypper - arkade-bash-completion - 0.11.114-1.1: normalized package name match | openSUSE Tumbleweed package metadata: arkade-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for arkade | https://github.com/alexellis/arkade
- zypper - arkade-zsh-completion - 0.11.114-1.1: normalized package name match | openSUSE Tumbleweed package metadata: arkade-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for arkade | https://github.com/alexellis/arkade
- Chocolatey - arkade: normalized package name match | Chocolatey community package catalog: arkade from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.7743998','highlight'
- MacPorts - ark: installed executable or alias match | MacPorts ports tree: kde/ark/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - ark - 4:25.04.3-1: installed executable or alias match | Debian stable package indexes: ark from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | archive utility | https://apps.kde.org/ark/
- Nix - ark: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ar/ark/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ark - 4:23.08.5-0ubuntu5: installed executable or alias match | Ubuntu 24.04 LTS package indexes: ark from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | archive utility | https://www.kde.org/
- apk - ark - 26.04.3-r0: installed executable or alias match | Alpine Linux edge package indexes: ark from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Graphical file compression/decompression utility with support for multiple formats | https://kde.org/applications/utilities/org.kde.ark
- apk - ark-doc - 26.04.3-r0: installed executable or alias match | Alpine Linux edge package indexes: ark-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Graphical file compression/decompression utility with support for multiple formats (documentation) | https://kde.org/applications/utilities/org.kde.ark
- apk - ark-lang - 26.04.3-r0: installed executable or alias match | Alpine Linux edge package indexes: ark-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package ark | https://kde.org/applications/utilities/org.kde.ark
- dnf - ark - 26.07.90-1.fc45: installed executable or alias match | Fedora Rawhide package metadata: ark from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Archive manager | https://www.kde.org/applications/utilities/ark/
- dnf - ark-libs - 26.07.90-1.fc45: installed executable or alias match | Fedora Rawhide package metadata: ark-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Runtime libraries for ark | https://www.kde.org/applications/utilities/ark/
- pacman - ark - 26.04.3-1: installed executable or alias match | Arch Linux sync databases: ark from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Archiving Tool | https://apps.kde.org/ark/
- zypper - ark - 26.04.3-1.2: installed executable or alias match | openSUSE Tumbleweed package metadata: ark from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | KDE Archiver Tool | https://apps.kde.org/ark


## Combined YAML source

View the package source record on GitHub. [combined/arkade.yml](https://github.com/mxcl/pkgdb/blob/main/combined/arkade.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
