# nef を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:nef
```

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

### macOS

- Homebrew (100%):

```sh
brew install nef
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:nef
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.7.1
- **ソース概要:** Steroids for Xcode Playgrounds
- **ホームページ:** <https://nef.bow-swift.io>
- **リポジトリ:** <https://github.com/bow-swift/nef>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- nef (エイリアス)
- nef-carbon (エイリアス)
- nef-carbon-page (エイリアス)
- nef-clean (エイリアス)
- nef-jekyll (エイリアス)
- nef-jekyll-page (エイリアス)
- nef-markdown (エイリアス)
- nef-markdown-page (エイリアス)
- nef-playground (エイリアス)
- nef-playground-book (エイリアス)
- nefc (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

nef is a Bow Swift project that turns Xcode Playgrounds into a documentation and teaching workflow. It compiles playgrounds with third-party dependencies, exports Markdown or Jekyll content, builds iPad Playground Books, and can export Carbon code snippets.

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

The public GitHub repository was created on 2018-12-19. The README says `nef` is short for Nefertiti and was inspired by ΛNK for Kotlin and tut for Scala, placing it in the tradition of executable documentation tools for language ecosystems.

The project documentation presents Homebrew as the preferred CLI installation route, while also allowing consumption as a Swift Package Manager library for macOS tooling. That dual shape matches its role: a developer can use `nef` directly, integrate pieces into an app, use an Xcode extension, or create iPad-friendly Swift Playgrounds.

### 採用の歴史

nef's adoption appears niche and tightly coupled to Bow, Swift Playgrounds, and documentation workflows rather than broad Swift development. The GitHub API showed 268 stars and 6 forks on 2026-07-01, and Homebrew showed only 7 installs over 365 days, 1 over 90 days, and 0 over 30 days when checked the same day.

Those numbers suggest that nef is historically interesting as a specialized executable-documentation tool, but not a widely adopted package. Its value is clearest for teams or educators who want Swift examples that can be compiled and transformed into docs or playground books.

### 使われ方

Package users install `nef`, then create a playground with `nef playground`, compile playground-backed docs, generate Markdown or Jekyll output, produce a Playground Book from a Swift Package specification, or export code snippets. The common package-nerd use case is making examples more reproducible by compiling the documentation source instead of treating snippets as inert text.

The Homebrew formula requiring macOS and Xcode >= 13.1 reflects the real constraint: nef is not a general cross-platform documentation generator, it is Apple-toolchain-centered Swift playground tooling.

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

nef is a small but instructive package because it packages documentation as a build artifact. It belongs with literate-programming and executable-snippet tools more than with ordinary static-site generators.

### タイムライン

- 2018-12-19: Public GitHub repository created.
- 2026-07-01: GitHub API reported 2022-01-19 as the repository last-push timestamp.
- 2026-07-01: Homebrew formula stable version observed as 0.7.1 with very low install counts.

### Related projects

- Bow
- Xcode Playgrounds
- Swift Package Manager
- Jekyll
- Carbon
- ΛNK
- tut

### ソース

- <https://api.github.com/repos/bow-swift/nef>
- <https://formulae.brew.sh/formula/nef>
- <https://github.com/bow-swift/nef>
- <https://nef.bow-swift.io/docs/quick-start/getting-started>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## ソース

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