# f2 を Homebrew, Nix, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:f2
```

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

### macOS

- Homebrew (100%):

```sh
brew install f2
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#f2
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/f2
```

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

- winget (92%):

```sh
winget install --id ayoisaiah.f2 -e
```

  証拠: Windows Package Manager source index: ayoisaiah.f2 from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:f2
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.2.2
- **ソース概要:** Command-line batch renaming tool
- **ホームページ:** <https://f2.freshman.tech>
- **リポジトリ:** <https://github.com/ayoisaiah/f2>
- **最終更新:** 2026-07-25T20:54:33-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- f2 (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

F2 is a cross-platform Go CLI for batch-renaming files and directories with a safety-first workflow built around dry runs, conflict detection, undo support, and rich replacement variables.

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

The GitHub repository was created in 2020, and the changelog lists version 0.1.0 on May 24, 2020 as the initial release. Version 1.0.0 followed on February 22, 2021 with regex filtering, capture groups, dry-run-by-default behavior, conflict detection, recursive renaming, ascending integer replacements, and undo from a map file.

The project evolved from basic batch replacement into a broader renaming toolkit. Later changelog entries added date variables, EXIF and ID3 variables, file hashes, CSV-based renaming, simple mode, find expressions, timezone-aware date handling, and performance improvements.

### 採用の歴史

F2 is packaged for Homebrew, Nix, Scoop, and winget in the input data, matching its cross-platform pitch. Its adoption path is typical for Go CLIs: single executable, prebuilt releases, and enough safety affordances to be trusted for destructive filesystem operations.

### 使われ方

F2 is used for command-line batch renames where shell loops become risky or unreadable: regex replacements, capture-group rewrites, recursive directory changes, media-library organization using EXIF or ID3 metadata, CSV-driven rename maps, conflict resolution, and undoing completed operations.

The official docs emphasize that F2 defaults to a preview workflow. Users review the proposed changes before executing them, which is the main practical distinction between F2 and a quick `rename`, `mv`, or shell one-liner.

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

F2 is significant as a polished example of a modern single-purpose Go CLI: prebuilt, cross-platform, heavily documented, and careful around filesystem danger. Package maintainers get one binary with no daemon, service file, or runtime configuration to shepherd.

### タイムライン

- 2020: Repository created and 0.1.0 initial release published.
- 2021: 1.0.0 release adds regex filtering, dry-run-by-default behavior, conflict detection, recursive renaming, and undo.
- 2021: 1.7.0 adds CSV support and platform-aware backup locations.
- 2022: 1.8.0 adds simple mode and opt-in update notification.
- 2025: 2.2.x releases add find expressions, date token conveniences, timezone support, and targeted replacement improvements.

### Related projects

- Traditional Unix tools such as `mv`, shell loops, and `rename` cover smaller renaming jobs but do not provide F2's preview, conflict, metadata-variable, and undo workflow.
- ExifTool is relevant to F2 usage because F2 can use metadata-oriented variables for photo and media renaming workflows.

### ソース

- <https://github.com/ayoisaiah/f2>
- <https://github.com/ayoisaiah/f2/blob/master/README.md>
- <https://f2.freshman.tech/reference/changelog.html>
- <https://f2.freshman.tech/guide/tutorial.html>
- <https://api.github.com/repos/ayoisaiah/f2>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - f2: normalized package name match | nixpkgs package indexes: pkgs/by-name/f2/f2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/f2: normalized package name match | Scoop official bucket manifest trees: bucket/f2.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - ayoisaiah.f2: normalized package name match | Windows Package Manager source index: ayoisaiah.f2 from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/f2.yml](https://github.com/mxcl/pkgdb/blob/main/combined/f2.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
