# kin を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:kin
```

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

### macOS

- Homebrew (100%):

```sh
brew install kin
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:kin
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/kin>
- **バージョン:** 2.1.15
- **ソース概要:** Sane PBXProj files
- **ホームページ:** <https://github.com/Serchinastico/Kin>
- **リポジトリ:** <https://github.com/Serchinastico/Kin>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/f7/2d/d4d20d47503442712758f31215f1d38a67910babd3fb2a4ff02deb4fad53/kin-2.1.15.tar.gz>
- **最終更新:** 2026-07-15T15:58:29Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- kin (cli)
- kin (エイリアス)

## 依存関係

- python@3.14

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.1.15
- マネージャ更新日: 2026-07-15
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/Serchinastico/Kin
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

Kin is a small command-line syntax checker for Xcode project.pbxproj files. Its README frames the tool around a familiar iOS/macOS team problem: broken Xcode projects after merges.

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

Kin was built as a minimal parser-backed checker rather than a full Xcode project editor. The project uses ANTLR 4 to generate the pbxproj parser and keeps a thin command-line layer around that grammar.

The repository's license block is dated 2023, and GitHub listed 30 releases with version 2.1.14 published on 2025-05-08. That points to a maintained niche tool rather than a one-off gist.

### 採用の歴史

Kin's adoption is narrow but real: the GitHub repository showed about 1.1k stars, Homebrew installation is documented in the README, and the package is available as a Homebrew formula in this batch.

The README also names flycheck-pbxproj as an editor integration, showing that Kin's parser work became useful beyond one direct CLI invocation.

### 使われ方

Users run kin from an Xcode project directory and let it auto-detect project.pbxproj, or pass a project.pbxproj path explicitly. A successful parse prints CORRECT; parse failures return a line and grammar error.

It is most useful in pre-commit hooks, CI checks, and merge-conflict recovery for teams that store Xcode project files in Git.

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

Kin is package-nerd interesting because it turns an opaque Apple project-file grammar into a tiny reproducible CLI check. It is not a broad developer platform, but it solves one painful file-format failure mode in a scriptable way.

The package also shows why Homebrew carries niche tools: if a project.pbxproj merge breaks a build, a small parser utility can save more time than a much larger IDE plugin.

### タイムライン

- 2023: The repository license block credits Serchinastico.
- 2025: GitHub listed Kin 2.1.14 as a release dated 2025-05-08.
- 2026: The README documented pipx, easy_install, and Homebrew installation paths.

### Related projects

- ANTLR 4 is the parser generator used by Kin.
- Xcode project.pbxproj files are the target file format.
- flycheck-pbxproj is the Emacs integration named by the README.

### ソース

- <https://github.com/Serchinastico/Kin>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- macOS: *.xcodeproj/project.pbxproj
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** kin
- **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


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [xcbeautify](https://pkg.so/ja/brew/xcbeautify/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [cocoapods](https://pkg.so/ja/brew/cocoapods/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xcodegen](https://pkg.so/ja/brew/xcodegen/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xclogparser](https://pkg.so/ja/brew/xclogparser/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xcresultparser](https://pkg.so/ja/brew/xcresultparser/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xctesthtmlreport](https://pkg.so/ja/brew/xctesthtmlreport/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xcodes](https://pkg.so/ja/brew/xcodes/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [periphery](https://pkg.so/ja/brew/periphery/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [cmake-lint](https://pkg.so/ja/brew/cmake-lint/) - Both packages touch the same language runtime or ecosystem. Shared terms: checker, cli, developer, developer-tools, files.
- [yamllint](https://pkg.so/ja/brew/yamllint/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, files, python.
- [syntaxerl](https://pkg.so/ja/brew/syntaxerl/) - Local package facts share a topical domain. Shared terms: checker, cli, developer, developer-tools, files.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
