# 使用 Homebrew, Nix, pacman 安装 teamtype

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

## 安装

```sh
sudo av install brew:teamtype
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install teamtype
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#teamtype
```

  证据: nixpkgs package indexes: pkgs/by-name/te/teamtype/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S teamtype
```

  证据: Arch Linux sync databases: teamtype from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:teamtype
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/teamtype>
- **版本:** 0.9.2
- **来源摘要:** Peer-to-peer, editor-agnostic collaborative editing of local text files
- **主页:** <https://teamtype.github.io/teamtype/>
- **仓库:** <https://github.com/teamtype/teamtype>
- **上游文档:** <https://teamtype.github.io/teamtype/>
- **许可证:** AGPL-3.0-or-later
- **源码归档:** <https://github.com/teamtype/teamtype/archive/refs/tags/v0.9.2.tar.gz>
- **最后更新:** 2026-07-08T19:57:32Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- teamtype (cli)
- teamtype (别名)

## 构建依赖

- rust

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.9.2
- 管理器更新时间: 2026-07-08
- 本地数据: OK
- 上游仓库: https://github.com/teamtype/teamtype
- 检测到的最新版本: v0.9.2 (当前)
## 项目历史与用法

Teamtype is a local-first, peer-to-peer collaborative editing tool for local text files. Its README describes it as multiplayer mode for a user's own text editor and the missing real-time complement to Git and other version-control systems.

### 项目历史

The project was formerly known as Ethersync until October 2025, when the README says it was renamed to Teamtype. Its documentation and README present a design centered on real-time encrypted peer-to-peer editing, local files that remain on disk, and editor plugins communicating with a daemon through a JSON-RPC protocol.

Teamtype is maintained as a volunteer project rather than a company-backed hosted service. The README explicitly states that the maintainers do not sell a service, require accounts, access user data, train AI systems, serve ads, or track users.

### 采用历史

The README documents installation through GitHub binary releases, Arch Linux, Homebrew, Nix, Cargo, and cargo-binstall, and the supplied package-manager facts show Homebrew, Nix, and pacman packages. It also lists editor integrations for Neovim and VS Code/Codium, plus community or work-in-progress integrations for JetBrains IDEs, TeXstudio, Emacs, Obsidian, web editors, Kakoune, Hedgedoc, Braid, and LSP bridges.

### 使用方式

Users run `teamtype share` in one directory and share the generated join code; a peer runs `teamtype join` in another directory, after which edits sync instantly while each participant keeps using their own editor. The README shows the peer address being stored in `.teamtype/config`.

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

Teamtype is interesting to package nerds because it packages a collaboration protocol as a normal local CLI rather than a SaaS workflow. It sits at the intersection of editor plugins, local-first software, peer-to-peer networking, and reproducible command-line installs.

### 时间线

- 2024: README copyright headers and project funding notes show active Ethersync-era development.
- 2025: FOSDEM talk presented Ethersync as real-time collaboration in a text editor.
- October 2025: README says the project was renamed from Ethersync to Teamtype.

### Related projects

- The README says Teamtype is based on Automerge, Iroh, and Magic Wormhole, and the documentation includes a related-projects page for other collaborative text-editing systems.

### 来源

- <https://github.com/teamtype/teamtype>
- <https://raw.githubusercontent.com/teamtype/teamtype/main/README.md>
- <https://teamtype.github.io/teamtype>
- source_facts.package-manager


## 安全说明

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

- Unix: .teamtype/config
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** teamtype
- **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 - teamtype: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/teamtype/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - teamtype - 0.9.2-4: normalized package name match | Arch Linux sync databases: teamtype from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Peer-to-peer, editor-agnostic collaborative editing of local text files | https://github.com/teamtype/teamtype


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/zh-hans/brew/rust/) - Build dependency declared by Homebrew.
- [radicle](https://pkg.so/zh-hans/brew/radicle/) - Shares pkgdb curated category or tags: cli, developer-tools, peer-to-peer.
- [setconf](https://pkg.so/zh-hans/brew/setconf/) - Shares pkgdb curated category or tags: cli, developer-tools, text-files.
- [kakoune](https://pkg.so/zh-hans/brew/kakoune/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, editing, editor.
- [pipe-rename](https://pkg.so/zh-hans/brew/pipe-rename/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, editor, files.

## Combined YAML source

View the package source record on GitHub. [combined/teamtype.yml](https://github.com/mxcl/pkgdb/blob/main/combined/teamtype.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
- external package-manager database matches
- cross-ecosystem install command graph
