# yoke を Homebrew, scoop でインストール

yoke のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:yoke
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install yoke
```

  証拠: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install extras/yoke
```

  証拠: Scoop official bucket manifest trees: bucket/yoke.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:yoke
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.20.23
- **ソース概要:** Helm-inspired infrastructure-as-code package deployer
- **ホームページ:** <https://yokecd.github.io/docs/>
- **リポジトリ:** <https://github.com/yokecd/yoke>
- **最終更新:** 2026-07-25T21:32:49+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- yoke (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.20.23
## プロジェクトの歴史と使われ方

Yoke is a newer Kubernetes package-management-as-code tool. It is Helm-inspired, but instead of treating packages primarily as YAML templates, it treats packages, called Flights, as programs compiled to WebAssembly that generate Kubernetes resources.

### プロジェクトの歴史

The `yokecd/yoke` repository was created on 2024-02-14. The project documentation presents Yoke as infrastructure as code for Kubernetes resource management, built around real programming languages, native control flow, type checking, compiler guarantees, testing, linters, and normal software-engineering tooling.

Yoke's central abstraction is the Flight, explicitly analogous to a Helm Chart. A Flight is both the code that describes Kubernetes resources and the packaged wasm executable that emits the desired resources for deployment. The docs also describe related pieces including a client-side CLI, Helm compatibility, an ArgoCD config-management plugin, a server-side controller, Air Traffic Controller, and a Go SDK.

### 採用の歴史

Yoke is still pre-1.0, and its changelog explicitly says backwards compatibility is not guaranteed before v1.0.0. Adoption should therefore be read as early platform-engineering experimentation rather than mature cluster-standard tooling.

Its visible niche is among Kubernetes users frustrated with raw YAML and text templating, especially teams interested in wasm as a portable package format and code-first GitOps workflows.

### 使われ方

Users install the `yoke` CLI from source, binaries, Homebrew, or Scoop, then deploy a package with commands such as `yoke takeoff my-release https://.../main.wasm.gz`. Flights output one resource, a list of resources, or staged lists of resources to be applied as a single release.

The package is most relevant when a team wants Helm-like release management but wants package definitions authored in general-purpose languages and distributed through language package ecosystems or wasm artifacts.

### パッケージ好きにとっての重要性

Yoke is package-nerd interesting because it reframes a Kubernetes package as an executable artifact instead of a directory of templates. That pulls together package managers, wasm runtimes, language module ecosystems, GitOps, and Kubernetes apply semantics in one CLI.

The project is also a good example of a pre-1.0 package where Homebrew availability can precede broad stability: useful for early adopters, but the package history should preserve the compatibility caveat.

### タイムライン

- 2024-02-14: `yokecd/yoke` GitHub repository created.
- 2025-2026: Changelog shows rapid pre-1.0 iteration across the CLI, Air Traffic Controller, YokeCD, ArgoCD integration, checksum support, signing, and module verification.
- 2026-04-08: Changelog records v0.20.12 and related atc/yokecd component releases.

### Related projects

- Helm is the comparison point for Charts and release management.
- Timoni, CUE, Jsonnet, PKL, and other structured-data/IaC tools are named in Yoke's docs as neighboring approaches.
- Wazero is the Go wasm runtime embedded by Yoke.
- ArgoCD integration and Air Traffic Controller are part of the wider Yoke project.

### ソース

- <https://api.github.com/repos/yokecd/yoke>
- <https://github.com/yokecd/yoke>
- <https://raw.githubusercontent.com/yokecd/yoke/main/CHANGELOG.md>
- <https://yokecd.github.io/docs/>
- <https://yokecd.github.io/docs/concepts/flights/>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal

## 他のパッケージマネージャ記録

- Scoop - extras/yoke: normalized package name match | Scoop official bucket manifest trees: bucket/yoke.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

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