# 使用 Homebrew 安装 yorkie

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

## 安装

```sh
sudo av install brew:yorkie
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install yorkie
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:yorkie
- **软件包管理器:** Homebrew
- **版本:** 0.7.13
- **来源摘要:** Document store for collaborative applications
- **主页:** <https://yorkie.dev/>
- **仓库:** <https://github.com/yorkie-team/yorkie>
- **最后更新:** 2026-07-25T21:32:49+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- yorkie (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Yorkie is an open-source document store for real-time collaborative applications. Its niche is CRDT-backed application state: clients keep local replicas of JSON-like documents, edit offline, and synchronize through a Yorkie server backed by MongoDB or in-memory storage.

### 项目历史

The public Yorkie repository was created in October 2018 and presents the project as a Go server plus client SDK ecosystem for collaborative documents. The README describes the core architecture as Client, Document, and Server, with documents exchanged as changes and stored as snapshots/changes in the server-side store.

Yorkie evolved around the practical problems that appear once CRDTs move from papers into applications: offline editing, synchronization, conflict resolution, document watches, administration, and deployment. Its documentation now separates getting-started guides, SDK docs, CLI tooling, internals, and deployment material, which is a sign of a project aimed at application builders rather than only CRDT researchers.

### 采用历史

Yorkie sits in the wave of collaboration infrastructure popularized by multiplayer editors, shared whiteboards, and local-first software. Its adoption story is smaller than Yjs or Automerge, but package managers matter here because a self-hostable server and CLI make CRDT collaboration something teams can run as infrastructure instead of embedding only a browser library.

The surrounding organization maintains related pieces such as a JavaScript SDK and dashboard, and the GitHub metadata in July 2026 showed active development with hundreds of stars and forks. That points to a modest but real community around self-hosted collaborative document infrastructure.

### 使用方式

Practically, Yorkie is used by developers who want to add shared state to an application: run or deploy the Yorkie server, connect clients through the Go, JavaScript, iOS, or Android SDKs, attach to documents, apply updates locally, and let Yorkie synchronize the CRDT changes.

The CLI is part of the package-manager story: it gives operators and developers a local command for interacting with Yorkie projects and documents while the server handles storage, synchronization, and conflict resolution.

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

Yorkie is interesting because it packages CRDT collaboration as server infrastructure, not just as an npm library. For package nerds, it represents the move from single-user command-line tools to installable collaboration backends that still fit normal open-source distribution channels.

### 时间线

- 2018-10-24: The public yorkie-team/yorkie GitHub repository is created.
- 2020s: Yorkie develops around CRDT documents, SDKs, a CLI, server deployment, and administrative tooling.
- 2026-07: GitHub metadata shows continuing activity and a small but established community around the project.

### Related projects

- Automerge and Yjs are adjacent CRDT/local-first collaboration libraries in the broader ecosystem.
- yorkie-js-sdk is the JavaScript client SDK for browser and Node applications.
- Yorkie Dashboard is the administrative companion for managing projects and documents.

### 来源

- <https://api.github.com/repos/yorkie-team/yorkie>
- <https://github.com/yorkie-team/dashboard>
- <https://github.com/yorkie-team/yorkie>
- <https://github.com/yorkie-team/yorkie-js-sdk>
- <https://yorkie.dev/docs>
- <https://yorkie.dev/docs/internals/crdt-concepts>


## 安全说明

formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- formula declares a Homebrew service


## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
