# fedify を Homebrew, scoop でインストール

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

## インストール

```sh
sudo av install brew:fedify
```

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

### macOS

- Homebrew (100%):

```sh
brew install fedify
```

  証拠: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install main/fedify
```

  証拠: Scoop official bucket manifest trees: bucket/fedify.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:fedify
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fedify>
- **バージョン:** 2.3.3
- **ソース概要:** CLI toolchain for Fedify
- **ホームページ:** <https://fedify.dev/cli>
- **リポジトリ:** <https://github.com/fedify-dev/fedify>
- **上流ドキュメント:** <https://fedify.dev/cli>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/fedify-dev/fedify/archive/refs/tags/2.3.3.tar.gz>
- **最終更新:** 2026-07-19T12:33:54Z
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

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

## ビルド依存関係

- deno

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 2.3.3
- マネージャ更新日: 2026-07-19
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/fedify-dev/fedify
- 検出された最新: 2.3.3 (最新)
## プロジェクトの歴史と使われ方

Fedify is a TypeScript framework and CLI toolchain for building ActivityPub and fediverse server applications. The Homebrew package exposes the fedify command, but the project is broader than the CLI: it is a monorepo containing the core framework, integrations, testing tools, vocabulary packages, and the CLI.

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

The GitHub repository was created in March 2024, and the package README describes Fedify as a TypeScript library for building federated server apps powered by ActivityPub and related standards. Its goal is to remove ActivityPub boilerplate so application authors can focus on product behavior.

Fedify's README lists core protocol features including Activity Vocabulary types, WebFinger client and server support, HTTP Signatures and HTTP Message Signatures, Object Integrity Proofs, NodeInfo, webhooks, Mastodon interoperability, framework integrations, and a CLI for testing and debugging.

By 2026 the project had active 2.x release lines and a large monorepo package list spanning web framework integrations, database drivers, relays, testing, vocab tooling, and the CLI. The official README also lists corporate and individual sponsors, which is a useful adoption signal for a young infrastructure project.

### 採用の歴史

Fedify arrived during renewed developer interest in ActivityPub and the fediverse. Its README explicitly names Mastodon, Lemmy, Pixelfed, and PeerTube as recognizable networks in that ecosystem, and it packages the hard federation pieces for developers who do not want to implement the protocol stack from scratch.

The supplied package facts show the CLI packaged by Homebrew and Scoop. That is narrow compared with old Unix utilities, but significant for a young TypeScript project: it means the CLI is intended as a developer workstation tool, not just an npm library subcommand.

### 使われ方

Developers use Fedify as an application framework and use the fedify CLI for testing and debugging federation behavior. The monorepo also includes packages for creating new projects, framework integration, storage backends, vocabulary generation, and ActivityPub-specific test support.

The CLI matters because federation bugs are often protocol and interoperability bugs rather than ordinary local code bugs. A dedicated toolchain gives developers a way to inspect, test, and debug ActivityPub behavior while building a service.

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

Fedify is package-nerd interesting because it represents a modern protocol framework being distributed through both JavaScript registries and system package managers. The Homebrew formula turns a TypeScript fediverse toolchain into a normal terminal command.

It also sits in a fast-moving standards-adjacent space. Its dependency surface includes W3C ActivityPub, WebFinger, HTTP Message Signatures, NodeInfo, and fediverse interoperability, so metadata accuracy helps distinguish it from generic web frameworks.

### タイムライン

- 2024: Fedify GitHub repository created.
- 2026: Fedify 2.3.x release line active.
- 2026: README lists a broad monorepo with core, CLI, framework integrations, database drivers, relay, testing, and vocabulary packages.

### Related projects

- ActivityPub and Activity Vocabulary are the core W3C standards Fedify builds on.
- Mastodon, Lemmy, Pixelfed, and PeerTube are fediverse projects Fedify names as familiar parts of the ecosystem.
- Hollo is related through the project's fediverse account domain and Fedify ecosystem visibility.

### ソース

- <https://github.com/fedify-dev/fedify>
- <https://raw.githubusercontent.com/fedify-dev/fedify/main/packages/fedify/README.md>
- <https://fedify.dev/cli>
- <https://api.github.com/repos/fedify-dev/fedify>
- <https://api.github.com/repos/fedify-dev/fedify/releases>
- <https://formulae.brew.sh/formula/fedify>


## セキュリティノート

fedify に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

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

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

- Scoop - main/fedify: normalized package name match | Scoop official bucket manifest trees: bucket/fedify.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [deno](https://www.automicvault.com/ja/pkg/brew/deno/) - Build dependency declared by Homebrew.
- [cot](https://www.automicvault.com/ja/pkg/brew/cot/) - Shares av.db curated category or tags: cli, developer-tools, web-framework.
- [cppcms](https://www.automicvault.com/ja/pkg/brew/cppcms/) - Shares av.db curated category or tags: cli, developer-tools, web-framework.
- [kore](https://www.automicvault.com/ja/pkg/brew/kore/) - Shares av.db curated category or tags: cli, developer-tools, web-framework.
- [astgen](https://www.automicvault.com/ja/pkg/brew/astgen/) - Shares av.db curated category or tags: cli, developer-tools, typescript.
- [bash-language-server](https://www.automicvault.com/ja/pkg/brew/bash-language-server/) - Shares av.db curated category or tags: cli, developer-tools, typescript.
- [bit](https://www.automicvault.com/ja/pkg/brew/bit/) - Shares av.db curated category or tags: cli, developer-tools, typescript.
- [bumpp](https://www.automicvault.com/ja/pkg/brew/bumpp/) - Shares av.db curated category or tags: cli, developer-tools, typescript.
- [changelogen](https://www.automicvault.com/ja/pkg/brew/changelogen/) - Shares av.db curated category or tags: cli, developer-tools, typescript.
- [drogon](https://www.automicvault.com/ja/pkg/brew/drogon/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, developer, developer-tools, framework, server.

## Combined YAML source

View the package source record on GitHub. [combined/fedify.yml](https://github.com/automic-vault/db/blob/main/combined/fedify.yml)


## ソース

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