# 使用 Homebrew, apk, Nix, pacman, zypper 安装 woodpecker-cli

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

## 安装

```sh
sudo av install brew:woodpecker-cli
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install woodpecker-cli
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add woodpecker-cli
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#woodpecker-cli
```

  证据: nixpkgs package indexes: woodpecker-cli from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S woodpecker-cli
```

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

- zypper (92%):

```sh
sudo zypper install woodpecker-cli
```

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

## 软件包事实

- **软件包键:** brew:woodpecker-cli
- **软件包管理器:** Homebrew
- **版本:** 3.17.0
- **来源摘要:** CLI client for the Woodpecker Continuous Integration server
- **主页:** <https://woodpecker-ci.org/>
- **仓库:** <https://github.com/woodpecker-ci/woodpecker>
- **最后更新:** 2026-07-31T17:39:26Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- woodpecker-cli (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Woodpecker CLI is the command-line client for Woodpecker CI, a lightweight, container-oriented continuous integration and delivery system. The CLI is used both as an administrative client for a Woodpecker server and as a local execution tool for testing pipelines before they run on a server.

Woodpecker itself is a community continuation of the open-source Drone 0.8 lineage. The Woodpecker documentation states that the project was originally forked from Drone 0.8 after Drone changed its license after that release from Apache 2.0 to a proprietary license, making Woodpecker the branch that continued from the last freely available Drone version.

### 项目历史

The public GitHub repository for Woodpecker was created on 2019-04-03. Its README describes Woodpecker as a simple but powerful CI/CD engine with great extensibility, and the current documentation describes it as lightweight, simple to use, and fast. That positioning reflects its origins as a smaller self-hosted CI system rather than a hosted SaaS CI product.

Woodpecker inherited important ideas from Drone: pipeline definitions are container-oriented, steps run in containers, and self-hosted Git forges are central to the expected deployment model. Over time the project developed its own identity, documentation, plugin catalog, Matrix community, Open Collective sponsorship, and release stream.

The CLI follows that split between server administration and local developer feedback. The current CLI manual documents global options for server and token configuration, commands for repositories, builds, registries, secrets, users, and contexts, and an `exec` command for executing a local pipeline with metadata and backend options.

### 采用历史

Woodpecker's adoption is strongest in the self-hosted and open-source forge ecosystem. The official README says Codeberg uses Woodpecker as its main CI/CD engine, which is a notable adoption signal because Codeberg is a public Git hosting platform focused on privacy and free software development.

The GitHub repository also shows substantial community traction for a self-hosted CI project, with thousands of stars and hundreds of forks. Its plugin overview and current documentation indicate a broader ecosystem of core-team and community-maintained plugins.

### 使用方式

Developers typically use `woodpecker-cli` to authenticate against a Woodpecker server, inspect repositories and builds, manage secrets and registries, or switch named contexts. CI administrators use it as a scriptable surface for operations that would otherwise happen in the web UI.

A particularly package-relevant use is `woodpecker-cli exec`, which runs a pipeline locally. The current introductory docs explicitly recommend local workflow execution when a user wants to try a pipeline before installing or using a server, making the CLI useful even outside a full Woodpecker deployment.

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

Woodpecker CLI matters to package users because it is the portable local handle for a self-hosted CI stack. Installing it through a package manager gives developers a stable tool for linting, dry-running, and administering CI without checking a binary into every repository.

The Drone lineage is also important to packagers: Woodpecker preserves an Apache-licensed path for users who liked Drone's container pipeline model but wanted a fully open project with community governance.

### 时间线

- 2019-04-03: The woodpecker-ci/woodpecker GitHub repository is created.
- Drone 0.8 era: Woodpecker is forked from the last Apache-licensed Drone release, according to the official Woodpecker about documentation.
- 2020s: Woodpecker develops a current 3.x documentation set, plugin site, public CI instance, and CLI with local `exec` support.
- 2026-07-02: GitHub API data showed active repository pushes, reflecting ongoing maintenance at the time of this enrichment run.

### Related projects

- Drone CI is the direct upstream lineage through Drone 0.8.
- Codeberg is a notable public Woodpecker deployment named in the official README.
- Gitea, Forgejo, GitHub, and GitLab are common forge-side companions in Woodpecker deployments.

### 来源

- <https://api.github.com/repos/woodpecker-ci/woodpecker>
- <https://raw.githubusercontent.com/woodpecker-ci/woodpecker/main/README.md>
- <https://woodpecker-ci.org/docs/2.8/about>
- <https://woodpecker-ci.org/docs/cli>
- <https://woodpecker-ci.org/docs/intro>


## 安全说明

没有找到 woodpecker-cli 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


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

- Nix - woodpecker-cli: normalized package name match | nixpkgs package indexes: woodpecker-cli from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- apk - woodpecker-cli - 3.16.0-r1: normalized package name match | Alpine Linux edge package indexes: woodpecker-cli from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Woodpecker Server CLI | https://woodpecker-ci.org
- pacman - woodpecker-cli - 3.17.0-1: normalized package name match | Arch Linux sync databases: woodpecker-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A simple CI engine with great extensibility (cli) | https://woodpecker-ci.org
- zypper - woodpecker-cli - 3.16.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: woodpecker-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI for the WoodpeckerCI system | https://github.com/woodpecker-ci/woodpecker


## Combined YAML source

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