macOS
brew install kinlocal Homebrew formula metadata
brew
Sane PBXProj files. Version 2.1.14 via Homebrew; verified from local package data.
install
brew install kinlocal Homebrew formula metadata
overview
Sane PBXProj files
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
*.xcodeproj/project.pbxprojexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kin | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/Serchinastico/Kin
install metadata
| Package key | brew:kin |
|---|---|
| Version | 2.1.14 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kin |
| Homepage | https://github.com/Serchinastico/Kin |
| Repository | https://github.com/Serchinastico/Kin |
| Upstream docs | https://github.com/Serchinastico/Kin#readme |
| License | Apache-2.0 |
| Source archive | https://files.pythonhosted.org/packages/71/8c/f3916cf3cbc3785ebca47506d50e3b586516f58331832682035a4e23f18c/kin-2.1.14.tar.gz |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.