# kitchen-sync を Homebrew, Nix, chocolatey でインストール

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

## インストール

```sh
sudo av install brew:kitchen-sync
```

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

### macOS

- Homebrew (100%):

```sh
brew install kitchen-sync
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ks
```

  証拠: nixpkgs package indexes: pkgs/by-name/ks/ks/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install KS
```

  証拠: Chocolatey community package catalog: KS from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','kindle'

## パッケージ情報

- **パッケージキー:** brew:kitchen-sync
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/kitchen-sync>
- **バージョン:** 2.21
- **ソース概要:** Fast efficiently sync database without dumping & reloading
- **ホームページ:** <https://github.com/willbryant/kitchen_sync>
- **リポジトリ:** <https://github.com/willbryant/kitchen_sync>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/willbryant/kitchen_sync/archive/refs/tags/v2.21.tar.gz>
- **最終更新:** 2026-06-25T13:37:47+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ks (cli)
- ks_mysql (cli)
- ks_postgresql (cli)
- ks (エイリアス)
- ks_mysql (エイリアス)
- ks_postgresql (エイリアス)

## 依存関係

- libpq
- mariadb-connector-c

## ビルド依存関係

- cmake

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.21
- マネージャ更新日: 2026-06-25
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/willbryant/kitchen_sync
- 検出された最新: v2.21 (最新)
## プロジェクトの歴史と使われ方

Kitchen Sync is a command-line database synchronization tool focused on making or updating a unidirectional database copy without dumping and reloading the entire source.

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

The repository README frames Kitchen Sync around fast logical synchronization for developer, test, remote-office, and cross-database copy workflows. It supports MySQL-family databases and PostgreSQL, can work over SSH, can synchronize only changed data, and can filter sensitive columns as data is copied.

### 採用の歴史

Kitchen Sync has a modest but concrete package footprint, with the input facts listing Homebrew, Chocolatey, and Nix packaging. That distribution profile fits an operations-oriented CLI used by developers and database teams rather than a broad framework community.

### 使われ方

Users run `ks` with source and target database URLs, optional filters, and worker settings to update a target database. The README example shows cross-engine synchronization from MySQL to PostgreSQL with a filtering file.

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

Kitchen Sync is interesting as a small systems package because it addresses a dull but costly workflow: refreshing large database copies without the time, write amplification, and downtime of full dump-and-load cycles.

### タイムライン

- 2020-03-14: GitHub release candidates 2.0rc1 through 2.0rc3 were published.
- 2023-10-29: GitHub release v2.19 was published.
- 2023-10-30: GitHub release v2.20 was published.
- 2025-04-15: GitHub release v2.21 was published.

### Related projects

- Kitchen Sync is related by use case to database dump/restore tooling, logical replication workflows, SSH tunneling, MySQL, MariaDB, Percona Server, and PostgreSQL.

### ソース

- <https://api.github.com/repos/willbryant/kitchen_sync/releases?per_page=100>
- <https://formulae.brew.sh/formula/kitchen-sync>
- <https://github.com/willbryant/kitchen_sync>
- <https://github.com/willbryant/kitchen_sync/releases>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## ソースデータベース詳細

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

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

- Nix - ks: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ks/ks/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Chocolatey - KS: installed executable or alias match | Chocolatey community package catalog: KS from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','kindle'


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [libpq](https://pkg.so/ja/brew/libpq/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [lazysql](https://pkg.so/ja/brew/lazysql/) - Shares pkgdb curated category or tags: cli, data, database, mysql, postgresql.
- [mysql](https://pkg.so/ja/brew/mysql/) - Shares pkgdb curated category or tags: cli, data, database, mysql.
- [postgresql@14](https://pkg.so/ja/brew/postgresql-14/) - Shares pkgdb curated category or tags: cli, data, database, postgresql.
- [postgresql@16](https://pkg.so/ja/brew/postgresql-16/) - Shares pkgdb curated category or tags: cli, data, database, postgresql.
- [postgresql@17](https://pkg.so/ja/brew/postgresql-17/) - Shares pkgdb curated category or tags: cli, data, database, postgresql.
- [postgresql@18](https://pkg.so/ja/brew/postgresql-18/) - Shares pkgdb curated category or tags: cli, data, database, postgresql.
- [postgresql@15](https://pkg.so/ja/brew/postgresql-15/) - Shares pkgdb curated category or tags: cli, data, database, postgresql.
- [postgis](https://pkg.so/ja/brew/postgis/) - Shares pkgdb curated category or tags: cli, data, database, postgresql.
- [dexter](https://pkg.so/ja/brew/dexter/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, libpq, postgresql.
- [mydumper](https://pkg.so/ja/brew/mydumper/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, connector, data, database, mariadb.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
