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

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

## インストール

```sh
sudo av install brew:nap
```

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

### macOS

- Homebrew (100%):

```sh
brew install nap
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#nap
```

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

## パッケージ情報

- **パッケージキー:** brew:nap
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.1.1
- **ソース概要:** Code snippets in your terminal
- **ホームページ:** <https://github.com/maaslalani/nap>
- **リポジトリ:** <https://github.com/maaslalani/nap>
- **最終更新:** 2026-07-26T19:43:13+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- nap (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Nap is a small Go terminal tool for saving, browsing, organizing, and outputting code snippets. Its README frames it as both a command-line interface and a text-user interface for snippets kept in the terminal.

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

The GitHub repository was created on 2022-11-12, and the only GitHub releases returned by the releases API were v0.1.0 and v0.1.1, both published on 2022-11-21. The repository was still visible and starred in 2026, but the release history is short and the upstream scope is intentionally narrow.

The project comes from Maas Lalani's ecosystem of polished terminal tools. Nap's README emphasizes a simple workflow: launch `nap` for a TUI, save snippets from stdin or files, retrieve snippets by fuzzy-ish name, pipe snippets to files or clipboards, and store configuration under `$XDG_CONFIG_HOME/nap/config.yaml` or `$NAP_CONFIG`.

### 採用の歴史

GitHub API data fetched on 2026-07-01 showed 2,209 stars and 64 forks, which is good visibility for a personal productivity CLI. Homebrew's formula JSON generated on 2026-07-01 reported 145 installs over 365 days and 18 installs over 30 days, so package-manager usage is small even though the repository attracted attention.

The adoption pattern is typical for a boutique developer tool: users discover it from GitHub, demos, dotfiles, or terminal-tool circles, then use it if its local snippet workflow matches their habits. It is not infrastructure and has no broad dependency graph.

### 使われ方

Users run `nap` to open the TUI, press keys to create/edit/copy/delete snippets, or use CLI pipes such as `nap Notes/FizzBuzz.go < main.go`, `curl ... | nap Notes/FizzBuzz.go`, `nap list`, `nap go/boilerplate > main.go`, or `nap foobar | pbcopy`.

Package nerds should think of Nap as a dotfiles-adjacent productivity binary. The useful package metadata is the executable name, config location, and storage behavior; there is not much deeper ecosystem history beyond the repository and formula.

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

Nap is significant as a compact example of the modern Go TUI/CLI wave: single-purpose, Homebrew-installable, pipe-friendly, and intended to live inside a developer's terminal workflow. Its package significance is practical rather than infrastructural.

### タイムライン

- 2022-11-12: maaslalani/nap repository created on GitHub.
- 2022-11-21: v0.1.0 and v0.1.1 releases published.
- 2026-07-01: Homebrew formula JSON listed stable version 0.1.1 and 145 installs over 365 days.

### Related projects

- Charm Gum
- pbcopy
- xclip
- GitHub Gist

### ソース

- <https://api.github.com/repos/maaslalani/nap>
- <https://api.github.com/repos/maaslalani/nap/releases?per_page=5>
- <https://formulae.brew.sh/api/formula/nap.json>
- <https://formulae.brew.sh/formula/nap>
- <https://github.com/maaslalani/nap>


## セキュリティノート

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: $NAP_CONFIG, $XDG_CONFIG_HOME/nap/config.yaml
## 他のパッケージマネージャ記録

- Nix - nap: normalized package name match | nixpkgs package indexes: pkgs/by-name/na/nap/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/nap.yml](https://github.com/mxcl/pkgdb/blob/main/combined/nap.yml)


## ソース

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