macOS
brew install naplocal Homebrew formula metadata
brew
nap のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install naplocal Homebrew formula metadata
nix profile install nixpkgs#napnixpkgs package indexes · pkgs/by-name/na/nap/package.nix · ソース: api.github.com
概要
Code snippets in your terminal
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
$NAP_CONFIG$XDG_CONFIG_HOME/nap/config.yaml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
nap | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/maaslalani/nap
インストールメタデータ
| パッケージキー | brew:nap |
|---|---|
| バージョン | 0.1.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/nap |
| ホームページ | https://github.com/maaslalani/nap |
| リポジトリ | https://github.com/maaslalani/nap |
| 上流ドキュメント | https://github.com/maaslalani/nap#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/maaslalani/nap/archive/refs/tags/v0.1.1.tar.gz |
| 最終更新 | 2026-07-23T08:29:11-04:00 |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nap |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
nap
nix profile install nixpkgs#napソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.