# infat を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:infat
```

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

### macOS

- Homebrew (100%):

```sh
brew install infat
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#infat
```

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

## パッケージ情報

- **パッケージキー:** brew:infat
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.1.2
- **ソース概要:** Tool to set default openers for file formats and url schemes on macOS
- **ホームページ:** <https://github.com/philocalyst/infat>
- **リポジトリ:** <https://github.com/philocalyst/infat>
- **最終更新:** 2026-05-12T09:42:18+01:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- infat (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.1.2
## プロジェクトの歴史と使われ方

infat is a macOS-native CLI for declaratively managing file-extension, Uniform Type Identifier, and URL-scheme opener associations. It turns a Finder preference chore into a scriptable dotfiles-style command.

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

The project appeared publicly in 2025 and moved quickly through alpha, beta, and 1.x releases. The README describes it as a single-binary macOS-first tool built around NSWorkspace, Launch Services, and UTType, with TOML configuration for extensions, types, and schemes.

The release notes show a notable rewrite at version 3.0.0 in September 2025, moving the implementation to Rust and adding URL-scheme inspection support. The README later notes that GitHub became a mirror while development management moved to Tangled.

### 採用の歴史

Adoption is narrow but natural for the Homebrew audience: infat is aimed at macOS power users, administrators, and dotfile maintainers who want repeatable default-app settings across machines. The input package metadata shows Homebrew and Nix packaging.

### 使われ方

Users run infat info to inspect openers, infat set to bind an app to an extension, type, or URL scheme, or provide a TOML config at $XDG_CONFIG_HOME/infat/config.toml. That makes it useful in setup scripts for default browsers, editors, image viewers, mail handlers, and other app-association preferences.

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

infat is interesting as a small package because it wraps a very platform-specific macOS preference surface in a package-manager-friendly CLI. It sits beside older tools such as duti, but adds URL schemes and a declarative TOML workflow that fits dotfiles culture.

### タイムライン

- 2025: Public repository created for infat.
- 2025: Alpha, beta, and 1.0 releases published in March and April.
- 2025: Version 3.0.0 release notes describe a complete rewrite to Rust.
- 2026: Version 3.1 release published.

### Related projects

- duti is named by the README as an inspiration. macOS Launch Services, NSWorkspace, and Uniform Type Identifiers are the platform APIs that define the problem space. Nix and Homebrew are the package-manager channels reflected in the input metadata.

### ソース

- <https://github.com/philocalyst/infat>
- <https://github.com/philocalyst/infat/blob/main/CHANGELOG.md>
- <https://github.com/philocalyst/infat/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - infat: normalized package name match | nixpkgs package indexes: pkgs/by-name/in/infat/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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